I'm developing a magazine website, but I have no skills with programming:
- What is the best way to make sessions in Drupal? Categories or new Content Types?
- How can I customize the appearence and the code of teh CMS? How can I do pages, for instance, filtred by a Content Type?
- How to make a new block that, for instance, fit in the left colum and show the last post of a certain type of Content Type? (ex.: last magazine cover)
- Is there any template language to make html pages in Drupal?
This is my first attempt at porting a theme, or making my own theme actually. My issue is in the theme i'm porting i want to put the primary links in the tabbed menu like the original theme.
but using the line <?php print theme('links', $primary_links, array('class' => 'links', 'id' => 'navlist')) ?>
Does anyone know a way to remove the links that are automatically added to pages within a book, the ones at the bottom that show the next and previous nodes. They're in the $content variable and I can't remove them by simply creating and altering a book.tpl.php file.
Hello. I saw this thread: http://drupal.org/node/46020 and tried it on Drupal 5 but didn't work. Could anyone tell me if there is a way of doing that on Drupal 5?