MyBB Community Forums

Full Version: How to add pages via help docs?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I have read that one of the easiest ways to add pages is to add a help docs and link to it in the header because help docs support html. I want to add a page where I can sell decals and t-shirts and stuff. Would this be the best/easiest way for me to add a page? I would rather use the pages plugin but I am running 1.4 right now. If the help doc is the best way, can someone please give me precise instructions of how to link to the help doc in the header? I noticed that all the links in the header (like "calendar", "help", "members list", etc) are gifs in the header template. Any help is greatly appreciated!
ACP > Configurations > Help Documents > and add "New Section" or "Add New Document" to add new sections or new help documents from there Smile
I got that part down but how do I add a link to that help doc in the header so that it sits to the leaft of the "search" button?
Thanks!

How to I get a gif file for a new button that would read "Store" ?
Use this;

<li><a href="YOUR_LINK_URL"><img src="images/store.gif" alt="" title="" />YOUR_LINK_TEXT</a></li>

and replace store.gif with your image and upload it to your forums_root/images/ folder.
Right, was asking if anyone knows where to get a "store.gif" from?
On another note, does anybody have a link to a page that someone has added using this method?
Pages: 1 2