PDA

View Full Version : template grouping


conq2k
01-23-2002, 07:50 AM
well, this is not a good place for this request but when I request at vbulletin.com forums they redirected me there, so I have to ask this:

how can I add my custom templates to original expand group names like forum home templates, new reply templates?
or how can I add a new expand group?

thanks

conq2k
01-24-2002, 02:27 PM
not any ideas?

Bane
01-24-2002, 04:12 PM
You actually do have to make a hack..

If your new templates are all called.. for example

home_menu
home_page

then open up admin/templates.php and

FIND THE CODE:
$only['vbcode'] = 'vB Code';

BELOW that INSERT:
$only['home'] = 'home';

TWTCommish
01-25-2002, 12:37 AM
Doesn't really work for me...could you be more specific?

TWTCommish
01-25-2002, 03:43 AM
Nevermind, I figured it all out. I'm working on a hack to make template grouping easier, too...all done through the admin CP. It's being tested now.

WhiteKnight
01-25-2002, 04:33 PM
Sounds interesting. Are you going to release it to the public?

TWTCommish
01-25-2002, 06:02 PM
Yep -- if I wasn't, I wouldn't be testing it. :D I'm trying to iron out some bugs now. It's purpose and actual use may be a little confusing, but I think it's worth posting.