The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
[ How Do I ] Reverse PM buttons?
Inside of a Private message there is the forward and the reply buttons, bottom right.
I need to reverse these buttons, so that the reply button is on the left, and forward is on the right. However, I can't find the template that would allow me to do this, if it is possible. Can anyone guide me, please? thanks in advance. |
#2
|
||||
|
||||
Admin CP -> Styles & Templates -> Style Manager -> Edit Templates -> Postbit Templates -> postbit/postbit_legacy
FIND: Code:
<if condition="$post['forwardlink']"> <a href="$post[forwardlink]"><img src="$stylevar[imgdir_button]/forward.gif" alt="$vbphrase[forward_message]" border="0" /></a> </if> <if condition="$post['replylink']"> <a href="$post[replylink]" rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a> </if> Code:
<if condition="$post['replylink']"> <a href="$post[replylink]" rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a> </if> <if condition="$post['forwardlink']"> <a href="$post[forwardlink]"><img src="$stylevar[imgdir_button]/forward.gif" alt="$vbphrase[forward_message]" border="0" /></a> </if> |
#3
|
|||
|
|||
THANK YOU!!! I SO appreciate the help.
|
#4
|
||||
|
||||
np
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|