Quote:
Originally Posted by Mobo
How do you do that?
|
ACP>User profile fields>Add new user profile field and add your field (Remember the number of field).
This field appear in UserCP>Edit Your details.
When yuou add the new block change this code:
Code:
<p align="center">
CONTENT
</p>
With this:
Code:
<if condition="$post[fieldX]">
<p align="center">
$post[fieldX]
</p>
</if>
Change
X with your field number.