Hello, I had a problem I thought I would mention....
I used the Red style and the "memberlist" from Community Links in the Nav Bar did not work, it would go to Forum/memberindex.php instead of memberlist.php
I found this code in the Nav Bar
PHP Code:
<if condition="$show['memberslist']">
<tr><td class="vbmenu_option"><a href="memberindex.php$session[sessionurl_q]">$vbphrase[members_list]</a></td></tr>
</if>
$template_hook[navbar_community_menu_end]
</table>
And changed it to
PHP Code:
<if condition="$show['memberslist']">
<tr><td class="vbmenu_option"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td></tr>
</if>
$template_hook[navbar_community_menu_end]
</table>
</div>
<!-- / community link menu -->
That solved my problem, I'm far from a coder, just thought I'd mention it.
Great style, I love it! Many thanks...:up: