Current time: 11-20-2008, 10:40 AM Hello There, Guest! (LoginRegister)


Post Reply 
RulesPage (MyBB 1.4.x)
08-20-2008, 01:17 PM
Post: #1
RulesPage (MyBB 1.4.x)
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
Find all posts by this user
Quote this message in a reply
08-20-2008, 02:28 PM (This post was last modified: 08-20-2008 02:36 PM by Fedtmule.)
Post: #2
RE: RulesPage (MyBB 1.4.x)
(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">&nbsp;Rules</a></img>
You need to do this for all your Templates
Find all posts by this user
Quote this message in a reply
08-21-2008, 04:21 PM (This post was last modified: 08-21-2008 04:25 PM by ivantoar.)
Post: #3
RE: RulesPage (MyBB 1.4.x)
Thanks. It works. Need a bit of editing

Code:
<a href="/forums/misc.php?action=rules"><img src="images/toplinks/rules.gif">&nbsp;Rules</a></img>
Find all posts by this user
Quote this message in a reply
08-22-2008, 05:25 AM
Post: #4
RE: RulesPage (MyBB 1.4.x)
thats my plugin the code modification is automatic but if u add themes u need to ad the code manually to the header template
Visit this user's website Find all posts by this user
Quote this message in a reply
08-22-2008, 09:04 AM
Post: #5
RE: RulesPage (MyBB 1.4.x)
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 Smile)
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: