MyBB Community Forums

Full Version: what is the problem with this??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello friends, I upload this mod and activate it through ACP.
but its not working. I cant see any rules page.
please help me.


http://mods.mybb.com/view/rulespage
Go to http://yourdomain.com/misc.php?action=rules

You can change the rules in ACP > Configuration > Settings > Forum Rules.
ok. I found it. but how to show this to the members???
(2011-06-02, 06:12 PM)Aohor Wrote: [ -> ]ok. I found it. but how to show this to the members???

You can create a link your header template in the toplinks.
After
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</a></li>
Put this:
<li><a href="{$mybb->settings['bburl']}/misc.php?action=rules"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />Rules</a></li>

You can change the help.gif icon into something different if you found a good icon that fits the rules page.
Thanks bro!!!
(2011-06-02, 06:38 PM)Aohor Wrote: [ -> ]Thanks bro!!!

No problem Wink