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

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
  #22  
Old 09-08-2005, 01:34 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

[high]* peterska2 clicks install.
[/high]

good job
Reply With Quote
  #23  
Old 09-08-2005, 03:00 PM
Biker_GA Biker_GA is offline
 
Join Date: Oct 2004
Location: Where my hat is
Posts: 829
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Interesting. Worked great with one exception. Example attached.
Reply With Quote
  #24  
Old 09-08-2005, 04:46 PM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@Biker_GA
Then these Plugins are most likely attached to an non-existing Product.
Reply With Quote
  #25  
Old 09-08-2005, 06:11 PM
Biker_GA Biker_GA is offline
 
Join Date: Oct 2004
Location: Where my hat is
Posts: 829
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No sir. Both are active and used regularly, however, they are not a product, but rather a plugin.
Reply With Quote
  #26  
Old 09-08-2005, 06:14 PM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please export them and attach the XML here.
Reply With Quote
  #27  
Old 09-08-2005, 06:20 PM
Biker_GA Biker_GA is offline
 
Join Date: Oct 2004
Location: Where my hat is
Posts: 829
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No export button so copied here for your info..

Disable Reported Post E-mails
Code:
$moderator['email'] = null;
quote post in PM
Code:
// Quote Post in PM
	if ($vbulletin->input->clean_gpc('r', 'postid', TYPE_INT))
{
   // We have a postid - let's quote the post.
   $text = $db->query_first("
					SELECT threadid, title, pagetext
					FROM " . TABLE_PREFIX . "post 
					WHERE postid=" .$vbulletin->GPC['postid'] . "
				");
				
	 if ($vbulletin->GPC['stripquote'])
	 {
			$pagetext = strip_quotes($text['pagetext']);
	 }
	else
	{
			// this is now the default behavior -- leave quotes, like vB2
			$pagetext = $text['pagetext'];
	}
			$pagetext = trim(htmlspecialchars_uni($pagetext));
			
		  eval('$pm[message] = "' . fetch_template('newpost_quote', 1, 0) . '";');
		  $pm['title'] = "Regarding: " . $text['title'];
		  $pm['title'] = trim($pm['title']);
		  
}
	
	// Quote Post in PM
I also attached the original xml files used.
Reply With Quote
  #28  
Old 09-09-2005, 10:06 AM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Revan
Can you please try to make it look like Live Wire's sugg in this post? If you will, then notice my idea of making disabled plugins red.
If you do then this will rox0r t3h b0x0rz and youll have my install.
Hmmm - where is the difference (except colours and Buttons)?
l
@BikerGA
These Plugins are not attached to any Product (not even the Pseudo-Product vbulletin), hence they show up lonely.
Reply With Quote
  #29  
Old 09-09-2005, 11:21 AM
Revan's Avatar
Revan Revan is offline
 
Join Date: Jan 2004
Location: Norway
Posts: 1,671
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KirbyDE
Hmmm - where is the difference (except colours and Buttons)?
Size, looks and functionality. Plus it looks more "standard vB".
Im just saying it would be cool
Reply With Quote
  #30  
Old 09-10-2005, 10:58 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, Kirby, I tried but can't figure out how to alphabetize the products. What do I need to change?
Reply With Quote
  #31  
Old 09-10-2005, 11:15 AM
Biker_GA Biker_GA is offline
 
Join Date: Oct 2004
Location: Where my hat is
Posts: 829
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KirbyDE
@BikerGA
These Plugins are not attached to any Product (not even the Pseudo-Product vbulletin), hence they show up lonely.
Ahhh. OK. I understand now.
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 05:36 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.04759 seconds
  • Memory Usage 2,303KB
  • Queries Executed 25 (?)
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
  • (2)bbcode_code
  • (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
  • (4)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