my (home) page template includes most of the html, and my custom module (which is set to be the home/is_front value) creates several pieces of content that i want to distribute into the template using a simple 'print $someval' type of logic.
I have written a module that I would like to share with others. It is a photo/video/media album that was written for drupal from scratch. I know, I know, there are already several other attempts at this, but I looked into them and none of them were even close to what is needed. I did not reinvent the wheel in this case because the other options could not be classified as wheels to start with. What I wrote is not another album hacked into drupal or simply an attachment turned collection of photos.
In the HOOK_menu function, I have added a couple of menu items as MENU_LOCAL_TASK type to be shown together with Node "View", "Edit". The tabs show well and work well in terms of response to click. However, the new tabs are not turned 'active' when click.
the 'View' tab is alreadys 'active' instead.
Kindly advise me whether I have missed out some thing to turn the 'active' tab switching on or I have done something to prevent it turning on.
I have set up the ecommerce module for use with one of my drupal installations but I would like to change something.
If possible, I would like to change the text that reads 'admins store' next to the 'add to cart button' to something like 'my domain name' but keep the admin account as it is for use with blogs, stories etc.
I am developing a module that wants to make a link to a page which lists all nodes by type and/or taxonomy term. E.g. click here & go to a page with all blog entries which have been categorized against the term "myterm". I'd like to integrate w/ an existing module that already does this.
To my surprise, I cannot find one. Is there not an existing "node finder" module that lets users select from dropdowns the type &/or taxonomy terms, then renders a page of matching nodes?