Closed (fixed)
Project:
NodeReview
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Jun 2011 at 11:25 UTC
Updated:
27 Jul 2011 at 01:01 UTC
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
Comment #1
danielhonrade commentedHi,
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';