PDA

View Full Version : Order of new templates


Ogden2k
01-02-2005, 06:03 PM
I created a new template, adv_portal_custbox.

This new template is was not added to the adv_portal templates section. Why is that?

Brian
01-02-2005, 06:06 PM
Because of the way the grouping of the templates is coded in vBulletin, and new vBa templates are not going to be grouped with the rest.

Our Sponsors
 

Ogden2k
01-02-2005, 06:19 PM
With vBa 1.1 if I add this into adminfunctions_templates.php:
'index' => 'vBa', It would organize the tempaltes, but it won't with this: 'adv_portal' => 'vBadvanced CMPS',

Brian
01-02-2005, 08:55 PM
The index templates are named differently.

Our Sponsors
 

Ogden2k
01-02-2005, 09:10 PM
Right, but what I mean is that if I use 'adv_portal' => 'vBadvanced CMPS', and name the addition tempaltes adv_portal_newtemps they do not show under the vBadvanced CMPS section. It's not a big deal, it's just strange that it does not work.