![]() |
UPDATED 28-02-2001
http://kier.3dfrontier.com/images/ktemplate.gif 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 Code:
OPTION {COLOR: #51485F; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px} Code:
OPTION {FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px} Next, open the file forums/admin/template.php and find the block of code that looks like this: PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
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.) |
Very nice...thank you so much!
|
Excellent hack!
--JAmes |
Had to post another thank you for making my job easier....Excellent Hack!
|
A slight enhancement -
This is a new version of the file ktemplate.php, which now gives you the option to specify the size of the <select> items - just open up the code and find the lines at the top of the code that read: PHP Code:
Note: if you set the value to 1, the select menu will become a pop-up menu, rather than a list. |
great hack man!
thanks alot :) |
This is a great hack kier. It certainly speeds up template editing!
Now... if only you could select a default style/template set so that whenever you come into the edit screen it is selected. I've lost count how many times I've overwritten the default one by mistake! :eek: We'll just never be satisfied. :) By the way... I'd like to say thanks to the Jelsoft developers/designers of this template concept. It truly is the dogs bollox! There is nothing you can't change with this system. (although my wife isn't too happy with the amount of time I'm spending playing with it) :p |
Great script! This makes template editing a lot easier, and now when you just edited a template, went to your forum, realized you didn't get it perfect and need to go back the that template you only go to the custom, and not sort through the whole list. Nice job.
Now i'm just wondering why i have 12 header templates. |
Quote:
|
Okay, the hack will now remember which template set you were editing, until you click the [Edit a different template set] link.
Please note that this version of the script requires on of two things to be active: You must either have GZip encoding turned on for your forum, or you must have Code:
output_buffering = On; Once the final version of vB2 is out, I will make the necessary modifications to the script to remove these requirements, but for now, it would require too much messing about with the code to make it worth my while. |
You da man! :D
|
SUPER :)
I like to see it in Beta2 :) Thanks..... ;) cya |
looks fab great improvement and much easier for people like me..i get this spat out at the top of the page though when i enter the templates in vbb admin
Warning: Cannot add header information - headers already sent by (output started at /home/doasquad/public_html/forums/admin/adminfunctions.php:17) in /home/doasquad/public_html/forums/admin/ktemplate.php on line 28 ?? any ideas ? |
Quote:
I will post a new version with enhanced functionality in a few minutes, and a quick fix for this error. |
I've updated the hack and posted new instructions at the top of this page.
|
Now if only microsoft was this efficient ..ahhh well i can dream...
kewl hack ..btw |
can we see a screen shot?
pleasssssssssssssssssss? |
<a href="http://www.vbulletin.com/forum/showthread.php?s=&threadid=8484" target="_blank">http://www.vbulletin.com/forum/showt...&threadid=8484</a>
|
Quote:
|
Quote:
Can you explain the meaning of the error, why it happens? Just so we can learn php while we're at it... |
Quote:
The script stores the $templatesetid of the template set you are working on in a cookie called $bbadmin_templatesetid. Cookies are set through the PHP function setcookie(..), which sets the cookie by sending an HTTP header to your browser (like any other cookie-setting mechanism). Here comes the problem: HTTP headers have to be sent to the browser before any display output has been sent to the browser. My cookie-setting system doesn't abide by that rule at the moment, as I tried to make as few modifications to the original template.php as possible, in order to make installation as easy as possible for all you guys and galls. Therefore, when you run the script, the setcookie(..) function is actually called after PHP has output stuff to the browser, causing it to fail... u n l e s s . . . ;) you have output_buffering enabled in your php.ini file. This has the effect of preventing any output being sent to the browser until the PHP script has completely finished its execution. Therefore, the setcookie function is still valid, even though it's being called at an illegal point in the script. Using vB2's GZip compression system will have the same effect. If you do not use output_buffering or gzip compression, or if you are using PHP3, then you should comment out the line in ktemplate.php that says $usecookies = "yes";. This will prevent the setcookie(..) function from being called. Does that make sense to you? |
Yes, thank you so much!
But I thot I set my gzip stuff to on in the options? Gotta double check that but I'm pretty sure... |
Quote:
Once vB2 goes gold, I will revisit the hack and recode it so that the cookie can be set on any system. |
You DO have to set output_buffering on in the php.ini. I tried just setting the vB gzip and the error was still apparent.
Works great with output buffering on though. |
I installed this have into v2.0 and it works fine except for one error that appears at the top of each page. It is as follows:
Oops, php3_SetCookie called after header has been sent in ../ktemplate.php on line 46 What does this mean? How can I fix it? I do have GZip enabled with a level of "1" compression. |
very nice hack Keir, however I am missing two options from the original -
1) revert back to original 2) view original The second in particualr was very helpful, when I screwed up something - or thought I did - and wanted to compare my edited template to the original. |
Quote:
Quote:
|
If they click the view default button, run an extra query to get the name of the template known by its templateid and then just grab that template where templatesetid=-1.
|
Cheers Ed, but I've just found a way to do it without an extra query :)
Will post an updated hack in a short while once i've integrated it into the existing code :D |
Updated version now available in the first post of the thread.
|
absolutely beautiful, thank you Kier!
|
does this work for beta2?
|
Yes.
|
I had to be sleeping I missed this one. :D
What a hack! Thanks. |
Ok, I got it working but for some reason I get a parse error in template.php3 (had to rename to .php3 and edit all links in ktemplate to relfect this).
Parse error: parse error in template.php3 on line 487 Line 487 reads: -------------- ?> -------------- Any ideas? BTW, I also got an setcookie error, so I turned that option off in the ktemplate file. Is it ok to do that? rgds, |
Not sure about your parse error... are you sure you commented out all the right code?
As for the cookie thing, yes, just set the $usecookies variable to "no". |
This hack makes it so much easier to edit the templates. Thanks a million Kier :)
|
I get lost here. I don't understand why you put ..... instead of the whole bit of code to look for and replace. :D
can you help me out? Next, find the section of text within the template.php code that looks like this: PHP Code:
PHP Code:
|
But here's what you do.
Find this: Code:
$DB_site->query("INSERT INTO template (templateid,templatesetid,title,template) VALUES (NULL,'$templatesetid','".addslashes("$title")."','".addslashes("$template")."')"); Code:
$result = $DB_site->query("INSERT INTO template (templateid,templatesetid,title,template) VALUES (NULL,'$templatesetid','".addslashes("$title")."','".addslashes("$template")."')"); Code:
$templateid = $DB_site->insert_id($result); Hope this helps :) |
I really like the rightclick view template function.
But I find it more useful if the original template would open in a new window. To achieve this do the following In ktemplate.php search for: Code:
oncontextmenu=\"window.location=('template.php?s=$session[sessionhash]&action=view&title='+this.options[this.selectedIndex].text)\"> Code:
oncontextmenu=\"javascript:window.open('template.php?s=$session[sessionhash]&action=view&title='+this.options[this.selectedIndex].text,'_popit','resizeable=yes,toolbar=no,location=no,menubar=no,scrollbars=no,status=no,width=460, height=320')\"> |
All times are GMT. The time now is 11:24 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|