The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
|||
|
|||
![]()
I talking about a new setting group I created on vBulletin with Developer Tools (debug mode). When I download all setting groups in the same enabled debug options, I can't see the new setting group I created before. Either way, I tried to edit the file to add manually these new setting group, but I don't know how to set titles or descriptions. Here is what I have:
HTML Code:
<settinggroup name="rpcconf" title="RPC Configuration" displayorder="10" product="vbulletin"> <setting varname="rpchost" displayorder="10"> <title>RPC Host</title> <description>RPC Host where requests are directed.</description> <datatype>free</datatype> <optioncode>textarea</optioncode> <defaultvalue>http://server.com/</defaultvalue> <validationcode>return(filter_var($data, FILTER_VALIDATE_URL) != false);</validationcode> </setting> </settinggroup> Thanks kh99! Yet again ![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|