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)

Andreas 07-07-2005 05:18 PM

Erm ... it does show older Quotes first?

Biker_GA 07-07-2005 05:22 PM

No.. If I run down the thread, selecting the oldest quotes first, it displays in reverse order when I click the "quote" button on the last quoted thread.

Andreas 07-07-2005 05:27 PM

Hmm, for me it does.
But it could be that different mySQL-Versions behave differently.

In Hook newreply_forum_start change
PHP Code:

ORDER BY post.postid 

to

PHP Code:

ORDER BY post.dateline ASC 

Does this work?
I think the best idea would be to make this dependand on the Users setting (Oldest First or Newset First).

Biker_GA 07-07-2005 05:32 PM

I'll give it a shot. The majority of our users are using linear mode, oldest first. There's only a couple that use Hybrid or Threaded.

Biker_GA 07-07-2005 05:37 PM

Quote:

Originally Posted by KirbyDE
Does this work?
I think the best idea would be to make this dependand on the Users setting (Oldest First or Newset First).

No workie. :( Still showing in reverse order.

I take that back.. It sort of works.

The very first quote is from the last post where I clicked "Quote". The rest ARE in order, oldest to newest first.

Andreas 07-07-2005 05:41 PM

That is ... impossible.
ORDER BY post.dateline ASC selects older posts first.

But you might try ORDER BY post.dateline DESC (this gives newest Posts first, at least theoretically and on my system)

Andreas 07-07-2005 05:44 PM

Well, the first Quote will always be the one where you clicked Quote.

Getting this at the right place time-wise would require some more changes.

Biker_GA 07-07-2005 05:45 PM

OK.. I'll just change my instructions to the users to click the multiquote icons and then the Post Reply icon.


Edit -- Just tested and that procedure works just fine. :)

amykhar 07-07-2005 06:00 PM

Quote:

Originally Posted by KirbyDE
Hmm, how do wou want it to integrate?
Of cour I could make it so QR takes all the Quotes selected for MQ, but does that make sense?

I think it makes sense that if you click a post and then select the quote checkbox, that it pick up all the quotes selected by MQ.

Andreas 07-07-2005 06:05 PM

But you can't reply to them then as your text would appear below all the Quotes?


All times are GMT. The time now is 08:22 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.01274 seconds
  • Memory Usage 1,735KB
  • 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_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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