NineChime forum

Furry stuff, oekaki stuff, and other stuff.

You are not logged in.

#1 01-04-2009 19:48:47

Stupid Names

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

#2 01-04-2009 23:09:43

Waccoon
Administrator

Re: Stupid Names

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:

Code:

<?=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

#3 01-04-2009 23:36:21

Re: Stupid Names

big_smile Thank you! You're like the nicest person ever 8D

Offline

Board footer

Yep, still running PunBB
© Copyright 2002–2008 PunBB