Graffiti Wall - Charactor fix, I hate that square.
This modification is in the archives.
Here is something silly but helpful:
I notice my members like to write stuff like using symbols, for example: Frankenberrie #1 - Frankenberrie!!!! The # and ! symbol along with most other symbols come up as a little squre on the wall and looks retarded. What I did was added the following to the censored words lists in the WALL.PHP file to prevent this from happening. Code:
$string = str_replace( "$", "", $string ); $string = str_replace( "#", "", $string ); $string = str_replace( "!", "", $string ); $string = str_replace( "@", "", $string ); $string = str_replace( "%", "", $string ); $string = str_replace( "&", "", $string ); $string = str_replace( "*", "", $string ); $string = str_replace( "/", "", $string ); $string = str_replace( "<", "", $string ); $string = str_replace( "~", "", $string ); $string = str_replace( "[", "", $string ); $string = str_replace( "]", "", $string ); $string = str_replace( "{", "", $string ); $string = str_replace( "}", "", $string ); $string = str_replace( ";", "", $string ); $string = str_replace( "|", "", $string ); You can see it at: http://www.arcadecrazy.com/thearcade/wall.php No squares Download No files for download. |
Similar Mods
MPDev's Graffiti Wall | vBulletin 3.5 Add-ons |
MPDev's Graffiti Wall v1 | vBulletin 3.0 Full Releases |