The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
A Simple Reply Button For PMs
No idea why vB insists on having only a "quote" button for an open PM.
Anyone have an idea to have a button that allows a simple "Reply" to the PM, that has an RE in the subject line and no quote? My members were very confused with the quote button and do not like it at all... Thanks! |
#2
|
|||
|
|||
I got the same reaction... so in private.php I found:
Code:
// quote reply $originalposter = fetch_quote_username($pm['fromusername']); Code:
// quote reply // $originalposter = fetch_quote_username($pm['fromusername']); Code:
if ($_REQUEST['stripquote']) { $pagetext = strip_quotes($pm['message']); } else { // this is now the default behavior -- leave quotes, like vB2 $pagetext = $pm['message']; } Code:
$pagetext = strip_quotes($pm['message']); Code:
<if condition="$post['replylink']"> <a href="$post[replylink]"><img src="$stylevar[imgdir_button]/reply_small.gif" alt="$vbphrase[reply_with_quote]" border="0" align="absmiddle"/></a> </if> Code:
<if condition="$post['replylink']"> <a href="$post[replylink]"><img src="$stylevar[imgdir_button]/<if condition="THIS_SCRIPT == 'private'">reply_small2.gif<else />reply_small.gif</if>" alt="$vbphrase[reply_with_quote]" border="0" align="absmiddle"/></a> </if> |
#3
|
||||
|
||||
Thanks for the reply! But I did the changes and it didn't work.
|
#4
|
|||
|
|||
Anybody else tried this and did it work
Regards |
#5
|
||||
|
||||
you could do it via conditionals :^)
|
#6
|
|||
|
|||
Quote:
|
#7
|
||||
|
||||
Believe it or not there is actually a discussion and a fix for this at vb.com.
http://www.vbulletin.com/forum/showt...t=reply+button |
#8
|
|||
|
|||
Quote:
Chet |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|