The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Reply To Thread
How can y make it that when y press the Reply To Thread button to take me directly to the new reply windows instead of taking me down to the quick reply?
Thanks in advance. |
#2
|
||||
|
||||
bump
|
#3
|
||||
|
||||
This behavior is by design now, and cannot be changed without modification. Unless they changed it in 4.0.2. Personally, I see no problem with it; we can press "go advanced" if we really need to.
There's at least one mod floating around that adds all kinds of bells and whistles to the quick reply, almost doing what you want to do. |
#4
|
|||
|
|||
bump!
I really need that too! I think its normal that if we press on "reply" that we should go to advanced reply and not 100 pixels above to the quick reply!!! People knows that the quickreply is just there, so the button should bring us to the advanced form!! Its really not logical!! How can we do it ! ?? I dont want to disable the quickreply... i just want that buttons become useful |
#5
|
||||
|
||||
Not everyone displays the Quickreply box, so it's not "100 pixels above" for everyone. I don't find it an issue, and I have simply told users they can double click the reply button to get the advanced editor.
|
#6
|
||||
|
||||
I do not like this behavior and have had to disable quick reply until fixed. Why have an advanced editor if you aren't going to use it by default.
Does anyone know of a hack that changes this back to what it should be - one click on reply or quote takes you to the full editor? |
#7
|
||||
|
||||
So that those who need it can use it. I use it maybe 30% of the time. But when a simple response is required, it's easier to use quick reply. Try it for a while, you might like it.
|
#8
|
|||
|
|||
Due to another vb developers stuff up to make life hard for the support people and the few vb users that are left, what I have done is added an Adv Reply button to the post footer:
In your postbit_legacy template look for: Code:
<a id="qr_{vb:raw post.postid}" class='quickreply' href="{vb:raw post.replylink}" rel="nofollow"><img id="replyimg_{vb:raw post.postid}" src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase quick_reply_to_this_message}" /> {vb:rawphrase reply}</a> <span class="seperator"> </span> </vb:if> Code:
<vb:if condition="$show['quickreply'] AND !$show['threadedmode']"> <a class='quickreply' href="newreply.php?{vb:raw session.sessionurl}p={vb:raw post.postid}&noquote=1" rel="nofollow"><img id="replyimg_{vb:raw post.postid}" src="{vb:raw vboptions.cleargifurl}" alt="Advanced reply" /> Adv {vb:rawphrase reply}</a> <span class="seperator"> </span> </vb:if> Hope this helps |
#9
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|