Furry stuff, oekaki stuff, and other stuff.
You are not logged in.
I was bored and wanted to add the $stupid_name thing; I was hoping to do a ★ (using the hex, this thing automatically changes it to the symbol) or moon or something, but it doesn't work, it shows the hex instead. Is there anyway to make it work?
Last edited by Rage Inflictor (01-04-2009 22:43:21)
Offline
That hack was designed to be as easy to use as possible without breaking any HTML, so it will automatically encode things into HTML. Unfortunately, that means HTML entities won't work.
To use this star symbol, you will have to edit the "index.php" file so it won't automatically encode things. There are four instances of the $stupid hack, two each for $stupid_name and $stupid_guest:
<?=w_html_chars($stupid_name. CHANGE TO <?=$stupid_name.w_html_chars( <?=w_html_chars($stupid_guest. CHANGE TO <?=$stupid_guest.w_html_chars(
Offline