Vz Forum 1.0 Author : Luca Penzo <hide@address.com> /////////////////////////////////////////////////////////// /// /// /// Omnibus is a latin word which means "for everybody" /// /// /// /////////////////////////////////////////////////////////// - Requirements - Installation with a MySQL database - Installation without a MySQL database - Administration - Configuration - Including the forum in your pages and editing templates - Options - License --------------------------------------------- - Requirements PHP support - Installation with a MySQL database Edit config.inc.php and fill in your DB parameters , run install.php and click INSTALL DB , after installation delete install.php. Or execute the sql query written in DB_query.sql. - Installation without a MySQL database CHMOD to 777 folders posts and replies. - Administration Open admin.php in your browser and you'll have a form , put the password written in config.inc.php , this will set a cookie and will let you delete posts from index page. (you can rename admin.php to what you want) - Configuration Edit config.inc.php to your needs. For translation you have to edit lang.php. - Including the forum in your pages and editing templates You can include the script in your site editing the templates header.htm and footer.htm in the folder htm. You can have header and footer templates with a different extension than htm but remember to change the variable $ext in config.inc.php. You can change the name of the index page to what you want but you have to modify the variable $index_page in config.inc.php to the new name. - Options This BB script has few options , users can write their name email subject and post. If an URL is written in a post it will become active. And this is all. - License Use this software under the terms of the GNU General Public License.