Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am wanting to use the Daily Module as a Picture of the day script. However, to do this, I'll need to be able to create a thumbnail page that links to the module. I assume I could use something like "summary" and then "full article".
I have many different user roles in my new site and would like to have a block which displays the blogs for users which are in a specific role.
I found the snippet to display the most recent weblogs for a specific user, but am looking it alter it so it will show the most recent weblog posts for users in a specific role.
I am trying to create a site with following design:
- a "main menu", static, that goes horizontally, below the site logo
- secondary menu, different for each category of the main menu, displayed in the sidebar (as a block?)
Since the main menu is static, I did it by modifying code on my phptemplate file. Was not a problem.
But now, I do not know how I can make the menus on the sidebar. I tried taxonomy_menu but it was not the solution (or I just didn't figure how to implement it correctly?)
I am using the flexinode module together with the taxonomy block module. When I create my own content types the body content that should be displayed under the title is not displayed. When I use a predefined content type, like story or page, the content is displayed. Is this a bug or did I miss to adjust something?