PDA

View Full Version : Merging Custom Templates with ............


PixelFx
04-27-2003, 09:18 PM
Can someone please post a custom walk through of how to Merge/mofe Custom Templates into default group templates listings?

or at least have them group in the same sections aka,

if I make a new postbit_template, how do I get it to group under the postbit template directory rather than at the top of the page. After adding over 30 custom templates to the site, it would be nice to group stuff better. :)

thanks :)

Alien
05-05-2003, 06:42 PM
Anyone? :) I have several hacks installed (vbstory, vbproarcade, shoutbox, quiz, etc.) that never group. They're all seperate.

This would really neaten things up if we could group custom templates somehow.

-Jason

Alien
05-05-2003, 06:45 PM
This might just help (unless there is a more simplistic method available? Not sure if I need it so involved, but...):

https://vborg.vbsupport.ru/showthread.php?s=&threadid=35681

PixelFx
05-17-2003, 03:28 AM
Thanks that did it, installed with vbulletin 2.30 final perfectly :)

PixelFx
08-09-2003, 07:08 PM
Refference hack,
https://vborg.vbsupport.ru/showthread.php?s=&threadid=35681

I installed this on vb 2.3.2 as everything more or less installed fine except for this..



Warning: Cannot modify header information - headers already sent by (output started at /home/usr/public_html/forum/admin/group_install.php:9) in /home/usr/public_html/forum/admin/global.php on line 141

Warning: Cannot modify header information - headers already sent by (output started at /home/usr/public_html/forum/admin/group_install.php:9) in /home/usr/public_html/forum/admin/global.php on line 142

Warning: Cannot modify header information - headers already sent by (output started at /home/usr/public_html/forum/admin/group_install.php:9) in /home/usr/public_html/forum/admin/global.php on line 143

Warning: Cannot modify header information - headers already sent by (output started at /home/usr/public_html/forum/admin/group_install.php:9) in /home/usr/lxg/public_html/forum/admin/global.php on line 144



if you look at the admin/global.php file, it says the following code



if ($nocacheheaders and !$noheader) {
// no caching
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past (line 141 here)
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // always modified
header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
header("Pragma: no-cache"); // HTTP/1.0
}



any ideas?