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)

peterska2 09-08-2005 01:34 PM

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

good job :D

Biker_GA 09-08-2005 03:00 PM

Interesting. Worked great with one exception. Example attached.

Andreas 09-08-2005 04:46 PM

@Biker_GA
Then these Plugins are most likely attached to an non-existing Product.

Biker_GA 09-08-2005 06:11 PM

No sir. Both are active and used regularly, however, they are not a product, but rather a plugin.

Andreas 09-08-2005 06:14 PM

Please export them and attach the XML here.

Biker_GA 09-08-2005 06:20 PM

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.

Andreas 09-09-2005 10:06 AM

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.

Revan 09-09-2005 11:21 AM

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 :)

Boofo 09-10-2005 10:58 AM

Ok, Kirby, I tried but can't figure out how to alphabetize the products. What do I need to change?

Biker_GA 09-10-2005 11:15 AM

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.


All times are GMT. The time now is 12:56 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.03175 seconds
  • Memory Usage 1,738KB
  • 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
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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