![]() |
Works fine in my 3.8.2
QUESTION: I want to change PM's "quick reply" to be "reply to all" rather then just "reply" Spent an hour digging back and forth in source - no luck. Would, someone, please advise me, where to dig? |
Nevermind - done.
|
Does this still work in VB4? It's a pretty simple and nice touch.
|
I was able to get this to work in vb4 .. I just used the following code in my postbit template:
Code:
<vb:if condition="$post['replylink'] && THIS_SCRIPT == 'private'"> |
Guys,
To get this to work on 3.8.4 PL2 or any 3.8 actually! Use this in the template, this will fix the array issues you are having. HTML Code:
<if condition="$post['replylink'] && THIS_SCRIPT == 'private'"> <a href="$post[replylink]&r=all" rel="nofollow"><img src="$stylevar[imgdir_button]/reply_all.gif" alt="$vbphrase[reply_to_all]" border="0" /></a> </if> |
<i>edit: durrrr</i>
|
Need for vb4 please :)
|
Seconded. My forum users are bugging me nonstop about this. I'm surprised it's not built into vb4 or that there's not even a hack for it.
|
Quote:
my members go to facebook for that :( |
Okay, here's how I got it to work in vB 4.0.2 (for idiots like myself that couldn't figure it out before). This is essentially just a dumbed-down reiteration of brott's post.
1) download and install the .xml product in the OP 2) upload the "reply all" button from the OP (or one of your choice) into your images/buttons folder. Make sure it is named "reply_all.gif" 3) Go into your postbit_legacy template and find the following PHP Code:
PHP Code:
|
Thanks !
Just a dumb question, where can I get the button files? :) |
The button is in the OP...
|
Quote:
Thanks! |
Quote:
I did this and it puts the reply_all button *on top* of the 'multi-quote' |
I am running 4.04
There is no need to upload the button I uploaded the xml file from the first post. Then... I found this part in postbit_legacy PHP Code:
PHP Code:
|
Vb4 now has its own check for private so u no longer need to define the script.
This is all you need. Code:
<vb:if condition="$post['forwardlink']"><a id="qrwq_{vb:raw post.postid}" class="newreply" href="{vb:raw post.replylink}&r=all" rel="nofollow">{vb:rawphrase reply_to_all}</a><span class="seperator"> </span></vb:if> Code:
<a id="qrwq_{vb:raw post.postid}" class="newreply" href="{vb:raw post.replylink}" rel="nofollow"><img id="quoteimg_{vb:raw post.postid}" src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase reply_with_quote}" /> <vb:if condition="$post['forwardlink']">{vb:rawphrase reply_to_private_message}<vb:else />{vb:rawphrase reply_with_quote}</vb:if></a> Code:
<vb:if condition="$post['forwardlink']"><a id="qrwq_{vb:raw post.postid}" class="newreply" href="{vb:raw post.replylink}&r=all" rel="nofollow">{vb:rawphrase reply_to_all}</a><span class="seperator"> </span></vb:if><a id="qrwq_{vb:raw post.postid}" class="newreply" href="{vb:raw post.replylink}" rel="nofollow"><img id="quoteimg_{vb:raw post.postid}" src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase reply_with_quote}" /> <vb:if condition="$post['forwardlink']">{vb:rawphrase reply_to_private_message}<vb:else />{vb:rawphrase reply_with_quote}</vb:if></a> |
Seems to work with 4.0.5... however... if I click reply all on a PM that was sent to only one person, it presents a really messed up view of the reply - the options below the message box get pulled up almost into the message and the subject gets overwritten with the message "separate multipe users names with semi-colon.
Hopefully someone can verify and/or provide a fix? It appears just fine if I reply all to multiple users, or just simply reply to one. (edit: this appears to only happen if the PM has a link in it) |
Working just fine in 4.1.2, with the attached template edit, using Andreas' Template Modification Manager mod. My edit doesn't replace the original reply link, and simply adds the "Reply to all" link before it.
The only improvement this hack could use is to not show the "Reply to all" link when there's only one recipient. |
It's absurd that this is not a standard feature of VB
|
All times are GMT. The time now is 01:02 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:
|