![]() |
Graffiti Wall - Charactor fix, I hate that square.
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 ); You can see it at: http://www.arcadecrazy.com/thearcade/wall.php No squares :) |
How about a pic of the before and after? I'm not sure what this does. ;)
|
Good idea.
|
I needed that. Thanks. ;)
|
Arent his all addons to an existing hack, i think they should be added in the original hacks thread.... just a suggestions... but oh well... this was needed.... because i have the same problem :)
oh and by the way, the character Quote:
Quote:
|
modifications of a hack that does not add any functionality would need to be added in the thread of the hack itself, and the coder would decide to add it as a addon... logically... no need to make a release for this... or you simply need to add to your count of releases...
|
I have a much better fix for this. Your fix blanks out the problem characters. Mine shows them correctly.
In wall.php Find: Code:
imagettftext($myimage, $fontsize, $textangle, $start_x, $start_y, $color, $fontfile, $string); Code:
$string = utf8_encode($string); |
Quote:
Tried that and it does not work! |
Works fine for me here. Dunno.
|
Strange... I will try again.
|
All times are GMT. The time now is 01:46 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|