Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author jhong

    (@jhong)

    Hi,

    Try changing the priority of the smilies. If you open wp-united/plugin-main.php, find the line:

    array('comment_form', 						'generate_smilies',							'phpbbSmilies'),

    and try changing the priority, e.g.:

    array('comment_form', 						array('generate_smilies', 100),							'phpbbSmilies'),

    Here, 100 is the priority. Try 1 if 100 doesn’t work ??

    Thread Starter stefaanvandamme

    (@stefaanvandamme)

    1 did the trick ??

    thank you !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘move smilies above anti-spam’ is closed to new replies.