![]() |
Erm ... it does show older Quotes first?
|
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.
|
Hmm, for me it does.
But it could be that different mySQL-Versions behave differently. In Hook newreply_forum_start change PHP Code:
PHP Code:
I think the best idea would be to make this dependand on the Users setting (Oldest First or Newset First). |
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.
|
Quote:
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. |
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) |
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. |
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. :) |
Quote:
|
But you can't reply to them then as your text would appear below all the Quotes?
|
OK... Found another "issue". If you select the multiquote on the last post in a thread, it isn't included.
|
I guess you clicked the big Reply-Button which sets noquote for the last Post?
|
Quote:
|
Quote:
|
Quote:
For the moment I changed it so that the Postorder will always be correct and that the Big Reply Button also quotes the last Post if it was selected for MQ. I think this might make more sense. An update will be released soon. |
OK, I currently got Support for QR this way:
If Posts are selected for MQ and "Quote Message in Reply" is checked the Quotes will be on Top of the Post (Order depends on User Setting Oldest or Newest First), the Reply is below them. If "Quote message in reply" is not checked they will not appear in the Post, but they will still be selected for MQ. Furthermore, the MQ Icon for the quoted Posts does not change after an AJAX Post, only if you reload the Page - i'll try to get them reset too. Does this behaviour make sense? |
Ummmmmmmmm. No? LOL "Quote message in reply".. As in the check on QR?
|
No, I am talking about the Checkbox below the QR Editor.
Which global setting do you mean? |
I changed it. LMAO
I think I see how it works... Oh hell. Make the changes. I'll delete, reload and test. Why not? I've busted just about everything else on my site today. |
Quote:
|
Kirby? Any joy with the changes?
|
One of my members is a coder and has a JavaScript consol open along with FireFox for some work he is doing.
He also has the forum open in another tab and he has a constant error warning of: "Error: initMultiQuote is not defined". It has not affected me as I don't have this type of error reporting on, but thought you might like to know. Also I wouldn't mind hearing about a fix as this must be annoying for him and as he is an Admin... |
@theArchitect
initMultiQuote() is defined in multiquote.js, so make sure this File is located in clientscript and is being loaded bei showthread.php |
Quote:
I don't think it should, but until I get to the bottom of the problem I have removed the multiquote button as clicking it now does nothing. |
Quote:
Quote:
|
Bob, that error is common for many of us when there are apostrophes within the brackets in the template. Kill the surrounding apostrophes wherever they occur and you should be good to go.
|
Thank you, Amy. ;)
I did that right after I posted the message above and it worked fine after that. |
Installed on RC1 and working good
|
Quote:
|
I think I found a problem when using this:
http://www.vbulletin.com/forum/showthread.php?t=146909 I get this: PHP Code:
PHP Code:
PHP Code:
|
Actually I can confirm this code is causing it:
I disabled only the newreply_form_start hook and it works now which had this code: PHP Code:
|
Confirmed. Seems to be a vBulletin Bug to me.
http://www.vbulletin.com/forum/bugs3...view&bugid=976 |
So as long as we don't set it up to use filecahe datastore, this won't show up?
|
Yes. And it actually was a vBulletin Bug :)
|
Quote:
What does the filecache datastore code he posted on the com supposed to do, anyway? ;) |
Does this plugin work for vB 3.5?
Anyone tested yet? |
Quote:
|
Template edit gives the following error:
The following error occurred when attempting to evaluate this template: Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/httpd/vhosts/news-talk.org/httpdocs/forums/includes/adminfunctions_template.php(3510) : eval()'d code on line 187 This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish. |
Yeah, for some reason, the original copy and past from the file doesn't work right. Try this:
HTML Code:
<if condition="$post['replylink'] AND $show['multiquote']"> |
Even in cyberspace, I can always count on a fellow Texan. Thanks neighbor.
|
All times are GMT. The time now is 01:04 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|