The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]() Code:
$chan = mysql_query("SELECT * FROM channels ORDER BY chan ASC", $connection); while ($list = mysql_fetch_array($chan)) { $chanList .= $list['gid']."<br />"; $chanGid .= $list['chan']."<br />"; $chanAcc .= $list['access']."<br />"; $zlist.= "<option value='".$list['gid']."'>".$list['gid']."</option>"; } then.. $templater->register('zlist',$zlist); then in the template.. <select name="derp" size="2">{vb:raw zlist}</select> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|