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 |
#407
|
|||
|
|||
I followed the directions, but my reply box shows up at the top rather than the bottom? How do I fix this? Thanks!
|
#408
|
|||
|
|||
Anyone?
|
#409
|
||||
|
||||
This is a common problem, read the rest of the thread and you will find your answer.
|
#410
|
|||
|
|||
Hi FireFly,
First off, great hack, thanks very much for your efforts, my users love it to death. I am however getting stick for the fact it doesn't subscribe users to threads who requested such in the UserCP. How can I make it subscribe to threads if they have the option by default in the UserCP, and not if they don't? I've tried to figure it out myself by checking the existing posting code, but couldn't see how vB have done it. Any help appreciated. |
#411
|
|||
|
|||
very nice hack m8.
but when you close a thread you can still reply from the quick reply box. any ideas how to fix this |
#412
|
||||
|
||||
To subscribe users to the thread if the option is on in their profile.
In showthread.php, replace: Code:
eval("\$replybox = \"".gettemplate('showthread_replybox')."\";"); Code:
if ($bbuserinfo['emailnotification']) { $emailbox = 'yes'; } else { $emailbox = ''; } eval("\$replybox = \"".gettemplate('showthread_replybox')."\";"); Code:
<input type="hidden" name="email" value=""> Code:
<input type="hidden" name="email" value="$emailbox"> |
#413
|
|||
|
|||
FireFly, I could kiss you Thanks buddy, just what the doctor ordered!
|
#414
|
||||
|
||||
@FireFly -
I saw your instructions on how to add the Smilies to the Quick Reply Box - Exactly where do you place "$clickysmilies" in the showthread_quickreply template? I have tried several positions, and even tried putting table around it, but it just messes up the other tables of the box... Satan |
#415
|
|||
|
|||
to add the smilies do the following:
open showthread_quickreply template find: PHP Code:
and replace it with: PHP Code:
*Remove the spaces after { and before } |
#416
|
||||
|
||||
Gr8 hack m8! :bunny:
Very clean and simple to integrate 10x, -Tom |
#417
|
|||
|
|||
great hack mate!
seen it on boards and thinks it is dead usefull.. thx |
#418
|
|||
|
|||
Quote:
This is a very simple replacement, and I attempted it, but nothing shows up. Any clue? Yes I did remove the spaces before and after the brackets.... |
#419
|
||||
|
||||
Thanks a lot FireFly! This hack worked like a charm in 2.2.5
|
#420
|
|||
|
|||
my quick reply box
|
#421
|
|||
|
|||
NSeXcellent: that coding was in answer to hellsatans question about how to add the smiles to the replybox.
thats how i have done it and it does work. if it isn't working then you must have done something wrong |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|