The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Trying to formulate a yes/no radio botton in CP php
print_input_select_row("select yes or no", 'name', array(0=>'No', 1=>'Yes')); trying with reference from http://www.vbulletinprogramming.com/...put_select_row --------------- Added [DATE]1235432477[/DATE] at [TIME]1235432477[/TIME] --------------- solved using wrong function ![]() print_radio_row('agree', 'inputname', array( 'yes' => 'Yes', 'no' => 'No' )); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|