Version: 1.00, by Admin (Coder)
Developer Last Online: Nov 2024
Version: 2.3.x
Rating:
Released: 01-28-2002
Last Update: Never
Installs: 1206
No support by the author.
Here's an easy one, it barely took 4 minutes to do. :china:
This hack will add a quick replying box at the bottom of all threads, only if the user has permission to reply, so when you need to reply to something real quickly you don't need to click the Post Reply button and wait for the page to load.
Instructions are in the attached .txt file, and if you want a demo... just look below.
NOTE: For the vB 2.3.2 version please see this post.
Extras:
If you want users who have the Use Email Notification option ON, to automatically subscribe to threads they reply to with this hack, see this post.
If you want to add an option for each user to turn this feature on and off, please see this post.
If you want smilies in your quick reply box please see this post.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Originally posted by inetd FireFly if not login to vB and to send the answer through QuickReply Box the form for input login|password will appear. After input login&password there is a message: No thread specified. If you followed a valid link, please notify the webmaster. Having returned on two pages back any more you will not see the typed answer. Fix it please!
Inetd, you what about installing the version of this hack that only shows the quickreply box when you are viewing a thread if you are logged on. That would eliminate the problem of the error.
Originally posted by Xube Thanks (once again!) Chen. I've installed this hack and it is great, but I'm finding that when board members reply to messages using the quickreply box that this hack creates it doesn't automatically generate an email to members who have opted to receive email replies to the thread. :surprised: The automatic email continues to work when board members reply using the normal reply button. Is there a way to upgrade the coding for this hack so that it defaults to sending the auto emails out? Here are a couple of example posts from members on my board who have discovered this problem:
I'm having the same problem on my board. I read through the 19 pages of thread and was unable to find the fix for it. Anybody have any clues?
Originally posted by boatdesign Previously in the thread I see that putting the quickreply box only on the last page was discussed, and many didn't see a point. I guess my reasons are that:
1.) Even though you can hit the normal "Post Reply" on any page, at least you see the recap on the newreply page so you won't accidentally miss the second page and post something redundant.
2.) Placing the reply box on the last page makes it clearer that the first page isn't all there is. I'm afraid if the reply box is on every page that I'll have to make all the page numbers bigger so newbies don't miss multiple page threads.
3.) Putting the quickreply on all pages rather than just the last page encourages people to post without reading what is already there (as I myself was guilt of earlier in this thread )... how can you know if your post is redundant if you haven't read all the way to the end of the thread?
Or is it really difficult to only show it on the last page?
I agree... :lick:
How could I check if current page is the last one available on a multi-page threads ?
Check would be very very simple, once found exactly what to check... :nervous:
From the .txt File :
1. In showthread.php find this bit of code:
// ##################################################
if (!$getperms['canviewothers'] and ($thread['postuserid']!=$bbuserinfo['userid'] or $bbuserinfo['userid']==0)) {
show_nopermission();
}
if ((!isset($pagenumber) or $pagenumber==0) and $pagenumber!="lastpage") {
$pagenumber=1;
That isnt anywhere to be found...
Unless that is outdated, and a Newer version of the .txt file has been posted on one of the other 18 pages...