 includes/functions/display.php
functions
|  group_selectbox
string group_selectbox(array $fieldname, int $current, boolean $mvanon, boolean $all)
Returns a list of all available groups where bbgroups are numbered 4 and up.
0 = "everyone"
1 = "members"
2 = "administrators"
3 = "anonymous" Arguments - $fieldname
the name for the <select> tag
- $current [optional, default value = 0]
currently selected group number
- $mvanon [optional, default value = false]
show #3 (anonymous) in the list
- $all [optional, default value = true]
show #0 (everyone) in the list
|