View Full Version : MultiQuote
Chroder
05 Jan 2004, 03:32
Introduction
This multiquote hack allows your members to select multiple posts to quote from. These posts can be on a different page, in a different thread, or on an entirely different forum. Don't worry, the hack checks to make sure the user has read permissions on the post so no sneaky members can insert random post ID's in hopes to find what's going on in your secret staff forums.
What's new in this "version 2"?
Better programmed!
"Go Advanced" works with Quick Reply
Fixed the bug with IE not "turning on" the MQ icons when re-viewing a thread with MQ'd posts.
Included vB3-styled icons (I just resized the images posted by Hoffi -- thanks Hoffi!)
Overview
vB files to modify: 1 (newreply.php)
Templates to modify: 2 (SHOWTHREAD, postbit)
Phrases to create: 1 (multiquote)
Files to upload: 3 (2 images, 1 Javascript file)
(Included missing Javascript file from post #75. Sorry for the delays, I don't come around often!)
BillaBongUSA
05 Jan 2004, 03:38
Sweet, I'll download it and give it a try right now...
sweeet, nice hack man, thanks for creating it!
is there a way to have the multiquote's show up in the Quick Reply though?
/me clicks install
Chroder
05 Jan 2004, 03:54
Mabe on a click-to-click basis (ie. only the page the posts are on) but even that is a little over-the-top I think. 'Cuz you'll have all that text you'll be adding to the QR.
But I'm not the best at javascript -- mabe another guru will code it ;)
BillaBongUSA
05 Jan 2004, 03:55
I just installed it with no problems at all, nice job. :) But shouldn't the multi-quote button be added into the postbit_legacy template as well?
Chroder
05 Jan 2004, 04:02
It could... But I've got school tomorrow -- c'mon! :p I'll do it later perhaps, the HTML is the same (<img ...>).
Koutaru
05 Jan 2004, 04:32
Nice :) I was waiting for this one! Will definately install ;) Thanks
mtellin
05 Jan 2004, 05:53
great hack, I had been waiting for something like this :)
/me clicks install
tomshawk
05 Jan 2004, 06:49
Installed and works like a champ
Clicks install
;)
mtellin
05 Jan 2004, 06:55
I already un-installed it without thinking, but I got a SQL error when I clicked the quote button, then unclick it and hit the post reply button...anyone else get this?
Chroder
05 Jan 2004, 07:17
I already un-installed it without thinking, but I got a SQL error when I clicked the quote button, then unclick it and hit the post reply button...anyone else get this?
Your fast :p I was right in the middle of fixing it when you posted ;) Anyway, see first post and you can download the new file. Only the code in newreply.php was updated. (You'll see an 'updated' text next to it in the HTML instructions).
mtellin
05 Jan 2004, 07:41
Your fast :p I was right in the middle of fixing it when you posted ;) Anyway, see first post and you can download the new file. Only the code in newreply.php was updated. (You'll see an 'updated' text next to it in the HTML instructions).
:) thanks, did the trick
NuclioN
05 Jan 2004, 11:00
When quoting (after the updated file) and reply with quick reply another mysql error:
Database error in vBulletin 3.0.0 Release Candidate 1:
Invalid SQL: SELECT postid, username, pagetext FROM vb3_post WHERE postid IN(6566,6568) AND postid <> ORDER BY postid ASC
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY postid ASC' at line 1
mysql error number: 1064
Chroder
06 Jan 2004, 00:03
Another update that deals with these things more cleanly. I'm working on an addition that'll allow the "go advance" in the QR to also have all the quotes.
Change the newreply.php code to the following:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
This should fix all mysql errors recieved above, on my test board it seemed to do fine :) It also now checks that the $pids is only numbers/commas so there are no tricky users trying to screw up the board.
[Updated file uploaded in first post]
mtellin
06 Jan 2004, 00:22
I still get one error with this, when I click the multi quote button and then click go advanced I get this:
Database error in vBulletin 3.0.0 Release Candidate 1:
Invalid SQL: SELECT postid, username, pagetext FROM post WHERE postid IN(19123) AND postid <> ORDER BY postid ASC LIMIT 20
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY postid ASC LIMIT 20' at line 1
mysql error number: 1064
EDIT: looks like NuclioN already posted this
Chroder
06 Jan 2004, 01:43
I can't recreate this problem on my localhost, so I asume this was prior to the Jan05-2 update? So its fixed -- correct?
mtellin
06 Jan 2004, 01:49
I can't recreate this problem on my localhost, so I asume this was prior to the Jan05-2 update? So its fixed -- correct?
in my case it wasnt, thats with your latest version that you have :(
BillaBongUSA
06 Jan 2004, 02:01
Yeah, I just updated everything with the new code that you just posted, and I'm getting the same error when I click on the "Go Advanced" button.
NuclioN
06 Jan 2004, 02:20
The go advanced button is producing this error but after your last update the quick reply gives that error again. I hope you can fix it because this is a great addition. :)
Chroder
06 Jan 2004, 03:43
Ok, clicking MQ button followed by a "Go Advanced" in the QR gives an error? I think I've found it, forgot a '!' on a line. But before I make an 'update' would someone please try it? :p
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Sorry if even this doesn't work. Not thinking clearly today. :tired:
// edit. yep, the correct code..
mtellin
06 Jan 2004, 03:54
I got a parse error when I tried that one, no matter what type of reply I tried
Chroder
06 Jan 2004, 04:03
You sure you pasted it correctly? I've got the exact code and nothing is comeing up for me. Whats the error your getting?
BillaBongUSA
06 Jan 2004, 04:12
That new code seems to work okay for me.
mtellin
06 Jan 2004, 04:20
You sure you pasted it correctly? I've got the exact code and nothing is comeing up for me. Whats the error your getting?
Yup it was something completly unrelated that I messed up, wasnt your code and its working now
However for me if I click more than one to quote, and then click post reply, it only has one quoted (but I didnt get any errors when clicking one to quote then clicking go advanced)
BillaBongUSA
06 Jan 2004, 04:42
Yeah, same here, but I think that that only happens when you try to quote the last reply in the thread. Any other reply that I try to quote works, but when I try to quote the last reply, it doesn't show up.
[Edit: I don't know if that was very clear... To clarify, if I select three posts to quote, they will all show up. But if one of those is the last post in the thread, only two will show up, and the last post in the thread is omitted.]
Zelda-King
06 Jan 2004, 17:52
Yeah, I get a database error when using Quick Reply (which is important to fix as most people use Quick Reply). Same one as posted already;
Database error in vBulletin 3.0.0 Release Candidate 2:
Invalid SQL: SELECT postid, username, pagetext FROM post WHERE postid IN(19134) AND postid <> ORDER BY postid ASC LIMIT 20
mysql error: You have an error in your SQL syntax near 'ORDER BY postid ASC LIMIT 20' at line 1
mysql error number: 1064
Also, considering this works across threads and such, shouldn't the button for selected posts stay on? If you go back to a post on another page that you selected, the button turns off though the quote still works.
Chroder
06 Jan 2004, 20:57
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
That should fix the last post not being included. I got screwed up because in RC2 (mabe RC1?) the template changed and the reply button actually replies to the _last_ post as to the first post. So I was having trouble reproducing the bug ;)
I'll update the main file with this code. The "go advanced" in the quick reply still doesn't show the quotes, though I'm working on it :)
Chroder
06 Jan 2004, 21:06
Zelda-King -- I assume you were using the code from the file? I posted a fix to that above, but the main file is now updated.
Also, considering this works across threads and such, shouldn't the button for selected posts stay on? If you go back to a post on another page that you selected, the button turns off though the quote still works. It should be doing this already, that is the reason for the mq_init() function. Is anyone else not getting this functionality? Remember that the New Reply page, when loaded, will clear the cookie that has saved the posts you've selected. This is the intended action, because after they've been added to the message box they're not needed. Though the problem comes with the "go advanced" button in the QR that will not display the quotes but will still clear them.
BillaBongUSA
06 Jan 2004, 23:01
Yeah, the button doesn't stay on for me cross-thread either.
Chroder
07 Jan 2004, 00:36
Doh. Seems to only work in Moz. I'll look into that too.
Zelda-King
07 Jan 2004, 18:09
Yeah, I'm using Internet Explorer 6. The database problem I had is fixed now I downloaded the Jan 6th update. I redid the hack from scratch just in case.
EDIT: Just to say, seeing as this hack requires postbit alterations, the button also shows in PMs and usernotes. It doesn't do anything of course, though I get errors on my usernotes page. ie, I get that alert "done but with errors on page".
Great hack. Should be made standard in vB3. :)
Yeah, I'm using Internet Explorer 6. The database problem I had is fixed now I downloaded the Jan 6th update. I redid the hack from scratch just in case.
EDIT: Just to say, seeing as this hack requires postbit alterations, the button also shows in PMs and usernotes. It doesn't do anything of course, though I get errors on my usernotes page. ie, I get that alert "done but with errors on page".
For a quick and dirty way to make it so that the button does not show up in PM or usernote, just wrap it with a conditional:
<if condition="$SHOWQUICKREPLY">button</if>
Zelda-King
09 Jan 2004, 09:41
Oh yes! Why didn't I think of conditions? :/
Nice one! :)
NuclioN
09 Jan 2004, 11:31
Where to add that code Erwin?
Where to add that code Erwin?
I haven't installed this hack, so I don't know exactly. Whatever the <img src=...> is for the button. :)
Doesnt work, I multi quote a few posts, click QUOTE MESSAGE IN REPLY. And no quotes appear
SnowBot
10 Jan 2004, 10:19
How can we format it so it looks like the quotes on here? I mean the box around the quotes? :) so it looks nice and neat like vb.org's do and make a space between the quote box and the start of the users comment as now there is no line return.
Zelda-King
16 Jan 2004, 23:41
The mq_script template needs caching in showthread.php to avoid one extra query.
Under
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
add
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
anabolicedge
17 Jan 2004, 20:11
this isnt working for my site... ive read the instuctions a few time and re-did it all 3 times... i dont see no quick reply button or check box?? Can someone help.. here's my site
http://www.anabolicedge.net/forum
OmaniMan
20 Jan 2004, 19:14
Really Great Hack ... Thanks Dear
I Installed It ...
* Hoffi clicks Install.
Works perfectly.
Oblivion Knight
23 Jan 2004, 15:45
Awesome mod, though I'd be highly interested in using this for the quick reply box rather than the post new reply box.. :)
mharmon
05 Feb 2004, 05:31
I love this hack -- but ever since I installed it -- Some users have been complainig of "Invalid Thread Specified" errors occurring when they reply to messages.
I've attached a screen shot. Could this have anything to do with hack? I haven't done anything else to newreply.php
catocom2
07 Feb 2004, 04:18
I've just upgraded to RC4, and have the quickreply in pm + smilies addition,
along with the attachments addition hacks.
I think I finanlly got all that panned out, and am now going to attempt to
integrate this one in there.
I'll post back and let you know how it goes. :smoke:
catocom2
07 Feb 2004, 07:03
Well I got it installed now, and it went off with out a hitch.
Great coding! Thanks!
catocom2
07 Feb 2004, 07:43
For a quick and dirty way to make it so that the button does not show up in PM or usernote, just wrap it with a conditional:
<if condition="$SHOWQUICKREPLY">button</if>
Where to add that code Erwin?
I think it would be in the Postbit, or Postbit_legacy templates,
or both, but I'm not sure where.
codemonkey
23 Mar 2004, 20:50
Very nice to see that the hack also works with vB3 gold :D Nice job!
I would really like it if it worked with quick reply and i think alot of people would want it too
sabret00the
01 Apr 2004, 00:47
gotta think of some images that would fit with the new vb3 images :(
what would've been great was if it used the existing quickreply image
sabret00the
03 Apr 2004, 14:28
my idea would've been <if condition="THIS_SCRIPT == showthread.php">Show quick reply multiquote<else>show normal quick reply</if>
something along those lines.
sabret00the
03 Apr 2004, 16:26
does this work with "go advanced" yet :nervous:
subu clicks install, it works perfekt in my Girlfriend Comm, vB3 Gold ;)
thank you
Does anyone makes Buttons for the Gold Button Set?
BigJohnson
14 Apr 2004, 03:43
none of the conditionals work what can work for this to stop it showing in the private messages?
sabret00the
18 Apr 2004, 12:52
i'll take a look at the conditionals when i finally install this but does anyone know how to get this working with check boxes instead?
gwhooooey
25 May 2004, 02:57
Any updates being worked on for this?
DiscussAnything
02 Jun 2004, 01:41
Anyone working on this for check boxes?
sabret00the
03 Jun 2004, 13:27
i've seen it with check boxes on bearfacts2.com, not sure if the code for it is there or not though.
http://64.91.226.37/community/showthread.php?t=1727
^ this doesnt work. i am assuming that it is because I am using the quick-reply box, is that correct? (doesnt work with go advanced).
OK, I now did some Images that fit with vB3 Design.
Here they are.
sabret00the
24 Jun 2004, 23:43
would really love this with a tick box still
DiscussNASCAR
01 Jul 2004, 03:22
would really love this with a tick box still
wonder if this will ever happen? we're anxiously awaiting! :)
would really love this with a tick box still
Yes, please do.....i dont really like the image idea.....
DiscussNASCAR
28 Jul 2004, 23:52
I fear it will never be complete :(
I just installed this and I'm not seeing the multiquote graphics at all in any threads on my site. Any reason why they wouldn't be showing up?
Okay, I managed to get the buttons displayed but there's a Javascript error being caused now in this line:
<body onload="$onload; mq_init();">
In the source of a given showthread page, that comes up as:
<body onload=" editInit();; mq_init();">
Any ideas anyone?
Corvette
12 Aug 2004, 13:56
Cool, just like IPB 2! Without the IPB.
would really love this with a tick box still
Sometimes you just gotta improvise. Just replace your current images with these and change the height/width values in the postbit template to both be "13". Done. ;)
Chroder
01 Oct 2004, 05:23
Just letting everyone know, I'm making a total new one that's a little better. Works the same, but more sleek on the underside.
Also checks for user permissions (to ensure they aren't getting a post out of a staff forum, for example, by just plugging random post ids into the cookie).
I'll post it one of these days once I get around to debugging it.
MickDoneDee
02 Oct 2004, 09:52
If I wanted to use checkboxes instead of the graphics I would insert this code in the postbit template:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
instead of:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
but what changes do I need to make to the mq_script template?
MickDoneDee
02 Oct 2004, 15:31
*install* on vB3.0.3 without problems. Earlier versions didn't seem to use cookies. Why are cookies used with this version?
Chroder
02 Oct 2004, 17:52
You need cookies, or the selected posts to be quoted would be lost when you left one page for another, meaning no cross-thread or cross-forum (or even cross-page) mutli-quoting.
To change the images to checkboxes, the easiest would just be what VAN suggested. But you could just attach an onclick to the checkbox and alter the Javascript to test for checked state instead of image src.
Chroder
02 Oct 2004, 22:17
If anyone wants to try out the newest one, here it is. I've tested it and it works fine, but it'll be nice if anyone else wants to try it and confirm. This one was created from the ground-up using vB3.0.3.
theArchitect
04 Oct 2004, 05:38
If anyone wants to try out the newest one, here it is. I've tested it and it works fine, but it'll be nice if anyone else wants to try it and confirm. This one was created from the ground-up using vB3.0.3.
I must be missing something. Where do I find the multiquote.js file.
It wasn't in multiquote.zip. And it wasn't in the first attachment either.
Chroder
04 Oct 2004, 22:55
LoL
Good point! Updated the archive in post #76.
theArchitect
05 Oct 2004, 01:41
Sensational
mod. Certainly one of my favourites.
*theArchitect clicks install*.
MickDoneDee
05 Oct 2004, 10:17
I have the original installed. Is it worth switching across to the new version? I have 3.0.3.
I changed the conditional in postbit to <if condition="$post['replylink'] && THIS_SCRIPT == 'showthread'">
because it was also displaying the hack image in PM . I was getting a javascript error in private message (you cannot really do multiquote in there anyway)
Chroder
07 Oct 2004, 04:29
Thanks Lionel, I didn't think of that. I'll update the package tomorrow.
Thanks to you for a great useful hack!
I have problems with my who's online and I am troubleshooting. Since I see in this hack you are using a different set of cookie, could that affect vb cookie for who's online?
Chroder, this looks like a fantastic mod... I just can not get it to work... I just updated my board to Ver 3.0.3 and then installed your mod. There are no images added to the posts to click on for the multi quote option... Am I missing something..?
I have gone through the install instructions several times...
NuclioN
14 Oct 2004, 23:38
it generates a javascript (object) error
gwhooooey
15 Oct 2004, 03:27
There's another multi-quote hack i'm using at the moment that uses check boxes instead of images... would it be easy to change it to do that with this hack? (check box instead of image to click on)
that is the same one. The check box is just two images to create an illusion. Look for them a few posts above
I have problems with my who's online and I am troubleshooting. Since I see in this hack you are using a different set of cookie, could that affect vb cookie for who's online?
please, a simple yes or no... I am going crazy here with that who's online issue.
smashingyoungma
15 Oct 2004, 09:55
Chroder, this looks like a fantastic mod... I just can not get it to work... I just updated my board to Ver 3.0.3 and then installed your mod. There are no images added to the posts to click on for the multi quote option... Am I missing something..?
I have gone through the install instructions several times...
Same problem here. I've carefully gone over the instructions multiple times and zilch, nadda, nothing. I'm not getting any errors or anything; it's simply as if I didn't install the hack at all. :(
Same problem here. I've carefully gone over the instructions multiple times and zilch, nadda, nothing. I'm not getting any errors or anything; it's simply as if I didn't install the hack at all. :(
Yep... Chroder if you have time... this sounds like an awesome mod... can you tell what it sounds like is wrong..?
Chroder
16 Oct 2004, 18:32
I have problems with my who's online and I am troubleshooting. Since I see in this hack you are using a different set of cookie, could that affect vb cookie for who's online?
What issues are you having with WOL? This hack shouldn't do anything like that. It sets its own cookie prefix_multiquote, which vB obviously doesn't use anywhere else.
it generates a javascript (object) error
Where and when (like just clicking one, or clicking the second one, clicking after refresh etc)? Make sure you do a hard refresh on any sites that were using the old hack to ensure you have the most recent Javascript file in your cache.
Chroder, this looks like a fantastic mod... I just can not get it to work... I just updated my board to Ver 3.0.3 and then installed your mod. There are no images added to the posts to click on for the multi quote option... Am I missing something..?
If there are no images added to the posts, then it could be two things. One, if you are using the legacy postbit (the verticle layout), then you will need to edit the postbit_legacy and add in the images. Or two, you edited a template in a different skin that you aren't using.
Sorry for the late reply guys, I've been busy with other matters lately.
OK, you answered my question. This hack is fantastic and I would have hated to remove it. In the meantimes, who's online is still not working. I will be focusing on another hack, whom I believe might be the culprit.
DiscussAnything
18 Oct 2004, 22:41
works perfectly, nice job. Our members are happy again! :D
smashingyoungma
19 Oct 2004, 04:34
Yup, it's working on my site now; it was simply that I didn't modify the postbit_legacy template. Thanks for pointing that out, Chroder. :)
One little problem, though: sometimes when I quote a post, old quotes from completely different threads I multiquoted previously will show up in the message box. Nothing major, but somewhat annoying - and confusing - when it happens. I assume there is a cache or something somewhere that's not being cleared when you move on to another thread.
Ber|Art
19 Oct 2004, 14:35
Thx! Works great, very usefull hack :)
Ber|Art
19 Oct 2004, 14:40
Oeps, spoke to soon, i get this error:
Parse error: parse error, unexpected $ in ../forum/newreply.php on line 555 (this is the very last line?)
//edit: Never mind I solved the problem (Typo)
moethelawn
30 Oct 2004, 06:24
hmm..... Aren't we missing the javascript file (.js)? It seems like that's the only thing missing and that could be why it doesn't work on my forums, lol (click but nothing happens)
Edit: Ok, so it's in a different post... but shouldn't you update that archive in the first post?
Also, can you let it be able to put the quotes in the quick reply box when you click on the multiquote button? That would be great. Then you can reply to each quote individually instead of the quotes stacked on top of each other and not seeing that until you post...
Works perfectly now, many thanks Chroder!!! :D
elastomaniac
12 Nov 2004, 06:02
theres no multiquote.js in the .zip file :(
theres no multiquote.js in the .zip file :(
YEs... there is a file missing!!!
Aceman
Works superbly! Thankyou, great addition. :up:
Aeolian
30 Dec 2004, 20:12
Nice mod..
but have u guies looked into the pm window? u ll see the JS error (status bar of IE)..
i am working hard to fix this error.
any idea ppl?
theArchitect
02 Jan 2005, 06:10
Will you be updating newpost.php for the multiquote hack, or does it stay the same now we are on 3.0.4
Kool! *install*. No issues at all.
Aeolian
08 Jan 2005, 17:30
When u update keep in mind about the JS error in PM window.
Its due to the fact its checking postid not pmid.. plz fix it..
thanx
If there are no images added to the posts, then it could be two things. One, if you are using the legacy postbit (the verticle layout), then you will need to edit the postbit_legacy and add in the images. Or two, you edited a template in a different skin that you aren't using.
.
I have the same problem. But where and how should the postbit legacy bee change?
Deviant++
23 Jan 2005, 11:10
The buttons are working but when I click reply, there's no quotes...
what gives ?
MickDoneDee
23 Jan 2005, 11:43
To Deviant: Have you checked the multi-quote icons?
For example, I want to quote post #41 and #42 so I check both multi-quote icons and click Reply or Post Reply. The message editor opens with #41 quoted followed by #42 quoted.
Deviant++
23 Jan 2005, 11:46
I know how it works...used it on ipb 2..
its not carrying the messages, only thing I can think of is cookies but everything else works on the board, why only this ?
MickDoneDee
23 Jan 2005, 12:13
Makes it difficult to troubleshoot if you're not getting database, script or template errors. I have the earlier version installed so not sure if your problem relates to something in the latest version. I could email the earlier version to you if you want to try that otherwise PM Chroder (aka Chris) on this site or http://www.devboxforums.com/member.php?u=1?u=1
Deviant++
23 Jan 2005, 13:26
Oh thanks :)
Aeolian
24 Jan 2005, 03:33
still no update...
the JS error in pm window still exists...
catocom2
31 Jan 2005, 19:58
For a quick and dirty way to make it so that the button does not show up in PM or usernote, just wrap it with a conditional:
<if condition="$SHOWQUICKREPLY">button</if>
In the new ver, the code looks different.
How would I fix this same problem here?
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Deviant++
01 Feb 2005, 14:00
someone should put a notice saying this mod cause it dosnt work for 3.0.5+ :( :(
It's work fine in 3.0.6, having one problem though. Whenever someone uses Quick Reply to multi-quote someone, it double posts the quote.
http://www.naruto.no/forum/showpost.php?p=31695&postcount=4
Anyway to fix this?
Thanks for a great hack!
I work on vBulletin 3.0.6
I have a problem, the button, does not appear and one cannot click above, an idea please ?
:(
even by putting the URL of the image in a navigator, it does not find whereas it is well in the file "images/misc" (tested on firefox and IE)
I work on vBulletin 3.0.6
I have a problem, the button, does not appear and one cannot click above, an idea please ?
:(
even by putting the URL of the image in a navigator, it does not find whereas it is well in the file "images/misc" (tested on firefox and IE)
coz maybe u need to update ur postbit_legacy too...
anyways i have the same problem of Deviant++, i can see the buttons, i click on it, but when i click new reply i got a white blank page(quickreply or advanced its the same).... i dont know why, i hacked it twice, and im sure its correct... the only one thing is not completly correct is that Chroder wrote to search "$headerinclude" in SHOWTHREAD template, but i have just "$headinclude" in that template, anyways i added the istructions under it...i think Chroder made a mystake when wrote that istruction...
any ideas to fix my problem? thx to all for help
outlaw621
24 Mar 2005, 18:53
In the new ver, the code looks different.
How would I fix this same problem here?
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Find the following:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
And chage to the following:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
catocom2
24 Mar 2005, 20:07
Cool! :D
yep, that did it.
Thanks outlaw621 :cool:
outlaw621
24 Mar 2005, 20:22
Cool! :D
yep, that did it.
Thanks outlaw621 :cool:
Your very welcome.
TwinsForMe
10 Apr 2005, 04:20
Can someone tell me how to get the image to appear in the Postbit Legaacy?
Borgs8472
28 Apr 2005, 22:04
Hey everyone.
I've just lost this hack following an upgrade from 3.03 to 3.07 and now try as I may, I cannot reinstall it.
Could I have a copy of multiquote 1 to install? This newer version I'm having no joy with :(
any updates to the ongoing issues? does the current available release work? :up: :down:
dsboyce8624
12 May 2005, 04:54
Just installed on 3.0.7 and running fine.
Marco van Herwaarden
19 Jun 2005, 23:49
Will this work on 3.0.7?Did you read the last post before your question???
dsboyce8624
20 Jun 2005, 00:29
Roflmao
Is this going to be ported for 3.5 final?
Oh and uh ... does it work with .07???? :p
Did you read the last post before your question???
Sorry I meant 3.5 Beta, not 3.0.7. Tehe... and how many queries it runs?
Marco van Herwaarden
20 Jun 2005, 11:55
And the question if a hack made for vB3.0.x will work on vB3.5 would have to be answered with No, with the occasional exception.
Ok hope to see it convert to 3.5 soon.
MorrisMcD
06 Jul 2005, 02:23
This hack is nice, but so is quick reply.. Already a few members have has issues.. If you click multi post and then do a quick reply, it quotes them.. But every time you quick reply after that, it quotes those same posts.... ??? Whats up with that? Its like it doesnt reset a table or something after you reply.. Is this by design? And is there a fix in process? Otherwise, I think I will uninstall :(
paul41598
07 Jul 2005, 21:10
Mine doesnt work with quick reply...hmmm
MThornback
28 Jul 2005, 04:41
Tried it....it was holding all the quotes as previously mentioned....so I uninstalled....its a great idea....but it needs some fine tuning before i'll try again :)
I tried installing this on my vB 3.0.7 and I got the following error:
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ']' in /home/met920/public_html/forums/newreply.php on line 110
line 110 of newreply.php is:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
That line is part of the code I have to put for this mod..
yoyoyoyo
20 Aug 2005, 17:10
I tried installing this on my vB 3.0.7 and I got the following error:
line 110 of newreply.php is:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
That line is part of the code I have to put for this mod..
the proper code is
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
installed easily in 3.0.8
thanks
Now I got this error:
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/met920/public_html/forums/includes/adminfunctions_template.php(3096) : eval()'d code on line 292
when I was editting the postbit template
AuronTSR
08 Sep 2005, 04:37
Hello :)
I had this previously installed (2.0 ver.), on a 3.0.3 board. Then I re-installed it when i upgraded our board to 3.0.7 and I wasnt having any problems. I had installed the who quoted me hack afterwards which caused our forums to act weird. I so un-install all the hacks until I got that one working properly. Then I re-installed mutliquote. It works perfectly fine, tested with both IE and FireFox. Theres only one problem tho, everytime someone views a thread it gives me/them this error:
onload="initMultiQuote();if (is_ie || is_moz) { fetch_object('currentPost').scrollIntoView(!is_moz); } editInit();"
in the showthread.php at the very top of each thread, every time. :disappointed: Outside of that it works perfectly fine. :D Does anyone have a clue as to how to fix this? Or what I can do to hide this from showing? Any help would be much appreciated, thank you in advance.
This hack works perfectly on my 3.0.9 board except for one small thing: the icon doesn't appear for those who choose postbit_legacy! (On my board, users can switch between postbit and postbit_legacy.) What do I have to add, and to where, to get the icon to appear?
AuronTSR
15 Sep 2005, 21:01
Hello :)
I had this previously installed (2.0 ver.), on a 3.0.3 board. Then I re-installed it when i upgraded our board to 3.0.7 and I wasnt having any problems. I had installed the who quoted me hack afterwards which caused our forums to act weird. I so un-install all the hacks until I got that one working properly. Then I re-installed mutliquote. It works perfectly fine, tested with both IE and FireFox. Theres only one problem tho, everytime someone views a thread it gives me/them this error:
onload="initMultiQuote();if (is_ie || is_moz) { fetch_object('currentPost').scrollIntoView(!is_moz); } editInit();"
in the showthread.php at the very top of each thread, every time. :disappointed: Outside of that it works perfectly fine. :D Does anyone have a clue as to how to fix this? Or what I can do to hide this from showing? Any help would be much appreciated, thank you in advance.
Boo. It suddenly stopped working two days later. I have removed all the code from the scripts and the templates. And I still get that same error :( Any ideas anyone?
vBulletin® v3.6.12, Copyright ©2000-2012, Jelsoft Enterprises Ltd.