The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How to group custom templates?
I'm not sure if this has been ever posted but how do I group custom templates in vBulletin v3.6.4?
I have like 10 custom templates for the Quiz hack which are using "quiz_" as the prefix. I would like to organize it and have its own group just like the others. Any idea how? |
#2
|
||||
|
||||
And old thread but I didn't want to open a new one, can anybody help for this?
|
#3
|
|||
|
|||
In the plugin make like this:
Hook Location:template_groups PHP Code:
|
#4
|
|||
|
|||
It seems this thread is to be resurrected again
I have the exact same problem and with the exact same addon and using vb 3.8.4 the plugin: Code:
$only['quiz'] = 'Quiz' // might wanna use a phrase like $vbphrase['quiz_group']; I have about 40 custom templates added by the Quiz mod so can anyone offer advice on how I can group all of these together - thanks! |
#5
|
||||
|
||||
|
#6
|
|||
|
|||
Thanks HMBeaty - worked perfectly - I guess for this I will have to make an exception to the rule of not editing any of the source files - darn pain remembering what was changed when time comes to update - thanks again!
|
#7
|
|||
|
|||
You forgot a ;.
PHP Code:
|
#8
|
||||
|
||||
Quote:
That line is missing a semicolon. (Edit: Damn, vB Style posted it first. Grr, should have noticed it quicker. ) |
#9
|
|||
|
|||
Fantastic...thanks guys!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|