The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
create multiple checkbox with [print_checkbox_row]
Hello ,
i have a problem with [print_checkbox_row] when create multiple checkbox from array Shows only one checkbox ! PHP Code:
|
#3
|
||||
|
||||
Quote:
PHP Code:
print_radio_row OR print_membergroup_row .. is there another solution ?! thnx ,Lynne |
#4
|
|||
|
|||
Those functions are in includes/adminfunctions.php, and they're pretty simple. Maybe what you could do is copy one of them and change it to do what you want. print_checkbox_row() puts each one in a div tag, which puts them on separate lines by default. So maybe you could copy that function, put in a loop to go through an array, take out the <div> (or change the display type to inline), and output a <br> tag when you want a new row.
|
Благодарность от: | ||
omardealo |
#5
|
||||
|
||||
Quote:
maybe that's a good way , but i see the loop is esay for me thnx anyway for your help, kh99 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|