vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Administrative and Maintenance Tools - Advanced Plugin Manager (https://vborg.vbsupport.ru/showthread.php?t=138435)

Stoebi 02-04-2007 06:57 PM

Hi

Thank you very much. But your hack should not listed products without using plug-ins, please.

Regards, Stoebi

akanevsky 02-04-2007 07:21 PM

Quote:

Originally Posted by Stoebi (Post 1174680)
Hi

Thank you very much. But your hack should not listed products without using plug-ins, please.


Regards, Stoebi

Sorry, that is not going to happen - how do you want to access a product's edit, check version, etc. if it is not displayed?...

Terminatoronly 02-04-2007 07:45 PM

thanks for the fast update :)

*Updated*

Surviver 02-05-2007 03:11 PM

Quote:

Originally Posted by Psionic Vision (Post 1174697)
Sorry, that is not going to happen - how do you want to access a product's edit, check version, etc. if it is not displayed?...

Quote:

Originally Posted by Stoebi (Post 1174680)
Hi

Thank you very much. But your hack should not listed products without using plug-ins, please.


Regards, Stoebi

I can confirm this Bug.
Fix:

advplugins.php, finde
PHP Code:

    foreach ($products as $product)
    { 

Add Underthat
PHP Code:

        if(!$plugins[$product['productid']])
        {
            continue;
        } 

Greetings Surviver

akanevsky 02-05-2007 08:23 PM

Quote:

Originally Posted by Surviver (Post 1175267)
I can confirm this Bug.
Fix:

advplugins.php, finde
PHP Code:

    foreach ($products as $product)
    { 

Add Underthat
PHP Code:

        if(!$plugins[$product['productid']])
        {
            continue;
        } 

Greetings Surviver

Please read the post above. This change makes the hack flawed. Please do not post baloney code is the thread without reading all of the posts. Thanks.

Billspaintball 02-06-2007 02:11 AM

This looks pretty cool.

I dont have a chance to install and play with this right at this moment, but is it similar to Advanced Product Management 3.0.4, or does it just concentrate on the plugin side of things?

akanevsky 02-06-2007 05:44 PM

Quote:

Originally Posted by Billspaintball (Post 1175697)
This looks pretty cool.

I dont have a chance to install and play with this right at this moment, but is it similar to Advanced Product Management 3.0.4, or does it just concentrate on the plugin side of things?

Please see the first post - "Features" and "Screenshots".

WNxWakko 02-09-2007 02:47 PM

Cant you make this without file edits? Ill just continue to use the original since it requires no file edits. Seems kinda odd to have a plugin manager not a full plugin.

akanevsky 02-09-2007 04:07 PM

Quote:

Originally Posted by WNxWakko (Post 1178423)
Cant you make this without file edits? Ill just continue to use the original since it requires no file edits. Seems kinda odd to have a plugin manager not a full plugin.

If it were possible, it would have been done. However, the code required to eliminate the bugs found in the original cannot be hooked anywhere because of the placement.

thincom2000 02-11-2007 06:18 AM

Can't sort (by product, hook, etc) with this?


All times are GMT. The time now is 03:48 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.01079 seconds
  • Memory Usage 1,743KB
  • 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
  • (4)bbcode_php_printable
  • (6)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