Closed (fixed)
Project:
UIE Forum
Version:
5.x-1.x-dev
Component:
BBCode/Smilies
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
6 Nov 2007 at 20:58 UTC
Updated:
11 Dec 2007 at 06:43 UTC
Jump to comment: Most recent
Comments
Comment #1
jonnyplunder commentedI also need to get custom smilies working, but while I've uploaded the images I can find no way to add them in. I've tried looking through the module files for anything hard-coded, but haven't been able to locate it.
edit: found it, in functions.inc.php. Duh me! Don't know how I missed it. Hope this solves everyone else's problems, too.
Comment #2
Anonymous (not verified) commentedyou must edit functions.inc.php if you want to add smilies ...
in the function uieforum_get_smiley_list you can add the smilie in the $smilies_array
and in the function uieforum_get_smiley_samples you can add the position of the smilie
as example i add "mysmilie.gif" and it is the number 20 in the $SmilieSamples array ...
Comment #3
daniel.hunt commentedThis is something that really bothers me about uieforum. I haven't had the time to create an admin interface for smilies :/