PDA

View Full Version : using value from $vbulletin->options


FoxFireDiego
23 Oct 2007, 12:47
Hi, I have some values into:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


comma-separated

and i'm trying to using it here:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



but can't get it to work..
thanks for those who can help me with this...

Marco van Herwaarden
23 Oct 2007, 12:56
Change


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


to:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

FoxFireDiego
23 Oct 2007, 14:16
thank you marco, worked like a charm ;)