The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Merging Custom Templates with ............
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 |
#2
|
||||
|
||||
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 |
#3
|
||||
|
||||
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/showthrea...threadid=35681 |
#4
|
|||
|
|||
Thanks that did it, installed with vbulletin 2.30 final perfectly
|
#5
|
|||
|
|||
Refference hack,
https://vborg.vbsupport.ru/showthrea...threadid=35681 I installed this on vb 2.3.2 as everything more or less installed fine except for this.. Code:
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 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 } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|