![]() |
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:
|
All times are GMT. The time now is 11:21 AM. |
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:
|