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 |
#1202
|
||||
|
||||
I have read the entire thread now.. and have also searched it. I am trying desperately to add $vbcode_buttons to my QR box... but no matter where I put it or how I add it, nothing shows up.
I looked at another template and confirmed that $vbcode_buttons is working and showing the correct thing on other templates. What could I possibly be doing wrong? |
#1203
|
|||
|
|||
I'm not sure if this was covered at all but I have installed the hack and it's running fine, but I also installed the ability to turn off the quick reply box.
However after making the changes needed it won't show up in Edit Options. |
#1204
|
||||
|
||||
Ok i'm making this post to link to in the first post of this thread as it's such a frequently asked question.
To add smilies to your quick reply box do the following: .................................................. .................................... In showthread.php find: PHP Code:
Right below it add: PHP Code:
Then in your 'showthread_replybox' template add the following right at the top of the template: Code:
<script language="Javascript" src="vbcode.js"></script> <script language="Javascript" src="vbcode_language.js"></script> Code:
<normalfont><b>Your Reply:</b></normalfont> Code:
<normalfont><b>Your Reply:</b></normalfont><br />$clickysmilies |
#1205
|
||||
|
||||
Good idea mist
|
#1206
|
|||
|
|||
I was lazy to implement the smilies but after seeing the previous post, oh man...In 3 minutes it was intalled !!
THANKS A LOT |
#1207
|
||||
|
||||
Quote:
|
#1208
|
||||
|
||||
I get a problem after downloading this. Attached the screen shot.
|
#1209
|
|||
|
|||
Quote:
|
#1210
|
||||
|
||||
I don't know how this could be related but I have noticed that with the last 2-3 versions of 2.x.x , after I apply the Quick Reply hack, I have problems with the "Go to first unread post".
If I remember well the probs started after 2.3.0. Clicking on the "got to first unread post" does not always get you to the earliest unread post, but it leads to 2-3 later "new" posts. This has been confirmed by several members of my forums. I tried to see what happens and removed the QR hack. Now the "go to first unread post" seems to work ok (as far as I have tested it). Not sure if there is any "conflict" but I have also read references to this prob and its connection with the Quick Reply hack at the VBulletin.com board. Meaning that there are other members who have said that they had the prob after they applied the hack. Anyone else with the same prob? thanx |
#1211
|
|||
|
|||
Quote:
It is working flawlessly. |
#1212
|
||||
|
||||
This works absolutely great, and easy install
thx, you are my hero |
#1213
|
|||
|
|||
Quote:
if (!$getperms['canviewothers'] and ($thread['postuserid']!=$bbuserinfo['userid'] or $bbuserinfo['userid']==0)) { show_nopermission(); } $bbcodeon=iif($forum[allowbbcode],$ontext,$offtext); $imgcodeon=iif($forum[allowimages],$ontext,$offtext); $htmlcodeon=iif($forum[allowhtml],$ontext,$offtext); $smilieson=iif($forum[allowsmilies],$ontext,$offtext); and another line: if (!$getperms['canviewothers'] and ($thread['postuserid']!=$bbuserinfo['userid'] or $bbuserinfo['userid']==0)) { show_nopermission(); } if ($noshutdownfunc) { $DB_site->query("UPDATE thread SET views=views+1 WHERE threadid='$threadid'"); } else { $shutdownqueries[]="UPDATE LOW_PRIORITY thread SET views=views+1 WHERE threadid='$threadid'"; } So what should I replace the code given on quickreply.txt with under showthread.php? Anyone that got it going under 2.3.2 can help? Thanks |
#1214
|
||||
|
||||
Chen has a link to the modifications you have to make if you're running 2.3.2 in the first post of this thread I believe.
|
#1215
|
|||
|
|||
Sorry guys, I can't believe I missed that in plain BOLD writing :P
|
#1216
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|