The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Templating Grouping/Enhanced Management Details »» | |||||||||||||||||||||||||||
Templating Grouping/Enhanced Management
Developer Last Online: Dec 2022
NOTE: This hack involves the modification of your template admin files. You may want to backup any files involved in this hack to guard against any major problems. Alright, on with the hack.
What's it do? Ya know those template groups you see when you're modifying templates? The ones with titles like "Calendar templates" or "Forum Display templates" that reveal the templates they contain when you click on the "[expand]" link next to them? Well, this allows you to create, edit, and delete those easily through your admin CP. In addition, it allows you to switch ANY template from standard (like the way the default templates are displayed) to custom, or custom to standard...which means that you can have it placed as a "normal" template, and not under the "Custom template" heading. I've attached an archive containing the files you'll need, and a text file containing the instructions. No screenshot is necessary, really, as I think the description tells you all you need to know. Some Specifics First off, if you add a new template group, and it doesn't show up, don't worry: that doesn't mean it isn't working. You need to create a standard, matching template before the group shows up. Here's a quick example (using a hack of mine called vBGlossary very shamelessly. ):
One more quick example: vBulletin comes with 3 Avatar-related templates. I believe they are avatar. avatars, and avatarbit. Creating a template group called "Avatars" with a "Group Text" value of "avatar" will place these three templates in their own group. No switching is necessary, because they come standard with vBulletin...which means they're already standard templates. Potential Cause For Confusion It's not really a bug, because I think it's unavoidable: if you have a standard template, and you edit it, thus creating two templates (your current one, and the default template, which you can, of course, revert to or view as needed), switching it to standard will have BOTH templates show up under the custom heading...two, instead of one. This hack has been tested by several others, but due to its specific nature, and the files and such involved, it is HIGHLY recommended that you backup the /admin/template.php file before proceeding with installation. I hope this isn't too confusing. Enough talk: enjoy the hack! Show Your Support
|
Comments |
#2
|
||||
|
||||
Sounds very nice, i will install this one later. Nice job, thanks.
|
#3
|
||||
|
||||
Gracias. Oh, by the way: a HUGE thanks to the people who were kind enough to beta test this hack for me. I really appreciate it! Your feedback has been invaluable.
|
#4
|
||||
|
||||
Wow, nice hack! Installed it, and worked perfectly. Thanks for sharing..
|
#5
|
|||
|
|||
Switching to standard will set templatesetid to -1? If so, what happens when I update my vB? The update routine kills every template with templatesetid=-1...
|
#6
|
||||
|
||||
Well, I don't know how upgrade compatible it is; but why would an upgrade kill all those templates?
|
#7
|
||||
|
||||
this hack sounds great TWTCommish thankz ur work!
i will use this hack after my forum problem solved !! |
#8
|
|||
|
|||
Upgrading vB does the following:
DELETE from template WHERE templatesetid=-1 and then all templates are inserted via INSERT INTO... that is why you can't edit templates with -1 directly via the CP - they would be lost. |
#9
|
||||
|
||||
Hmm, well, I haven't tested it for upgrade compatibility at all. When the next upgrade script is released I'd be glad to take a look and try to find a way around it, though, if it's plausible. Any thoughts/suggestions?
|
#10
|
|||
|
|||
Maybe mark them as -2 ??? Just an idea
I haven't installed this hack yet, but will soon. Very nice, beats using phpMyAdmin for default template editing. Great Job!! |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|