url notable members tab

one could take the "custom development route" where someone wants you to contact them via a PC and offers to create it for you for billions and billions of dollars (just for a simple template modification). Or, you can save that money and just make the template edit yourself:

Edit the navigation template and add: ?type=likes to this:
<a href="{$tabs.members.href}" class="navLink">{$tabs.members.title}</a>
resulting in:
<a href="{$tabs.members.href}?type=likes" class="navLink">{$tabs.members.title}</a>
 
one could take the "custom development route" where someone wants you to contact them via a PC and offers to create it for you for billions and billions of dollars (just for a simple template modification). Or, you can save that money and just make the template edit yourself:

Edit the navigation template and add: ?type=likes to this:
<a href="{$tabs.members.href}" class="navLink">{$tabs.members.title}</a>
resulting in:
<a href="{$tabs.members.href}?type=likes" class="navLink">{$tabs.members.title}</a>
ohh thank you soo much for this could you tell me how to add it please to the templete
 
You can't find this in the navigation template?

Code:
<a href="{$tabs.members.href}" class="navLink">{$tabs.members.title}</a>
 
That don't matter, it's the way things are, you need to post on their site, or in the styles thread. You have been told this about a dozen times or more. Not sure what you don't understand.
 
Back
Top Bottom