MyBB Community Forums

Full Version: Rules page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do i make a rules page for the top navigation bar?

I have the link but i don't know where i link it to, and i don't know how to make the rules page....

Can some help me please?

Thanks.

Big Grin
Theres a plugin called rules page
http://mods.mybboard.net/view/rulespage
Hi thanks, i installed the plugin and got it all good. I can edit the rules and stuff, but no link came up on the menu?

Any ideas how to get it up on the menu?

Thanks.
Add the menu to your header templates. I don't know what themes you're using now. This is the general link to the rules page.

{$mybb->settings['bburl']}/misc.php?action=rules
I added that and i still got no link to the page...On the menu..It doesn't have anything to click to get to the page?

Im using the AeroVista theme if that helps Smile
Got itSmile

Thanks for all your help
Use this code to add the add the rules page.
<a href="/misc.php?action=rules" class="rules">Forum
Rules</a>
http://community.mybboard.net/thread-57141.html

Read that thread carefully..not just first post.
yes as labrocca said read the thread not the first post

i learned it from there so it is possible Smile
What you could do though is you could make a HTML file and write your rules on that, then get MyBB and make it link to your HTML file.

Or, you could make a flash movie which shows your rules and has a button at the bottom, saying "I accept". That's what I did and lots of people were saying "Wow how did you do that cool animation for the rules???".

You could use the "Redirect users on registration" plug-in to make users read it before continuing as well. There are endless possibilities to what you could make for the Rules page.