vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Merging Custom Templates with ............ (https://vborg.vbsupport.ru/showthread.php?t=52249)

PixelFx 04-27-2003 09:18 PM

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 :)

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/showthrea...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/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

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

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?


All times are GMT. The time now is 12:27 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
  • Page Generation 0.01393 seconds
  • Memory Usage 1,719KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete