PDA

View Full Version : Updating Template Code using Vboptions


PakGamerz
05-11-2014, 05:16 AM
Hi Everyone,
I am need of some kind of help here, Is there any tutorial available? On how to use Vboptions in templates. For example i have added some logos in the footer and i want to update them via vboptions like there is a field in the vboptions where i can put link href and img code in vboptions and it automatically updates in the template.
<a href="link from vboptions"><img src="src from vboptions"></a>

Any help would be appreciated.

Thanks in advance.

vBNinja
05-11-2014, 05:45 AM
You can use
{vb:raw vboptions.option_name}

Change "option_name" to the name of the option you want to use

PakGamerz
05-11-2014, 06:04 AM
You can use
{vb:raw vboptions.option_name}

Change "option_name" to the name of the option you want to use

Thanks for the quick reply, i have one more question can i select forum categories in admin option and change the value with respect to each category.

Thanks

--------------- Added 1399830257 at 1399830257 ---------------

any one?