MyBB Community Forums

Full Version: How do I?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I don't get it?
He wants it so that users who click that help doc link are redirected to the flash animation instead of the help doc.
So, how can i?
Look in the admin panel for Edit help/faqs [I think]
Are you going to convert all of your help files into flash files? If so, a bit of code called Apache Mod Rewriting will help you out tremendously. I can help you out with this code, if you are in fact converting all the help files.
I was thinking of doing it that way yes. I also wanted to create a few others for my school that would be linked to the site.
Presuming that you want all help docs to redirect, there is an even easier way than using Apache Mod Rewrite.

Open up the "misc_help_section_bit" template. Find:
misc.php?action=help&hid=$helpdoc[hid]
Replace With:
http://www.webdapper.com/GrossGateway/flash/$helpdoc[hid].htm

Now you must rename the HTML files inside of the "/flash/" folder to correspond with the Help Doc's ID number.

For example, if a Help Docs ID number is "1" (like your registration help doc), rename "User_Reg.htm" to "1.htm".
Perfect!

Thanks!
Your welcome! Smile