PDA

View Full Version : ?Arrays in vBulletin options and use these in templates? It's Possible


Jhonnyf
10-29-2008, 12:30 PM
I'm create a Option Page for mi plugin and use a free field to write the ID of user separating with ","

But In templates I can't use this like a array in a condition to use the "in_array function" or explode to create the array... maybe exist another form to do that or necessarily I should be use a plugin to create the array and use in the templates

Thank You

Guest190829
10-29-2008, 02:46 PM
Explode the contents outside of the template (via a plugin or your own php file) and then use that exploded array in your template.

Jhonnyf
10-29-2008, 02:57 PM
Explode the contents outside of the template (via a plugin or your own php file) and then use that exploded array in your template.
just I didn't want to do it......


Thank you