The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
||||
|
||||
![]() Quote:
Enable Product 1.-using bitfields Code:
<group name="myproduct"> <bitfield name="myproduct_enable">1</bitfield> </group> useradmin_edit_column1 Code:
print_table_break('', $INNERTABLEWIDTH); print_table_header('My Product'); print_yes_no_row('Enable My Product', 'myproduct[enable]', $myproduct['enable']); Code:
if ($_REQUEST['do'] == 'modify') { print_cp_header(); print_form_header('My Product Header', 'modify'); print_table_header(Enable My Product'], 1); print_textarea_row('Enable My Product?', 'myproduct_enable'); print_submit_row("Submit!"); print_cp_footer(); } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|