Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Advanced Plugin Manager Details »»
Advanced Plugin Manager
Version: 1.00, by Andreas Andreas is offline
Developer Last Online: Jan 2023 Show Printable Version Email this Page

Version: 3.5.0 RC2 Rating:
Released: 09-05-2005 Last Update: 09-05-2005 Installs: 54
Uses Plugins
Additional Files Is in Beta Stage  
No support by the author.

I got rid of the standard Plugin Manager as it is a total mess when there are a lot of Plugins.
So I wrote an alternative Interface.

This is not a "real" Release, more smth. I did just for myself, so don't expect high-quality, phrasing, etc.
But as it might be useful for others too (maily developers I guess) - here it goes.

It also adds a "Save & Reload" Button for Add/Edit Plugin.

Upload the PHP and import the Plugin (!) XML.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #72  
Old 01-08-2006, 03:57 PM
icemann's Avatar
icemann icemann is offline
 
Join Date: Sep 2005
Posts: 103
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #73  
Old 01-24-2006, 02:52 AM
SmEdD's Avatar
SmEdD SmEdD is offline
 
Join Date: Mar 2003
Location: Ontario, Canada
Posts: 381
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #74  
Old 01-24-2006, 03:27 AM
Rickie3's Avatar
Rickie3 Rickie3 is offline
 
Join Date: Nov 2004
Location: Australia/Tasmania
Posts: 770
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #75  
Old 01-24-2006, 03:35 AM
Rickie3's Avatar
Rickie3 Rickie3 is offline
 
Join Date: Nov 2004
Location: Australia/Tasmania
Posts: 770
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

then remove advplugins.PHP from my server
Reply With Quote
  #76  
Old 01-24-2006, 04:03 AM
gothicuser's Avatar
gothicuser gothicuser is offline
 
Join Date: Apr 2004
Location: Kernow, Nr. UK
Posts: 468
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #77  
Old 01-24-2006, 01:25 PM
SmEdD's Avatar
SmEdD SmEdD is offline
 
Join Date: Mar 2003
Location: Ontario, Canada
Posts: 381
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #78  
Old 04-12-2006, 02:24 PM
akanevsky akanevsky is offline
 
Join Date: Apr 2005
Posts: 3,972
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #79  
Old 04-12-2006, 04:33 PM
akanevsky akanevsky is offline
 
Join Date: Apr 2005
Posts: 3,972
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #80  
Old 05-27-2006, 03:44 PM
utw-Mephisto utw-Mephisto is offline
 
Join Date: Jan 2005
Posts: 648
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #81  
Old 05-27-2006, 10:15 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:46 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.04473 seconds
  • Memory Usage 2,309KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete