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)

Boofo 09-16-2005 12:17 AM

Any update for the bug fixes yet?

iSpanish 09-16-2005 12:36 AM

Cool

Nice Plug


Install

Andreas 09-16-2005 03:46 AM

Quote:

Originally Posted by Boofo
Any update for the bug fixes yet?

Nope. And maybe they won't ever be fixed. As said, this is just smth. I quickly wrote for myself.

Boofo 09-16-2005 03:47 AM

Good attitude.

Andreas 09-17-2005 05:12 AM

I am sorry if I disappointed you Bob, but I clearly stated in the first Post that this is really unsupported stuff, and just for usage as-is.
I never had intention to improve this/work on it, I just thought it might be useful for others so I put it here.

Hmm, maybe I should have just kept it for my own - will do so in the future.

Paul M 09-17-2005 08:30 AM

So you don't use it yourself then ?

Or you continue to use it yourself with the bugs ?

Strange either way ......

Boofo 09-17-2005 09:38 AM

No problem, sir. We appreciate what you do release. ;)

I won't die without this one hack. ;)

Andreas 09-17-2005 10:12 AM

@Paul M
Believe it or not, I can life with the Bugs very well as they don't affect me.
I wouldn't even have noticed them if others had not posted them here :)

ndahiya 10-28-2005 12:52 AM

Andreas

Any plans to release an update to this (maybe you changed your mind!)

nd.

one9er 10-28-2005 10:35 AM

Thank you that really cleaned things up!

Haakon 11-04-2005 04:37 PM

I hope this gets standard in the next vb version, as I know you`re on the vb.com team now. And the reload function would be great if you implement it.

WNxWakko 11-10-2005 11:31 PM

Edit, figured out how to uninstall.

I installed that other guys advanced plugin manager, ewwe yucky, I dont like it. So I reinstalled yours.

Any chance you can just fix the save and reload? hmm maybe you already did, Ill download your file.

Lea Verou 11-11-2005 01:42 AM

Wow I'll install this when I find time! I just love that "Save and Reload" feature, I badly need it! Thanks for sharing Kirby!! :D

Boofo 11-11-2005 03:58 AM

Quote:

Originally Posted by Loukrhtia
Wow I'll install this when I find time! I just love that "Save and Reload" feature, I badly need it! Thanks for sharing Kirby!! :D

If I remember right, the save and reload feature didn't work in this. :(

Andreas 11-11-2005 05:54 AM

Yes, it's not working correctly.

Haakon 11-11-2005 06:40 AM

The save status on "front page" does not work either, if you should look at this some time. The categorization is just so necessary you can`t let it pass even though it has bugs.

Lea Verou 11-11-2005 07:01 AM

Quote:

Originally Posted by Andreas
Yes, it's not working correctly

Damn I would install this just for that :(
I'll wait till it's fixed. :)
btw Andreas tell those guys over there at Jelsoft to put this feature in the next release pleaaaase! :D

hobbes747 12-08-2005 03:52 AM

I installed this, uninstalled and deleted the php file when I saw it was broken and now my Manage Products link is missing. How do I get it back?

edit: nevermind, that's a seperate plugin that has to also be removed. :surprised: I was askeerd.

AWI 12-09-2005 02:37 AM

Wow what a difference, thank for this.....greatjob

Andreas 12-09-2005 05:49 AM

Quote:

Originally Posted by Michelle
I'll wait till it's fixed. :)

Then you will most likely have to wait forever, as I am not going to fix this - I use it as-is and the bugs don't bother me much.

FROGGYJ 12-12-2005 11:35 PM

whenever I select "add new plugin"...I get the following error.

Fatal error: Cannot redeclare plugin_edit_handler() (previously declared in /home2/edmonton/public_html/forumvb/admincp/global.php(194) : eval()'d code:22) in /home2/edmonton/public_html/forumvb/admincp/global.php(194) : eval()'d code on line 65

I know you aren't supporting this mod Andreas, but could you help me with uninstalling it and restoring the default plugin system that came with vb.

FROGGYJ 12-12-2005 11:38 PM

oops

eXaulz 12-12-2005 11:57 PM

I'm getting the same error.

eXaulz 12-13-2005 12:02 AM

Oooooh. I see the problem. For some weird reason, this hack uploaded, in fact, 2 plugins that are exactly the same. Thus, executing both codes at the same time. Sicne PHp cannot redeclare functions, it was getting confused and killed the script. So, simple just '[Delete]' one of the 'Plugin System Adjustments (hookname: admin_global)' plugins and it should work fine.

FROGGYJ 12-30-2005 08:33 PM

ahhh thanks eXaulz.

Antivirus 01-07-2006 12:37 AM

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

eXaulz 01-07-2006 12:46 AM

Nah. It's uber-fux0r3d.

Antivirus 01-07-2006 11:12 PM

Quote:

Originally Posted by eXaulz
Nah. It's uber-fux0r3d.

uber-fux0r3d means... you didn't like it?

akanevsky 01-07-2006 11:36 PM

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

Snake 01-08-2006 11:41 AM

You can do it too, Vision. You have the same power as Andreas! :)

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 04:20 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.03486 seconds
  • Memory Usage 1,792KB
  • 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
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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