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)
-   -   Multiquote (https://vborg.vbsupport.ru/showthread.php?t=91185)

alluidh 02-19-2006 08:49 AM

It does very well

THX Andreas - Installed

Kmaster 03-01-2006 05:51 AM

great hack, really hope it can work with QR.

Tralala 03-02-2006 03:53 AM

Just installed this this evening and it seems to be working fine, for the most part... just one concern that'll cause confusion:

Quote:

Originally Posted by Biker_GA
Question.. Can the order that the quotes are displayed be reversed? It's showing the most recent post/quote first, rather than the oldest.



I find when I select a bunch of posts, and click "New Reply" at the bottom of the screen, the quotes are in the correct chronological order. :up:

However, when I select a bunch of posts, and click "Quote" on the last one, that one ends up displaying first... and then the rest are in chronological order.

Is there any way to make the "Quote" button work the same way as the "New Reply" button, when Multi-Quote is in effect? I'd like Multi-Quotes to always be prepared chronologically, regardless of what button was pressed to get to the post composition window.

Tralala 03-02-2006 10:40 PM

What would explain this?

On my default style (a 3rd party one I've chosen) if I select the first post in a thread for multi-quoting, it doesn't get included when I click "New Reply." It only gets included when I click "Quote" -- and as mentioned above, the quotes are out of order.

Yet on the other style (vBulletin Generic,) clicking "New Reply" or "Quote" have the same effect, the first post is always included.

What can I edit in my default style so that it works consistently?



EDIT: More info. On vBulletin Generic, the last post doesn't get included (as intended, as explained by Andreas,) but first one does. On 3rd party style, last post does get included... but first one doesn't. So somehow the rules are reversed for these styles. :confused:

Nathan2006 06-02-2006 06:48 PM

Thank you Andreas

Working fully :)

Install

Bulent Tekcan 06-03-2006 06:49 AM

Also this is standart for vB3.6

Nathan2006 06-03-2006 12:37 PM

Quote:

Originally Posted by Bulent Tekcan
Also this is standart for vB3.6

Yeah but I dont want to upgrade just yet ;)

bairy 06-12-2006 09:31 AM

Plugin location: newreply_form_start
Code:
PHP Code:

// #############################################################################
// # START MULTI QUOTE                                                         #
// #############################################################################
if (!$newpost['preview'] AND $postids $vbulletin->input->clean_gpc('c'COOKIE_PREFIX 'multiquote'TYPE_STR))
{
    
$postids explode(','$postids);
    
$tmp = array();

    
//------------------------------
    // Make sure we don't double 
    // posts if user selected and 
    // pressed the "reply" button
    //------------------------------
    
if ($postinfo['postid'] AND !$vbulleitn->GPC['noquote'])

[
//snipped the rest//] 

Last line: $vbulleitn :P

between worlds 06-12-2006 09:24 PM

Just installed it on vb3.5.4 and it installed ok but doesn't seem to work. There are no obvious problems. It just doesn't quote what we want it to quote. There are no error messages etc... any idea what we could possibly have done wrong? I did have it installed before I upgraded the board to the newer version, so its really just upgrading it.

noonespecial 07-06-2006 12:41 AM

I wish the "mutiquote" icon would work/show up still on posts that appear after using quick reply (the ajax pulled posts) ... that'd be nice.


All times are GMT. The time now is 06:59 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.01307 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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