The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Temaplate Variables support needed
Hi all, i am porting over a VB4 product of mine its a simple template edit but need support on 1 issue
1) data from admincp i have this option available within admincp the varname is taken from the xml file and is shown in admincp <setting varname="socialbadge_fbbadge_active_link" displayorder="20"> <datatype>free</datatype> </setting> this allows me to enter custom data as shown in the screenshot now im trying to load that data from admincp into the template using this varaiable which i am 100% sure its correct, but its now working {vb:raw vboptions.socialbadge_fbbadge_active_link} can anyone help please |
#2
|
|||
|
|||
Did you set it to be public in Settings?
|
#3
|
|||
|
|||
its an admincp settings which is
settinggroup name="socialbadge" <setting varname="socialbadge_fbbadge_active_link" displayorder="20"> <datatype>free</datatype> </setting> i need to show the data entered from socialbadge_fbbadge_active_link into a template |
#4
|
|||
|
|||
You need to add this:
Code:
<public>1</public> Code:
<datatype>free</datatype> |
#5
|
|||
|
|||
Quote:
thank you so much it worked a treat |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|