PDA

View Full Version : Add more info in Post bit


Irish Red
01-21-2006, 12:16 PM
Im just wondering is there a hack that allows you to put custom profle info in the space beside your post (post bit).
I have seen this on agood few forums. eg

I run a Soccer forum and I want to have Favourite player and favourtie club displayed in post bit like this :

Join Date
Feb 6 2005
Location
Ireland
Team
Man UTd
Favourite Player
Rooney
Posts
1,567

CAn anyone help me?

peterska2
01-21-2006, 10:17 PM
Use

<if condition="$post[fieldx]">Team: $post[fieldx]</if>
<if condition="$post[fieldy]">Fav Player: $post[fieldy]</if>in your postbit or postvit_legacy template above $vbphrase[posts]: $post[posts]You will need to replace both x's with the profile field id number for team, and both y's with the profilefield id number for fav player