NineChime forum

Furry stuff, oekaki stuff, and other stuff.

You are not logged in.

Post a reply

Write your message and submit
Options
Humanity test

What is six + four?

Go back

Topic review (newest first)

Rage Inflictor
01-04-2009 23:36:21

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

Waccoon
01-04-2009 23:09:43

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(
Rage Inflictor
01-04-2009 19:48:47

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?

Board footer

Yep, still running PunBB
© Copyright 2002–2008 PunBB