I installed the Printer-Friendly module because my customers were giving me a difficult time for the link not being on every post. Now I have TWO Printer-Friendly Links on my Story nodes and I only want one there. I just want a Printer-Friendly Link to show up on all of my different nodes and just once.
Is there a fix to this module or a way to remove one of the duplicate links? Please! My customer is hounding me over this one. Doh!
Within 4.7 (beta) we now have the option to show blocks on specific nodes. This is great, but it uses the style for regular blocks. I need a way to create new blocks without looking like a regular menu. Kind of like Drupal.org has above the stories. Any ideas?
Hi, the subject pretty much outlines what I want to do, remove everything from the dashboard but the stuff included in the dashboard. I want a clean look that does not have the breadcrumbs above or the dashboard title or postdate.
I have a site with the following navigation menu setup:
* Foo
* Bar
- Bar 1
- Bar 2
- Bar 3
I have a PHP snippet on "Bar 1" that dynamically lists the last ten Story nodes in the system. However, if I click on one of those links to view the Story node, the navigation menu collapses back down:
* Foo
* Bar
Is it possible to force the "Bar" menu to be expanded when the Story node is loaded? I tried creating a story_view() hook that calls menu_set_location(), but either I'm doing something wrong or I'm misinterpreting the documentation, as it doesn't seem to do anything. Can someone give me a hint?