Mod Name / Version: Graffiti Wall Tweak <br /> <br />
Description: When you write on the wall, it will now immediately show what you wrote after spraying without having to manually refresh afterwards (ie. by clicking the 'show' button or refreshing your browser). <br /> <br />
Working Under: UBB.Threads 6.3-6.4-6.5 <br /> <br />
Mod Status: Finished <br /> <br />
Any pre-requisites: Graffiti Wall Add-on Installed <br /> <br />
Author(s): Twisty <br /> <br />
Date: 01/03/05 <br /> <br />
Credits: <br /> <br />
Files Altered: /graffiti/index.php <br /> <br />
New Files: <br /> <br />
Database Altered: no <br /> <br />
Info/Instructions: In graffiti/index.php... <br /> <br />1) CHANGE THIS: <br /> <br />
// This should point to the graffiti index.php file to prevent multiple POSTs <br /> header("Location: {$config['phpurl']}/graffiti/index.php"); <br /> <br />TO THIS: <br /> <br />
// This should point to the graffiti index.php file to prevent multiple POSTs <br /> $html = new html; <br /> $html -> send_header("",$Cat,"<meta http-equiv=\"Refresh\" content=\"0;url={$config['phpurl']}/graffiti/index.php\" />",$user); <br /> <br /> <br />2) DELETE THIS: <br /> <br />
&nbsp;<input type=button value="Show" onClick="history.go()" style="font-size: 8pt;" >
<br /> <br />
Disclaimer: Please backup every file that you intend to modify. <br />If the modification modifies the database, it's a good idea to backup your database before doing so. <br /> <br />Note: If you modify your UBB.Threads code, you may be giving up your right for "official" support from Infopop.If you need official support, you'll need to restore unmodified files.