Quote:
Originally Posted by MicroHellas
Sorry, but this is not a part of my module. Maybe you confused it with another one.
Mary
|
Oh my you are right....Ok any reason why It just inst working. General question I know. Perhaps I will unistall it and start again.
edit..ok I uninstalled and installed again and still nothing. What could I be doing wrong. I edited the navbar template as follows
<if condition="$show['communitylink'] AND $show['popups']">
<td class="vbmenu_control"><a id="community" href="$show[nojs_link]#community" rel="nofollow" accesskey="6">$vbphrase[community]</a> <script type="text/javascript"> vbmenu_register("community"); </script></td>
<else />
<if condition="$show['memberslist']">
<td class="vbmenu_control"><a href="
memberindex.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
</if>
<if condition="$show['quick_links_groups']">
<td class="vbmenu_control"><a href="group.php?$session[sessionurl]">$vbphrase[social_groups]</a></td>
</if>
</if>
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar
Thats all I have done. what else to I need to do. Im sure I have just missed something?