NineChime forum

Furry stuff, oekaki stuff, and other stuff.

You are not logged in.

#1 01-19-2008 00:21:44

copkid
Member

Smileys :(

Hello~!

I entered my hacks.php and added a smiley,Then went to My Smiley folder and added the .gif of the smiley~

But When I go to my Oekaki, the smiley isn't available...Did I miss a step?

Thanks!
~Copkid

Offline

#2 01-19-2008 07:02:48

Waccoon
Administrator

Re: Smileys :(

First, the easy part.  Make sure you have enabled smilies, otherwise your customizations will not be recognized.

Code:

define ('USE_SMILE_HACK', 0);

Set this to 1 to enable smilies...

Code:

define ('USE_SMILE_HACK', 1);

Next, I'll assume the syntax of the hacks.php file is correct, or else you'd have gotten a nasty error. (something about keywords on a specific line number).

The big issue is to make sure that the smiley codes you want are correct.

The format for the smilies is:

Code:

'smiley' => 'filename',

Keywords must be in single quotes, filenames must have a file extension and the files must be in the smilies folder, and the comma is required for each entry except the last one.  If a smiley isn't showing up, either the smilies haven't been activated (as shown above), the code conflicts with NiftyToo (which handles custom coloring, font styles, etc.), or the code is wrong.  You can e-mail me your hacks.php file, or just the smilies section of that file, and I'll look it over.

Offline

#3 01-19-2008 13:27:05

copkid
Member

Re: Smileys :(

Thanks!
Works like a charm wink

Offline

Board footer

Yep, still running PunBB
© Copyright 2002–2008 PunBB