The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
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. |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|