Version: , by Kier
Developer Last Online: May 2011
Version: 2.0.x
Rating:
Released: 02-14-2001
Last Update: Never
Installs: 1
No support by the author.
UPDATED 28-02-2001
This hack for vB2.0 Beta 2 will allow you to edit a single template set, or all of them at the same time, is dramatically less bandwidth-hungry than the current system, and allows quick searches through the templates by clicking in the <select> element and pressing a key; for example, if you want to find the 'header' template, just click in the select and press 'h' on your keyboard...
To install, follow the following instructions:
First, open the file forums/admin/adminfunctions.php and find the line
Finally, upload the attached file to your forums/admin/ folder, rename it to ktemplate.php and you're all ready to go.
19th Feb 2001 Additions:
The hack will now auto-select the last template you edited when you return to the list from submitting an edit, or adding a new custom template.
Cookie functions can be disabled for users who do not use output_buffering
Lots of minor bug fixes (this one actually works )
Please note: if you do not have output_buffering=On in your php.ini, you should comment out the '$usecookies' line at the top of ktemplate.php 28th Feb 2001 Additions:
I have now restored the original template.php's 'view original' functionality through the use of a little javascript. I have tested the script with browsers going back to Nutscrape 4.6, and they all work fine.
Just as an added extra, the hack now tells you how many global and custom templates you have... 28th Feb 2001 Additions: (more )
I just modified the code a little so that you can double-click in the menus for a default event:
Double-clicking a global template name will activate the 'add' function, giving you the option to create a customized template.
Double-clicking a customized/added template will open the edit page for the selected template.
Right-clicking a customized template will display the original template of that name. (Right-click functionality is IE only.)
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Originally posted by evoir Will my templates remain edited the way I edit them if/when I upgrade to the next version of VB2.0 ?
All I have done is change the interface to the template control panel. The work that is done behind the scenes is the same.
So yes, you can upgrade to the Beta 3 (or whatever comes out next) whenever you like and all your templates will be just as though you edited them with the original control panel.
Kier, very very nice work. I have used your hack since vB v2.0 alpha and just now applied it to v2.0 beta 3. Working great so far.
Fryzid - I liked your hack of the hack that opens into a new window, however, there is a rouge space at the end of your line in height. he ight=320 with the space removed it works perfect.
Kier, you may want to edit your first post again, and fix the truncated lines that evior pointed out. I will bet a lot of people will not see tubedogg's post of the correct lines, and never get this working.
I just experimented with that line and found that if you add one space after any of the comma's it will work. It might have something to do with vB long word wrap, however, I have my word wrap set at 100 and the problem space is showing up at character 232, so it doesn't appear to be word wrap.
Starting at resizeable=yes I put spaces after each of the comma's and it displays fine.