I'm trying to use custom vbulletin templates on my forum.
I can go into forum/admin and make the new template, but what is the command to initialize it?
For instance, if I use code that has: $demotemplate in it, nothing will show because its just an unnamed variable, right?
I need to say something like: $demotemplate = (query or query to database where template is stored)
Thats what I'm really looking for, what query do I use to find info from the templates created in the forum/admin?
I think this would also solve Crazy Pete's problem, as it sounds like he wants to move his info to templates as well.
|