Upgrading from BETA 1: Due to the numerous differences between BETA 1 and BETA 4 Build 2, upgrading from this version is not possible. We reccomend you delete your BETA 1 installation and do a normal BETA 4 Build 2 insatall.
Upgrading from BETA 2 Build 1 or 2 or BETA 3: In order to upgrade from one of these builds, please download the file http://www.shoutpro.com/downloads/ShoutProBETA4.zip and follow the instructions there to upgrade to BETA 4 Build 1. Then follow the instructions below for upgrading BETA 4 Build 1 to BETA 4 Build 2.
This file is config.php. Edit all the variables
to customize ShoutPro(TM). */ |
$row_coloring = "on"; // Turns the alternating row colors
on must be set to "on" for it to work. DEFAULT: "on". $row_color1 = "#336699"; // Row 1 Color, so rows 1,3,5 etc will be this color all odd numbers. DEFAULT: "#336699". $row_color2 = "#00538C"; // Row 2 Color, so rows 2,4,6 etc will be this color all even numbers. DEFAULT: "#00538C". $badnamemessage = "Sorry, that name is banned from this shoutbox."; // Message to display if the name of the poster is in the . $minlength = "10"; //The minimum length of a shout. Shouts shorter than this will generate an error. Set to "1" to disable. $maxlength = "100"; //The maximum length of a shout. Shouts longer than this will generate an error. Set to "0" to disable. $shoutboxname = "TestBox"; //The name of your shoutbox. Displayed in the title of the page and at the top if $displayname is set to "yes" $displayname = "yes"; //Display $shoutboxname at the top of shoutbox.php and viewall.php? Set to "yes" or "no". |