The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Special Query (WHERE)
I'm trying to get my query to only pull usergroups that have been selected. This isn't a permission to view thing, it is more like choosing which usergroups will be displayed.
Here is my current query: PHP Code:
What I'd like to do is to set up a option menu for my mod and just type in the usergroups I want to be allowed in the query. Here is what I have in my product.xml file: Code:
<settinggroup name="showroster" displayorder="65535"> <setting varname="showroster_displayed_groups" displayorder="10"> <datatype>free</datatype> <defaultvalue><![CDATA[19,13,24,20,17,18]]></defaultvalue> </setting> </settinggroup> I've tried a lot of different idea's, but it always ends in a database error. Does anyone have any thoughts on what I could do. Even a small suggestion in the right direction would be appreciated. Thank you for your time. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|