I installed plugin called RulesPage.
you can find it here :
http://mods.mybboard.net/view/rulespage
and I already did the steps carefully. (copy all files and images to all theme toplinks folder). But it not showing anything in toplinks.
But If I type the adress manually (misc.php?action=rules). It is working.
How to make the link appears in the toplink? Thanks
(08-20-2008 01:17 PM)ivantoar Wrote: [ -> ]I installed plugin called RulesPage.
you can find it here :
http://mods.mybboard.net/view/rulespage
and I already did the steps carefully. (copy all files and images to all theme toplinks folder). But it not showing anything in toplinks.
But If I type the adress manually (misc.php?action=rules). It is working.
How to make the link appears in the toplink? Thanks
You need to add it manuelt in Header. Go Admin CP > Template > Themes > Header Template > header_welcomeblock_member.
Find
Code:
<span class="float_right">
and add this after
Code:
<a href="/rules.php"><img src="images/toplinks/rules.png"> Rules</a></img>
You need to do this for all your Templates
Thanks. It works. Need a bit of editing
Code:
<a href="/forums/misc.php?action=rules"><img src="images/toplinks/rules.gif"> Rules</a></img>
thats my plugin the code modification is automatic but if u add themes u need to ad the code manually to the header template
Yes, it is yours. Umm, the mod not even add anything at default theme template. And there are no instruction how to add one. So, please include it next update (if available

)