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 Dade Got it all fixed now. But Mr. Chen, how can I add the quick vb code to the quick reply box?
I'd be interested in this, as well, if available. I just searched all 9 pages of the thread and didn't see it mentioned or referenced (though I thought it was at one point).
I've just installed this hack along with welcome panel[final] .. The hack works but the reply box is at the top of the thread instead of at the bottom ??
Originally posted by fredinsic I've just installed this hack along with welcome panel[final] .. The hack works but the reply box is at the top of the thread instead of at the bottom ??
Originally posted by ja5es I can't find this code:
PHP Code:
if (!$getperms['canviewothers'] and $thread['postuserid']!=$bbuserinfo['userid']) {
I'm running vB 2.2.1
Can somone help me out?
you are a new member here and you have 2.2.1 installed. can you explain to me how is that possible? why you dont upgrade to 2.2.2? it fixes alot of little bugs.. it doesnt make sense.
also, who designed your layout? is nice..
fredinsic & Recluse guys in the "Showthread Template" put $replybox under this
PHP Code:
<a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextnewest">Next Thread</a>
<img src="{imagesfolder}/next.gif" alt="" border="0">
</smallfont></td>
</tr>
</table>
<!-- first unread and next/prev -->
if you can't find it just let me know also thanx FireFly m8 works a treat and the smilies do aswell also i am testing it on VBB 2.2.0 and it also works fine on there m8.
Will somebody help integrating this with the COmposite time hack? cause if u use the reply box and u have the time hack both enabled, it'll say like composed in 16969059595 minutes . ..lol, that's not right!
Originally posted by FWC It's there. There is an extra
Code:
or $bbuserinfo['userid']==0
in the first line in 2.2.2.
I notice in the replacement code provided by firefly.. it doesnt include this extra bit.. shall I just assume we are suppose to add it ourselves on or just put the code Firefly gave us and ignore this or $bbuserinfo['userid']==0)) bit of code ?