PDA

View Full Version : Below and Avater


hazyeyes
11-19-2007, 04:36 PM
Hey guys thought i'd just ask for some help if someone could please.
you have this below your Avater
VV
Join Date:
Location:
Posts:
Rep Power:

Is there code to add to these for

* The board theme used .
* Gender
* usergroup

Thanks in advance

Dave:D

blind-eddie
11-19-2007, 05:52 PM
Go to admincp/vboptions/Style & Language Settings/Use Legacy (Vertical) Postbit Template

select yes & save.

dismas
11-19-2007, 07:56 PM
That doesn't get what the original poster is asking for. They want custom profile fields below the avatar.

Here's a link for a gender mod:
https://vborg.vbsupport.ru/showthread.php?t=117973

As far as the others, I'm not sure. But you would have to go to AdminCP > Styles & Templates > Search in Templates > find the postbit_legacy template

Then find:


<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>


Below that add something like:

<!-- Member id: -->
<div>Member #: $post[userid]</div>
<!-- /Member id: -->


That would obviously show the member's id number but something similar could be done for their chosen style preference and usergroup. What the variable is for those, I don't know.

hazyeyes
11-20-2007, 08:27 AM
Thankyou very much for the help guys.

Really appreciate it alot.

Thanks

Dave:)