![]() |
this is awesome man, I saw the hack awhile from someone else back but it wasnt complete, or somthing.... oh well, looks great, I plan to install it asap.
|
If you want the Quicky Reply Box to not appear when the thread is closed, you can simply wrap an if statement around it.
ORIGINAL: Code:
if (($bbuserinfo['userid']!=$thread['postuserid']) and (!$getperms['canviewothers'] or !$getperms['canreplyothers'])) { New: Code:
if ($thread[open]) { |
Worked great larryz. Thanks. :)
|
nice - I'll install this later! :)
|
Great hack, and so easy! Works perfect for me ...
|
Updated the text file with new code to hide the box from non-mods in closed threads.
Add this: Code:
if (!$thread['open'] and !ismoderator($thread['forumid'],'canopenclose')) { Code:
$replybox=''; |
In your template, you have
<input type="hidden" name="signature" value="yes"> Listed twice. I think you should have signatures tured off by default also ... |
Fixed... if you want to have sigs turned of just delete that hidden field.
|
Quote:
|
Just FYI:
This is a GREAT hack...and I am sure my members are going to love it. Only one complaint: In your instructions for the template creation, it would REALLY be great if you could set the templates to use the replacement values...the blues you used looked REALLY funky on my forums until I went in and reset them...and it would be nice to know that the table bg colors would change if/when the site templates are changed. But again: Good job! |
Oops, my bad, it got replaced somehow after I updated the file - fixed now! :)
|
no problem :) Just thought I would let ya know :)
|
Quote:
Come on, it would be nice, just the same as the VB code button does, but instead of it looking like a button, it would be good as just a text link. Then when people click it, it brings up a field thing just like the VB code button does and then you paste whoever you are quoting in there. If you are such a great hacker you will do this little thing. ;) heheh |
excellent hack! installed it, works great!
|
Interesting idea. hmm vb3, ok. It won't be a user option though, only an admin option to enable/disable.
|
how can I make it so that alllllll active members can view it ?
cheerz chen ... lovely hack |
For cyrus:
Replace: Code:
if (($bbuserinfo['userid']!=$thread['postuserid']) and (!$getperms['canviewothers'] or !$getperms['canreplyothers'])) { Code:
$textareacols = gettextareawidth(); |
thanks FF
|
Quote:
I saw FF correction and seems with many many less checks before displaying the box... :stupid: Thnx |
Quote:
gimmie gimmie gimmie. :?: |
Quote:
|
test
|
Love it love it love it.... :)
|
Any way that I can allow users to subscribe to the topic with the quick reply ? Ideally by way of a hidden field which simply subscribes the user if they have set their options to subscribe by default...?
Great hack BTW! :) |
I installed this on my board and i followed the insturctions exaclty but it does not work? im on version 2.2.1
|
Definately going to try this out... maybe fiddle with it some too...
|
Just a trick: I think the QuickReplyBox should appear only below the lastest post in thread, don't you agree ?
I mean, when there are multi-page threads, the reply box should be hidden until the last page. What do you think about ? Thnx |
Great hack, gonna install right away! :)
|
Quote:
|
Agree with JTMON. :)
|
FireFly m8, done what you said and it doesn't seem to work did you test it first ?
using vb 2.2.2 |
FireFly m8, done what you said and it doesn't seem to work did you test it first ?
using vb 2.2.2 |
It worked for JTMON, right?
|
Sorry it works fine i forgot to upload the showthread file sorry m8 :(
|
umm, didn't do it yet, I will try it now:D I am running 2.2.1 though
|
Hmm, the smilie part isn't working for some reason, where do I put those two lines of script in the showthread_replybox? Do they go after the <form blah blah blah> or after the closing </form> tag?
|
i put mine after the <form>
|
Ok, somethings up here. I just replied to this thread twice using the quick reply and it's not showing in the thread at all. This time I am trying the normal reply.
Where is there a plain <form> tag? I see the <form enctype etc> and </form> tags and that's it. |
Here is my code JTMON hope this helps.
Code:
<script language="javascript"> |
Didn't work-time to recheck showthread. Mods-again I replied using the quick reply and it did not post!
|
All times are GMT. The time now is 08:22 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|