######################################################## ## Mod Title: Extreme phpBB FAQ ## Mod Version: 2.2.0-1 Final, Refreshed Build FAQ ## Rev Date: January 2, 2004 ## ## Mod Author: danb00 < danielbriant@london.com > (Daniel) www.danb00.34sp.com ## Revised by: Chalk < drew@grahamgould.com > (Drew) www.grahamgould.com/tmd/forum ## Revised by: mm3guy ## ## Mod Description: An FAQ For Extreme 2.2.0 Gold ## ######################################################## ##[Why do i get errors?]## Well first make sure you have chmodded 777 to the following files/folders! /newscache/*.* /images (and all sub-folders) /files /album (and all sub-folders) or try running chmod.php and clicking continue! ##[Why can't i create a forum?]## Mkae sure you chmodded 777 to /includes/def_tree.php or try running chmod.php and clicking continue! ##[Updating To Extreme Or Updating Extreme]## # ##[Upgrading from PHPBB to Extreme PHPBB and Upgrading From Older Version of Extreme]## # First upload and run extreme220.php That will add all new datbase tables. Dont worry if you get anything that comes up in red! Just means it's already there! You will not loose any data in your database when doing this! Then start uploading and overwriting all files ##[Cash Mod]## # ##[Setting up Cash Mod]## # Go the the ACP Then Select Cash Admin Then Cash Currencies The go down to Create new Currency The fill in the following like this Name of Currency - I sugest Points Database field for currency- user_points (must be this or none of the addons will work! Then select Submit # ##[Setting up Cash Mod- Part 2]## # Why doesn't my currency show? First make sure you have done the steps above, if so then do this Go the the ACP Then Select Cash Admin Then Cash Settings Then make sure that Enable Currency is selected to yes Then feel free to edit all the other settings. # ##[Board Founder]## # I dont like the board founder color how do i change it? OPEN /templates/subsilver/subSilver.css FIND .foundercolor, a.foundercolor, a.foundercolor:link, a.foundercolor:active, a.foundercolor:visited { color: #FE00FE; font-weight: bold; } IN LINE FIND color: #FE00FE; Change it to what ever you want If you want multiple board founders, you will need to wait for Chalk to release his mod that lets you do that. (He will release it at danb00's site!) # ##[How do you give support for Extreme?]## # I give support through my forum www.danb00.34sp.com/forum and www.phpbbhacks.com ONLY! That means no support VIA EMAIL, MSN, YAHOO, AIM and so on! They will be ignored if set through those! # ##[How do i Add Quotes?]## # well first of you have to open phpmyadmin or use phpbbmyadmin If using PHPBBMYADMIN do the following GO ACP The look for phpBBMyAdmin (under General Admin) The were it says Enter your query here put the below edited command in and click submit :) INSERT INTO `phpbb_quote` VALUES (1, '15:15, 29 December 2003', 'QUOTE GOES HERE - WHO SAID THE QUOTE'); And you can edit the date as well :) But this must be edited! VALUES (1, so everytime you add a quote it must go like this VALUES (1, VALUES (2, VALUES (3, and so on!