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)
-   -   Advanced Plugin Manager (https://vborg.vbsupport.ru/showthread.php?t=112833)

Tralala 04-17-2006 02:20 PM

Installed! Me likey!

Tralala 04-17-2006 03:06 PM

I've noticed two strange things once I enabled this:

Dynamically Create Amazon links doesn't show up in my list of products/plug-ins. It also seems to disable? As I turned the APM on and off I found that I had to re-enable the Amazon hack. Odd.

Currently Active Users' Avatar also disabled itself.

akanevsky 04-17-2006 09:38 PM

Quote:

Originally Posted by Tralala
I've noticed two strange things once I enabled this:

Dynamically Create Amazon links doesn't show up in my list of products/plug-ins. It also seems to disable? As I turned the APM on and off I found that I had to re-enable the Amazon hack. Odd.

Currently Active Users' Avatar also disabled itself.

That's not likely.

Tralala 04-17-2006 09:49 PM

Quote:

Originally Posted by Psionic Vision
That's not likely.

Agreed... the "disabling part" I'm now finding is not reproducible, so perhaps that was fat-fingering on my part. :surprised:

However, the Dynamically Create Amazon hack does not show up in my list of products/plug-ins when APM is enabled. That's completely reproducible and happening right now. The only way I can disable/enable that particular hack is to disable APM first.

Tralala 04-17-2006 10:18 PM

Quote:

Originally Posted by Tralala
Currently Active Users' Avatar also disabled itself.

Quote:

Originally Posted by Psionic Vision
That's not likely.

Okay, I got this to reproduce consistently. When I disable APM (in order to check the status of the Amazon hack, as mentioned above)... the "Currently Active Users' Avatar" hack gets disabled too. Every time.

I have to re-enable it in the standard Plugin Manager.

akanevsky 04-18-2006 12:03 AM

Does the problematic hack contain any special characters in its title or anywhere?

Tralala 04-18-2006 01:07 AM

Quote:

Originally Posted by Psionic Vision
Does the problematic hack contain any special characters in its title or anywhere?

Not that I can see, no.

akanevsky 04-18-2006 10:00 PM

Ok, I think I know what the problem is.. please stay tuned.

kurtbarker 04-28-2006 08:14 AM

hey mate, in plugin.php, i've got

Code:

if ($_REQUEST['do'] != 'download' AND $_REQUEST['do'] != 'productexport')
{
        print_cp_header($vbphrase['plugin_system']);
}

should I replace it completely so I end up with
Code:

        if ($_REQUEST['do'] != 'updateactive' AND $_REQUEST['do'] != 'update')
        {
                print_cp_header($vbphrase['plugin_system']);
        }

or should I only replace the line that is in the readme so I end up with
Code:

if ($_REQUEST['do'] != 'download' AND $_REQUEST['do'] != 'productexport')
{
        if ($_REQUEST['do'] != 'updateactive' AND $_REQUEST['do'] != 'update')
        {
                print_cp_header($vbphrase['plugin_system']);
        }
}

coz that last one doesn't look right, but it's what the instructions say, so I just want to confirm

Boofo 04-28-2006 10:48 AM

Quote:

Originally Posted by kurtbarker
hey mate, in plugin.php, i've got

Code:

if ($_REQUEST['do'] != 'download' AND $_REQUEST['do'] != 'productexport')
{
    print_cp_header($vbphrase['plugin_system']);
}

should I replace it completely so I end up with
Code:

    if ($_REQUEST['do'] != 'updateactive' AND $_REQUEST['do'] != 'update')
    {
        print_cp_header($vbphrase['plugin_system']);
    }

or should I only replace the line that is in the readme so I end up with
Code:

if ($_REQUEST['do'] != 'download' AND $_REQUEST['do'] != 'productexport')
{
    if ($_REQUEST['do'] != 'updateactive' AND $_REQUEST['do'] != 'update')
    {
        print_cp_header($vbphrase['plugin_system']);
    }
}

coz that last one doesn't look right, but it's what the instructions say, so I just want to confirm

I would say the last one is correct. Tony usually doesn't miss something like that. ;)


All times are GMT. The time now is 04:09 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.01130 seconds
  • Memory Usage 1,746KB
  • 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
  • (6)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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