Back to vBulletin 3.0 Add-Ons

Graffiti Wall - Charactor fix, I hate that square.
Mod Version: 1.00, by frankenberrie

This modification is in the archives.
vB Version: 3.0.7 Rating: (0 vote - 0 average) Installs: 5
Released: 30 Apr 2005 Last Update: Never Downloads: 1
Not Supported  

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 );
If I missed anything, feel free to add it. Please note that one of the fonts does display a few of these charactors correctly but to prevent these squares completely you will have to add the above to your wall.php file. Hope this helps.

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

vblts.ru supports vBulletin®, 2022-2024