I don't want to show "Add review" as a tab but as a standard link. I just want to make a block and show it as a link and not a tab. How can i do this?

Comments

danielhonrade’s picture

Status: Active » Fixed

Hi,

Just hide the tab via jquery and create a link using the tab's path, like:

$("div.tabs li:nth-child(n)").hide();
"n" the nth place of "Add Review" in the tabs

Add Review
- to make the node id dynamic, you have to use php filter, and do
<?php print 'Add Review';

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.