The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Details »» | |||||||||||||||||||||||||
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:
Show Your Support
|
Comments |
#222
|
||||
|
||||
Ok... I added the bit that made closed forums closed even with the quick reply... I got a parse error... I could not find the code that was posted in the reply... so i found one that was very similar (I couldn't see a diff) that code was
Code:
if (($bbuserinfo['userid']!=$thread['postuserid']) and (!$getperms['canviewothers'] or !$getperms['canreplyothers'])) { $replybox=''; } elseif (!$getperms['canview'] or (!$getperms['canreplyown'] and $bbuserinfo['userid']==$thread['postuserid'])) { $replybox=''; } elseif (!$thread['open'] and !ismoderator($thread['forumid'],'canopenclose')) { $replybox=''; } else { $textareacols = gettextareawidth(); eval("\$replybox = \"".gettemplate('showthread_replybox')."\";"); } { |
#223
|
|||
|
|||
is this hack compatible with 2.2.4?
|
#224
|
||||
|
||||
^^yes very much so
|
#225
|
||||
|
||||
Quote:
Also, for this hack how would I add a rating option? Thanks for any help. |
#226
|
||||
|
||||
err, ignore that. I got it.
|
#227
|
|||
|
|||
Oh man this is schweeet.. Worked like a dream.. thanks.
|
#228
|
|||
|
|||
Quote:
|
#229
|
|||
|
|||
It would be very cool to implement the RATING dropdownbox in this hack (next to the submit reply button), cause people will more easely & QUICKly rate a thread while they are replying. It also eliminates a page to be refreshed when you rate & quick reply at the same time.
I know the RATE THIS THREAD has been implemented on the normal POST REPLY page for the same reason, but people won't rate anymore if they use the quick reply box. Of course the 'normal' rate dropdownbox + go button would have to disappear on pages with a quick reply field. What do you think? |
#230
|
|||
|
|||
Quote:
I'm very interested in this feature... me too: automatically subscribe without checkbox if the userCP says so... |
#231
|
|||
|
|||
Hey Firefly, I installed this hack awhile ago and then all of a sudden it stops working for alot of my members and even myself. It still works, only on certain threads and only for certain users, it's all messed up. This is the email I recieved right before it went "wacky"
Database error in vBulletin 2.2.2: Invalid SQL: SELECT post.*,post.username AS postusername,post.ipaddress AS ip,user.*,userfield.*,icon.title as icontitle,icon.iconpath, attachment.attachmentid,attachment.filename,attach ment.visible AS attachmentvisible,attachment.counter ,avatar.avatarpath,NOT ISNULL(customavatar.avatardata) AS hascustomavatar,customavatar.dateline AS avatardateline FROM post LEFT JOIN icon ON icon.iconid=post.iconid LEFT JOIN user ON user.userid=post.userid LEFT JOIN userfield ON userfield.userid=user.userid LEFT JOIN avatar ON avatar.avatarid=user.avatarid LEFT JOIN customavatar ON customavatar.userid=user.userid LEFT JOIN attachment ON attachment.attachmentid=post.attachmentid WHERE post.postid IN (0,45327,45328) ORDER BY dateline mysql error: Got error 28 from table handler mysql error number: 1030 Any help in fixing this would be great because my members and myself love this hack. I've already tried running the repair script from my admin directory with the default 2 options it gives you on the repair.php page also to no avail. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|