Okay, one big problem. I'm trying to figure out
UBB.threads uses the radio buttons or drop-down form boxes. For example, with the radio buttons used for the post icons, the template code looks like this:
code:
<input type="radio" name="Icon" value="blush.gif" $blush /><img src="{$config['images']}/icons/blush.gif" alt="{$ubbt_lang['ICON_BLUSH']}" />
The question I have is what the $blush does. Anyone have any ideas?