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

CommentFileSizeAuthor
screenshot.png31.76 KBbeckyjohnson

Comments

beckyjohnson’s picture

Ok I figured out that I can get the tabs to go away by commenting out print $tabs_formatted and print $tabs_formatted in the tpl file. Is there a way to get the node title to print inside of the sliding content now?

Thanks,
Becky

Mark Theunissen’s picture

You 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.

Mark Theunissen’s picture

Status: Active » Closed (fixed)