Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

Reply
 
Thread Tools
Easy Template Update Details »»
Easy Template Update
Version: 1.0.0, by Andreas Andreas is offline
Developer Last Online: Jan 2023 Show Printable Version Email this Page

Version: 3.5.2 Rating:
Released: 12-06-2005 Last Update: 12-07-2005 Installs: 56
Code Changes Is in Beta Stage  
No support by the author.

Easy Template Update

Description
This Hack helps you to update your templates, by allowing you to semi-automatically merge changes into your templates.

Details
1 Product XML (5 Phrases)

This Hack is unsupported! All support requests except proved Bugs will be ignored.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 12-07-2005, 04:27 PM
Mastar's Avatar
Mastar Mastar is offline
 
Join Date: Sep 2005
Posts: 680
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #13  
Old 12-07-2005, 09:35 PM
:Judge:'s Avatar
:Judge: :Judge: is offline
 
Join Date: Jan 2003
Location: USA ~ MD
Posts: 230
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #14  
Old 12-08-2005, 01:43 AM
ImportPassion ImportPassion is offline
 
Join Date: Mar 2002
Location: Gilbert, AZ
Posts: 605
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #15  
Old 12-08-2005, 01:48 AM
DS MrSinister DS MrSinister is offline
 
Join Date: Dec 2002
Location: the burgh
Posts: 553
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sweet thanks m8!
Reply With Quote
  #16  
Old 12-08-2005, 01:53 AM
ImportPassion ImportPassion is offline
 
Join Date: Mar 2002
Location: Gilbert, AZ
Posts: 605
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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:
Reply With Quote
  #17  
Old 12-08-2005, 02:19 AM
ImportPassion ImportPassion is offline
 
Join Date: Mar 2002
Location: Gilbert, AZ
Posts: 605
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Think i figured it out...

go to

Find Updated Templates > View History and compare the versions
Reply With Quote
  #18  
Old 12-08-2005, 02:31 AM
C_P's Avatar
C_P C_P is offline
 
Join Date: Sep 2004
Posts: 262
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #19  
Old 12-08-2005, 02:37 AM
ImportPassion ImportPassion is offline
 
Join Date: Mar 2002
Location: Gilbert, AZ
Posts: 605
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #20  
Old 12-08-2005, 03:16 AM
Mastar's Avatar
Mastar Mastar is offline
 
Join Date: Sep 2005
Posts: 680
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #21  
Old 12-08-2005, 03:22 AM
ImportPassion ImportPassion is offline
 
Join Date: Mar 2002
Location: Gilbert, AZ
Posts: 605
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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--
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:25 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.06057 seconds
  • Memory Usage 2,308KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete