The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
How do I move member info 'Location:********' from the right side to under the avatar?
Thanks |
|
#2
|
||||
|
||||
|
In postbit move this:
Code:
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if> Code:
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> |
|
#3
|
|||
|
|||
|
I have done that, thanks, spot on :up:
however, the text is now larger than it once was. Check the attachment:
|
|
#4
|
||||
|
||||
|
In that code you moved change <div> to <div class="smallfont">
|
|
#5
|
|||
|
|||
|
Done that, cheers :up:
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|