Quote:
Originally Posted by skokarl
Hallo,
how can i disabled the menu for
show
new download , my downloads .......etc
thanks.
|
Edit local_links_templates.xml
Find the lines
PHP Code:
<if condition="$links_permissions[can_mark_link]">
<tr><td class="vbmenu_option">
<a href="local_links.php?$session[sessionurl]action=links&catid=$FAVS_CAT">$vbphrase[ll_menu_showfav]</a>
</td></tr>
</if>
<tr><td class="vbmenu_option">
<a href="local_links.php?action=links&catid=$HOT_CAT">$vbphrase[ll_menu_showhot]</a>
</td></tr>
<tr><td class="vbmenu_option">
<a href="local_links.php?action=links&catid=$NEW_CAT">$vbphrase[ll_menu_shownew]</a>
</td></tr>
<tr><td class="vbmenu_option">
<a href="local_links.php?action=links&catid=$MY_CAT">$vbphrase[ll_menu_showmyl]</a>
</td></tr>
<tr><td class="vbmenu_option">
<a href="local_links.php?action=links&catid=$RND_CAT">$vbphrase[ll_menu_showrnd]</a>
</td></tr>
and delete them.
Upload the modified version of this file and re-run the installation script