I ended up deleting the entry, and it's just using whatever size the images are.

I think on post.php there is a similar setting, because right below the bold/italic/underline/link options are all the smilies, and they're all shrunk down to the same size.

Is there a way to change that?

I was thinking it might be here, but I'm not sure:

    $forum_page['text_options']['smilies'] = '<span'.(empty($forum_page['text_options']) ? ' class="first-item"' : '').'><a class="exthelp" href="'.forum_link($forum_url['help'], 'smilies').'" title="'.sprintf($lang_common['Help page'], $lang_common['Smilies']).'">'.$lang_common['Smilies'].'</a></span>';

// Setup breadcrumbs
$forum_page['crumbs'][] = array($forum_config['o_board_title'], forum_link($forum_url['index']));
$forum_page['crumbs'][] = array($cur_posting['forum_name'], forum_link($forum_url['forum'], array($cur_posting['id'], sef_friendly($cur_posting['forum_name']))));
if ($tid)
    $forum_page['crumbs'][] = array($cur_posting['subject'], forum_link($forum_url['topic'], array($tid, sef_friendly($cur_posting['subject']))));
$forum_page['crumbs'][] = $tid ? $lang_post['Post reply'] : $lang_post['Post new topic'];

So if I changed the "15" and "15" to "100" and "100" it would only shrink emoticons down to 100 x 100 if they were larger than 100?

I have been adding emoticons by putting them in the folder with all the others and modifying the parser.php.  This is how I did it with 1.2 and it works in 1.3, but I was wondering if there was an extension for managing them or an easier way to do it.

Also, the added emoticons are getting shrunk down in size.  I think there is a variable for emoticon size limit somewhere in the code that I need to adjust, but I'm not sure where it is and could use some advice on where to find it.

Thanks.

Bump - is there any way to do this?  Should I be asking in another forum?

I had been running phpbb for years and can't wait to move to punbb.  I have been adding mods, setting up the forum, and find punbb to be superior in every way.  HOWEVER, I have one question...

I'd like to setup the forums so that if you are a guest, you can view the forum titles, but if you click on them, you won't be able to read any of the posts.  When I shut off the read flag for the guest group the forum becomes invisible to them.  I've been searching for a mod to accomplish this without much luck.

Any advice on this?  Thanks to Rickard and all of you for such a great product!