vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Administrative and Maintenance Tools - Template Modification System (https://vborg.vbsupport.ru/showthread.php?t=152931)

Akyeame Kwame 08-14-2013 02:23 PM

Quote:

Originally Posted by Andreas (Post 1314430)
The '1 Out-of-Date Template Modifications found' message can safely be ignore - it's just a little bug.
To fix it: Delete the plugin 'Veraltete Template-modifikationen suchen' on Hook admin_index_main1.
Afterwards, import the attached plugin XML.
That should fix it.

I see this was recommended a long time ago. Is this still the recommended method for more recent versions of VB or are they actually out of date. If they are out of date, how would one know what to edit specifically in the list to bring them up to date?

XGC Viper XI 09-13-2013 07:35 PM

This plugin is by far the best hack for vBulletin out there. This product makes custom modifications to templates extremely easy without actually modifying the actual templates. You can quickly disable the modifications when there is an issue. Most importantly, when updating the vBulletin updates, it is quick and painless. Then you can run the test to see if anything is broke and you can quickly fix. If there was a star system of 1 to 5. I would rate this as a 10.

Works great on 4.2.1

turbosatan 12-16-2013 10:23 AM

anyone tried / used this on 4.2.2 ?

Its my favourite plugin for VB. saves so much time after upgrades etc but would love to know if its going to work on 4.2.2 before spending too much time on it. If not ill try it out and give feedback for everyone.

Alan_SP 12-17-2013 09:57 AM

I know it's not answer to your question, but I'm using it on 4.2.0.

K!nG 12-19-2013 03:37 AM

Quote:

Originally Posted by turbosatan (Post 2468631)
anyone tried / used this on 4.2.2 ?

Its my favourite plugin for VB. saves so much time after upgrades etc but would love to know if its going to work on 4.2.2 before spending too much time on it. If not ill try it out and give feedback for everyone.

I would like to know the same from someone. @turbosatan if you end up trying it please leave your feedback for the rest which includes me as well :)

Thanks.

Phaedrus 12-29-2013 06:01 AM

It doesn't appear to work in 4.2.2...

I get an errror: Unable to add cookies, header already sent. and that it was trying to create something from value zero on line 20...

Phaedrus 01-21-2014 05:41 AM

On Version 4.2.2

I rem'd out line 20 in the forums/admincp/templateedits.php file and it now works again.

Right as rain...

This:
Code:

// double output buffering does some weird things, so turn it off
define('CVS_REVISION', '$RCSfile$ - $Revision: 146 $');
define('NOZIP', 1);
$vbulletin->nozip = true;

Became this:
Code:

// double output buffering does some weird things, so turn it off
define('CVS_REVISION', '$RCSfile$ - $Revision: 146 $');
define('NOZIP', 1);
//$vbulletin->nozip = true;


Phaedrus 01-21-2014 06:04 AM

Fantastic... It works just like it used to with that one minor change. Awesome.

So far... I'm sure there's some hidden surprises. However I can now save templates again, and they work. I was able to edit for the changes on 4.2.2 and get all my stuff working again. Not too shabby overall.

Phaedrus 01-27-2014 04:03 AM

Okay, update. While this works to make template changes in 4.2.2, if you do what I listed above, you will need to disable it if you make a new style or if you load a new style, then afterward resave each edit in the Master. It's a pain, but it worked that way but I could not create a style or upload a style without disabling TMS.

Maybe, if I have the time, I'll dig into this mod and see if I can update it, but Andreas was one of the best and it is likely he'd be necessary to fix this thing for 4.2.2. You can have it working in a way, but it isn't perfect.

Alan_SP 01-28-2014 12:38 AM

Yes, Andreas made some great mods, this one is what every advanced (or not so advanced :D) forum owner should use.

I asked at DBTech if they would make their own version, but for now it's still somewhere in the air. Anyway, if you would continue to support it, it would be really great. :up:


All times are GMT. The time now is 12:57 AM.

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.03059 seconds
  • Memory Usage 1,739KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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