Quote:
Originally Posted by Lynne
Do you see a template called 'navbar' under the Navigation /Breadcrumb templates? That is the template you need to modify for the navigation bar. If you have another style, it could be that they don't have the navigation in the navbar template. In that case, you need to figure out which template they put them in. To find the template, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. Sometimes the template is the one mentioned at the very top of the page source.
|
Thank you so much for your time and patience. I foujnd all I need, and want to simply add a link to the full forum display that is now hidden by a logo. So (not know all the variables in this system) want to take this code below and simple have it display the forum list, or forum home with the user clicks. Rather than just building a link
www.mysite.com/forum I'm sure there is a command to display the forum, yes?
Here the simple code:
<if condition="$show['member']">
<td><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
I guess I just need to know what the $show command would be and where to put the actual displayed link.
Thank you!!!!