|
From: Selven <sel...@us...> - 2007-06-12 05:05:10
|
Update of /cvsroot/mxbb/mx_faq/docs/pages In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17765/pages Added Files: doc_navigate.html index.htm main_doc_index.html Log Message: First Update --- NEW FILE: doc_navigate.html --- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>mxBB Portal :: Documentation Navigation</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <link rel="stylesheet" type="text/css" href="../css/subSilver.css" /> </head> <body bgcolor="#F0F0F0" text="#000000" link="#006699" vlink="#006699"> <table cellpadding="10" cellspacing="0" border="0" width="100%"> <tr> <td align="center"> <a href="http://www.mx-system.com" target="_blank" title="mxBB Portal 2.8.0"><img src="../images/mxbb-portal.gif" border="0" alt="mxBB Portal 2.8.0" /></a> </td> </tr> </table> <table cellpadding="10" cellspacing="0" border="0" width="100%"> <tr> <td> <ul class="list"> <li class="cat"><a class="genmed" name="main">Main</a> <ul class="list"> <li class="item"><a class="genmed" href="http://www.mx-system.com" target="_blank">mxBB Portal Project Site</a></li> <li class="item"><a class="genmed" href="http://www.mx-system.com/forum/viewtopic.php?t=9951" target="_blank">Support Topic</a></li> <li class="item"><a class="genmed" href="http://www.mx-system.com/index.php?page=4&action=file&file_id=371" target="_blank">Download</a></li> </ul> </li> <img style="display:block;" src="images/spacer.gif" alt="" width="1" height="8" border="0" /> <li class="cat"><a class="genmed" name="overview">Overview</a> <ul class="list"> <li class="item"><a class="genmed" href="main_doc_index.html#module" target="main">Module Information</a></li> <li class="item"><a class="genmed" href="main_doc_index.html#install" target="main">Installation Instructions</a></li> <li class="item"><a class="genmed" href="main_doc_index.html#themes" target="main">Additional Styles</a></li> <li class="item"><a class="genmed" href="main_doc_index.html#languages" target="main">Additional Languages</a></li> </ul> </li> </ul> </li> </td> </tr> </table> </body> </html> --- NEW FILE: main_doc_index.html --- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>MXBB Faq & Rules :: Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <link rel="stylesheet" type="text/css" href="../css/subSilver.css" /> </head> <body > <a name="top"></a> <br /> <table class="bodyline" align="center" cellpadding="8" cellspacing="0" width="98%"> <tr> <td> <a name="module"></a> <b><font size="5">MXBB Module - FAQ & RULES V. 2.0.1</font></b><br /> <br /> <br /> <span style="font-weight: bold">Description</span><br /> Adding an complete Faq and Rules system to your portal, manageable directly from ACP without touching any row of code.<br /> <br /> <strong>Features</strong><br /> Fully integrated in mxBB system.<br /> TinyMCE support.<br /> Multilanguage support.<br /> Multitemplate Support.<br /> <br /> <strong>Author</strong><br /> Selven<br /> Based on original phpbb faq system<br /> Based on original rules page mod by eviL<3<br /> <br /> <strong>Designed for</strong> <br />mxBB Portal v. 2.8.0+ <br /><a name="install"></a> <span style="font-weight: bold">Installation Instructions</span> <br /> To install this module, follow these instructions.<br /> If you encounter any problems during install, visit the <a href="http://www.mx-system.com/forum/viewtopic.php?t=9951" target="_blank" class="postlink">support topic</a>.<br /> To summarize:<br /> If installing from scratch, use Install Module function into modules setup page of ACP.<br> If upgrading, use the Upgrade Module option into modules setup page of ACP.<br> If uninstalling, use the Uninstall Module option into modules setup page of ACP.<br> The modules use the same integration of <a href="http://tinymce.moxiecode.com" target="_blank" class="postlink">TinyMCE</a> editor of portal, to make it to work simply upload tinymce folder into modules/mx_shared folder.<br /> Important Note: The files in folder language/lang_english must be writable (on UNIX chmod 666 or higher), do it also for all other language you will install!<br /> <br /> <a href="#top"> Back to Top</a> <br /> <br /><a name="themes"> <span style="font-weight: bold">Additional Styles</span> <br /> First check if your style is already done. <br /> Styles are avaible <a href="http://www.mx-system.com/index.php?page=4" target="_blank" class="postlink">Here</a>.<br /> If exists, download and install in modules/mx_faq/template folder.<br /> If not, duplicate (copy and paste) any included template file, rename to match your style, adapt using any texteditor, save and upload.<br /> Important Note: The style must be present also in your forum, and portal to work!<br /> <br /> <a href="#top"> Back to Top</a> <br /> <br /><a name="languages"> <span style="font-weight: bold">Additional Languages</span> <br /> First check if your language is already translated. <br /> Translated languages are avaible <a href="http://www.mx-system.com/index.php?page=4" target="_blank" class="postlink">Here</a>.<br /> If exists, download and install in modules/mx_faq/language folder.<br /> If not, duplicate (copy and paste) any included language file, rename to match your language, translate using any texteditor, save and upload.<br /> <br /> <a href="#top"> Back to Top</a> <br /> </td> </tr> </table> <br /> <div align="center"><span class="copyright">mxBB Faq & Rules Team</span></div> </body> </html> --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |