The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Hide the "Reply to Thread" button when viewing a thread?
Some of our users keep getting confused by the "Reply to Thread" button when they are viewing a thread and using the Quick Reply editor.
After filling in their response, they accidentally push "reply to thread" instead of the "post quick reply" button. When they push the "reply to thread" button it reloads the thread page and their post has disappeared. Sometimes the auto-save catches it, but then there's the problem of them knowing about that knowing how to restore the last saved content. Instead, I think it would be a better UI improvement to just hide the "Reply to Thread" button when viewing a thread. Not sure what the purpose of it is when Quick Reply editor is enabled....maybe without it Multi-quote doesn't work? So is there a way to hide the reply to thread button when viewing a thread? Thanks. |
#2
|
||||
|
||||
Try adding this to your additional.css
Code:
/* Start hide new reply button */ #newreplylink_top, #newreplylink_bottom { display: none; } /* End hide new reply button */ |
#3
|
||||
|
||||
Thanks a lot Ozzy for the quick reply!
Had another question -- would it be possible to hide this button until a user activates multi-quote? Apparently multi-quote will not work if this button is hidden. Sorry to make it complicated, but thought maybe you have a fix for that. Thank you. |
#4
|
||||
|
||||
I think that would require a mod, since I believe, the multi quote uses ajax.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|