Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons

Reply
 
Thread Tools
Advanced Plugin Manager Details »»
Advanced Plugin Manager
Version: 2.1.0, by akanevsky akanevsky is offline
Developer Last Online: Feb 2016 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 3.6.x Rating:
Released: 02-03-2007 Last Update: 07-02-2009 Installs: 58
Uses Plugins
Code Changes Additional Files Translations  
No support by the author.

I no longer support my hacks. Please feel free to update them and release new versions elsewhere as long as I get the credit for the original modification.

/*===================================*\
|| Advanced Plugin Manager
||
|| Author : Anton Kanevsky
|| Co-Author(s) : Andreas
|| Works on : vBulletin 3.5.x - 3.8.x
|| Released : Jul 02, 2009
||
|| Time required to install: ~5 minutes
|| Difficulty: easy
\*===================================*/

DESCRIPTION

This product makes it somewhat easier to use the plugin system when you have a lot of products installed. The original version of this hack has been written by Andreas. This is a new release that serves the same purpose but has more features and less bugs.

STATISTICS

File Uploads: 1
File Changes: 2
Products to Install: 1


FEATURES
  • Combined product / plugin page with plugins arranged in collapsible product groups(as per the screenshot).
  • "Save and reload" plugin feature for vBulletin 3.5.x - 3.7.x (disabled for vBulletin 3.8.x because it has native support for this function).

VERSION HISTORY

2.1.0
[+] Compatible with vBulletin 3.5.x - 3.8.x.
[+] Added the "expand / collapse all products" feature.
[+] Collapse status is now saved properly between page reloads.

2.0.2
[+] Added support for the new vBulletin 3.6 features.
[+] Product version is now displayed in the product list.

2.0.1
[+] Product descriptions are now displayed in the list.
[F] Corrected a bug with purple box around collapse buttons in internet explorer.

2.0.0
[F] Save & Reload is now Working Properly
[F] Save Active State is now Working Properly
[F] No more purposeless control buttons on vbulletin product.
[F] Products with no plugins are now shown by the hack.

1.0.0
Original Version by Andreas

The installation manual is contained within the attached file.

IF YOU LIKE MY HACK, PLEASE CLICK INSTALL

Supporters / CoAuthors

Show Your Support

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

Comments
  #12  
Old 02-04-2007, 06:57 PM
Stoebi Stoebi is offline
 
Join Date: Apr 2006
Location: Germany, Berlin
Posts: 331
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

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

Regards, Stoebi
Reply With Quote
  #13  
Old 02-04-2007, 07:21 PM
akanevsky akanevsky is offline
 
Join Date: Apr 2005
Posts: 3,972
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Stoebi View Post
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?...
Reply With Quote
  #14  
Old 02-04-2007, 07:45 PM
Terminatoronly's Avatar
Terminatoronly Terminatoronly is offline
 
Join Date: Mar 2006
Posts: 313
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks for the fast update

*Updated*
Reply With Quote
  #15  
Old 02-05-2007, 03:11 PM
Surviver's Avatar
Surviver Surviver is offline
 
Join Date: Feb 2006
Location: Bonn, Germany
Posts: 382
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Psionic Vision View Post
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 View Post
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
Reply With Quote
  #16  
Old 02-05-2007, 08:23 PM
akanevsky akanevsky is offline
 
Join Date: Apr 2005
Posts: 3,972
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Surviver View Post
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.
Reply With Quote
  #17  
Old 02-06-2007, 02:11 AM
Billspaintball's Avatar
Billspaintball Billspaintball is offline
 
Join Date: Sep 2003
Location: Bathurst, Au
Posts: 649
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

Quote:
Originally Posted by Billspaintball View Post
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".
Reply With Quote
  #19  
Old 02-09-2007, 02:47 PM
WNxWakko's Avatar
WNxWakko WNxWakko is offline
 
Join Date: Apr 2003
Location: Paradise, Texas
Posts: 309
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

Quote:
Originally Posted by WNxWakko View Post
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.
Reply With Quote
  #21  
Old 02-11-2007, 06:18 AM
thincom2000 thincom2000 is offline
 
Join Date: May 2006
Location: Bronx, NY
Posts: 1,205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

Thread Tools

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 04:38 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.08232 seconds
  • Memory Usage 2,312KB
  • Queries Executed 26 (?)
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
  • (4)bbcode_php
  • (6)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
  • (3)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_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