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.
The following is custom home page module. I want to call blog, story, quotes etc., in a menu.
By default all the blogs will be displayed, when a user clicks on story to display all the stories, similarly for quotes.
I went through the api and found that by calling blog_page the entire blogs posted will be displayed respectively for other nodes.
I am struck in calling the function menu, how to call the theme to display the output ?
I have a copy of the affiliates module used on http://spreadfirefox.com . It lets you create affiliate links with specific paths and banners for your site and provides a point system for tracking user success, also a block to display recent affiliates. I've been authorized to release it to the drupal community. It just needs an update for 4.5, but that may only require a few lines for node_access issues. Should be very simple for someone not as daft as me.
I'd like to modify the image.module. Simply when somebody clicks on the "original image" a new page layout should come up with the full size image in the middle. Can you give me pointers as to what needs to be changed in the image.module and how to include the full size image into a new page layout?
I created a new module called "Story List" for my site, and I'm wondering if there's any interest in it making it available for others to use.
The purpose of the module is to provide functionality similar to Slashdot's story browser. It displays a list of stories, showing only the first 150 characters. The user can choose to only view stories associated with a specific term.
If external php libraries are utilized in a module but they could be of use to other module developers, is there a special shared folder where they should be placed?
I've noticed most other module devs simply create a sub-folder in their module's folder that contains its dependencies but this doesn't seem ideal as you could end up with multiple versions of the same external library within the one drupal installation.