thanks..i'll look over there
--------------- Added [DATE]1228317856[/DATE] at [TIME]1228317856[/TIME] ---------------
I found it.....but I'm not sure what to do with this. What numbers should I change? Thanks so much for your help!!!
includes/functions_newpost.php
Code:
$numicons = 0;
$show['posticons'] = false;
while ($icon = $vbulletin->db->fetch_array($icons))
{
$show['posticons'] = true;
if ($numicons % 7 == 0 AND $numicons != 0)
{
$posticonbits .= "</tr><tr><td> </td>";
}
$numicons++;
$iconid = $icon['iconid'];
$iconpath = $icon['iconpath'];
$alttext = $icon['title'];
if ($seliconid == $iconid)
{
$iconchecked = 'checked="checked"';
$selectedicon = array('src' => $iconpath, 'alt' => $alttext);
}
If you need help with this code then you should post on
www.vbulletin.org.