Quote:
Originally Posted by juan71287
I am using legacy. And I know that I need to modify it, but I cant seem to find the correct code to take off. Thats why I am asking for help.
|
Are you trying to remove the users post count, or the post# (the little link in the corner)
To show gender, Create custom profile field called Gender, the adminCP will asign a number to it such as fieldX
Then in the postbit_legacy
Code:
$vbphrase[posts]: $post[posts]
Replace with
Code:
Gender: $post[fieldX]