When I first set up my Drupal site I didn't want any of what I call 'tabs' at the top of my screen ie links diplayed horizontally along the top left hand side of my header section. Now, having played with Drupal and set up my site, I cannot seem to figure out how to get them back. I would like to use the links as site navigation, but don't know how to undo my delete.
I am running Drupal 4.7 with Gallery 2 embedded. (Gallery 2 URL Rewrite module is uninstalled, as the instructions say to do.) Everything is working great, except for URL aliases.
I have been searching for a fix for the following errors that my users are receving from the invited link registration module. Thought I have searched and have seen others post the same error but related to other modules.
I am trying to add a block in the content section of the page and only shows up in the front page. This block always seems to be below the news and stories items. Is there a way of making this to be at the very top of the content section. Please help.. thank you
Is there a way I can store the output of a template in a variable, rather than output it?
I'm trying to make a template that includes another template, so I figure if I could pass the template a string that contains the results of the sub-template, it would be a little more elegant a solution than passing all the variables the sub-template needs twice.
I'm using Smarty but maybe the Phptemplate way of doing things will work, too.