1 (edited by 2008-07-27 17:46:38)

Topic: [FAQ] When adding comment, show X smilies per row

Editing parameter solution

This can be easily done by opening inc/shows.inc.php file and search
for insertSmilies('short', FALSE) then replace FALSE with the number of smilies you want per one row.

Similar adjustments can be done and for the Add News section on CuteNews with editing addnews.mdu

Re: [FAQ] When adding comment, show X smilies per row

HTML solution
Go to
CN panel->options->edit templates->add comment form

find: {smiley}
and put this tag inside a div
like
<div width="50px">{smiley}</div>
By adjusting the width you can control the number of smileys per row too.