Hi,
I'm trying to use Slider as a way to showcase an author's publications. Problem, after I added 10 or books the tabs became really ugly. Is there a way to disable the need for tabs to be there? Is there a way to make those tabs, which are the node titles, to just show up in the actual slide area?
Ps. Attached is a screenshot.
thanks,
Becky
| Comment | File | Size | Author |
|---|---|---|---|
| screenshot.png | 31.76 KB | beckyjohnson |
Comments
Comment #1
beckyjohnson commentedOk I figured out that I can get the tabs to go away by commenting out
print $tabs_formattedandprint $tabs_formattedin the tpl file. Is there a way to get the node title to print inside of the sliding content now?Thanks,
Becky
Comment #2
Mark Theunissen commentedYou have to modify the call to node_view() by overriding the template preprocess variable. See Drupal 6 theming guide. There isn't an easier way to do this at the moment.
Comment #3
Mark Theunissen commented