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=95738)

icemann 01-08-2006 03:57 PM

Quote:

Originally Posted by Psionic Vision
Andreas, this should really be a default feature. Come on, do it, you have the power :)


Works good for me in v3.5.3 and I agree with Psionic Vision. :)

SmEdD 01-24-2006 02:52 AM

Here is the way to make them alphabetical

PHP Code:

$plugins $db->query_read("
    SELECT plugin.*, product.active AS productactive, product.productid
    FROM " 
TABLE_PREFIX "plugin AS plugin
    LEFT JOIN " 
TABLE_PREFIX "product AS product ON (product.productid=plugin.product)
    ORDER BY product.title, plugin.hookname, plugin.title
"
); 

I also made it go by hook name after af that is how vB sorts the list and usually people look for certain hooks instead of the name.

Rickie3 01-24-2006 03:27 AM

i installed this to try its not bad,but i would like to uninstall it what do i uninstall in admincp/plugin system??? ive removed the advplugins.PHP from my server

Rickie3 01-24-2006 03:35 AM

do i uninstall "Plugin System Adjustments" and "Remove Manage Products from Nav"

then remove advplugins.PHP from my server

gothicuser 01-24-2006 04:03 AM

Quote:

Originally Posted by Antivirus
anyone using this still? i know it's unsupported, just wondering how everybody likes it after living with it for a month or so?

Been using it since it came out, perfect, no problems at all m8

SmEdD 01-24-2006 01:25 PM

Saveing plugin active status direct from the list dosn't seem to work. I will see if I can fix it but so far I have failed.

akanevsky 04-12-2006 02:24 PM

There are two small problems:
1. If you click "save & reload", it does reload, but does not save.
2. If a product does not have plugins, it is not shown in the list.

Quote:

Originally Posted by Lil Ripsta
You can do it too, Vision. You have the same power as Andreas! :)

No. Andreas is an official vBulletin Developer, and I am not, unfortunately.

akanevsky 04-12-2006 04:33 PM

But yes, you are right, I do have the power to fix this modification.
Which I did: https://vborg.vbsupport.ru/showthread.php?t=112833

Andreas, if you mind, I'll take it off - but I see no reason why you should, as I've given you all the credits :)

utw-Mephisto 05-27-2006 03:44 PM

I installed it, now the import button for products is gone, using the advanced plugin manager does not let me import new products and THIS plugin does not even show up so I can uninstall it again ..

Really borked :(

peterska2 05-27-2006 10:15 PM

Import Product should be at the bottom of the plugins screen, if I remember correctly from when I used this.


All times are GMT. The time now is 01:00 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.01297 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
  • (1)bbcode_php_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
  • (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