vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin.org Site Feedback (https://vborg.vbsupport.ru/forumdisplay.php?f=7)
-   -   What is the point? (https://vborg.vbsupport.ru/showthread.php?t=118002)

TECK 06-13-2006 04:53 AM

No, only the following line in the plugin must be adjusted for the new 3.6 plugins:
Code:

<plugin active="1" product="vb_mstats">
The new line should be:
Code:

<plugin active="1" executionorder="5" product="vb_mstats">
in order to have the plugins working in VB3.6, the actual 3.5.x plugins will not work.

Boofo 06-13-2006 05:15 AM

Quote:

Originally Posted by TECK
If the VB3.6 hacks use plugins, they will not work in 3.5.x and viceversa.
You will have to manually edit the plugin elements to match the new 3.6 architecture or the 3.5.x one.

The 3.5 ones should work on 3.6 just fine without the executionorder line. I wouldn't think you would HAVE to have that line to make the plug-in work.

Zachery 06-13-2006 08:30 AM

Quote:

Originally Posted by Boofo
The 3.5 ones should work on 3.6 just fine without the executionorder line. I wouldn't think you would HAVE to have that line to make the plug-in work.

Shouldn't.

Paul M 06-13-2006 08:36 AM

You can import 3.5 plugins into 3.6 fine - they get allocated a default execution order of 5.

You cannot import them the other way as a database error is generated. If you manually add the executionorder column to your 3.5 database (plugin table) then you can import 3.6 plugins into 3.5 and they will work fine (as long as the hooks exist of course, many new ones were added to 3.6).

peterska2 06-13-2006 11:23 AM

I've come across quite a few 3.5 releases that don't work in 3.6 due to either clashes with new 3.6 functions or simply don't work. Although saying that about 60% or the ones I did try have worked fine.

This isn't anything to do with execution orders though, it's just plain and simply that the code has changed.

Ohiosweetheart 06-13-2006 11:31 AM

Quote:

Originally Posted by Boofo
The 3.5 ones should work on 3.6 just fine without the executionorder line. I wouldn't think you would HAVE to have that line to make the plug-in work.

maybe you shouldn't have to but..... unfortunately not a single one of my hacks worked on my 3.6 test forum. I had to remove them all, one by one, to get my forum to work.

Christine 06-13-2006 03:10 PM

All of my products are working, although I did need to remove a few that made it to the core code.


All times are GMT. The time now is 08:21 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.01474 seconds
  • Memory Usage 1,728KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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