vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Easy Template Update (https://vborg.vbsupport.ru/showthread.php?t=102416)

Mastar 12-07-2005 04:27 PM

will I have to edit my templates for the hacks that are already installed on my forum?

do I click in the merge boxes to update?

:Judge: 12-07-2005 09:35 PM

Installed but I do not see any change? What exactly should I be looking for?

I can see that this is unsupported, however, if I install it and have no obvious change I have to ask. Could anyone maybe shed some light on this for me please.

ImportPassion 12-08-2005 01:43 AM

ok, i was starting to install this when I noticed the last step.

the last step would end up looking like this...

PHP Code:

// #############################################################################
// insert queries and cache rebuilt for template insertion
if ($_POST['do'] == 'inserttemplate')
{

if (
$_POST['do'] == 'merge')
{  ...
more code here ... 

how can "do" be both of those at the same time? Or am I reading it wrong?

I believe it should say "ABOVE" not "BELOW"
D

DS MrSinister 12-08-2005 01:48 AM

sweet thanks m8!

ImportPassion 12-08-2005 01:53 AM

Quote:

Originally Posted by :Judge:
Installed but I do not see any change? What exactly should I be looking for?

I can see that this is unsupported, however, if I install it and have no obvious change I have to ask. Could anyone maybe shed some light on this for me please.

I agree. Are we supposed to upload the new changed style and compare with our current style templates? :ermm:

ImportPassion 12-08-2005 02:19 AM

Think i figured it out...

go to

Find Updated Templates > View History and compare the versions

C_P 12-08-2005 02:31 AM

Quote:

Originally Posted by 7thgenCivic.Com
Think i figured it out...

go to

Find Updated Templates > View History and compare the versions

I did this, I selected merge, each button disapeared after selecting. I then selected to save merged and it then went to a blank screen. I then went back and the same navbar in the style I was merging (because it still shows the same amount of styles to be reverted) was still there and showed I could merge again and again and again....
I am wondering if maybe after the merge, we need to copy the code, then revert the stlyle section then paste the merged code over the reverted section of style?

ImportPassion 12-08-2005 02:37 AM

Quote:

Originally Posted by C_P
I did this, I selected merge, each button disapeared after selecting. I then selected to save merged and it then went to a blank screen. I then went back and the same navbar in the style I was merging (because it still shows the same amount of styles to be reverted) was still there and showed I could merge again and again and again....
I am wondering if maybe after the merge, we need to copy the code, then revert the stlyle section then paste the merged code over the reverted section of style?

u need to do the fix in my post here https://vborg.vbsupport.ru/showpost....6&postcount=13

Mastar 12-08-2005 03:16 AM

Quote:

Originally Posted by 7thgenCivic.Com
ok, i was starting to install this when I noticed the last step.

the last step would end up looking like this...

PHP Code:

// #############################################################################
// insert queries and cache rebuilt for template insertion
if ($_POST['do'] == 'inserttemplate')
{

if (
$_POST['do'] == 'merge')
{  ...
more code here ... 

how can "do" be both of those at the same time? Or am I reading it wrong?

I believe it should say "ABOVE" not "BELOW"
D

1.Can you show how it suppose to look like? 7thgenCivic.

2. And will I have to edit my templates for the hacks to work or the merge will instert the coding for the hacks? I got 49 templates that it says to be updated.

ImportPassion 12-08-2005 03:22 AM

I don't want to post too much code, but it should say this..


Quote:


FIND
------------------------------------------------------------
// ################################################## ###########################
// insert queries and cache rebuilt for template insertion
if ($_POST['do'] == 'inserttemplate')
{
------------------------------------------------------------

ABOVE that ADD
------------------------------------------------------------
if ($_POST['do'] == 'merge')
{
--snip--


All times are GMT. The time now is 02:23 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.01872 seconds
  • Memory Usage 1,750KB
  • 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_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete