The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Removing from Postbit and Adding
Hey guys, I could have sworn I asked thsi question before, but when i searched I didn't find it so I ask again.
I would like to remove the POST: # from the postbit so it don't show. I tried removing PHP Code:
I would also like to replace the post count with the "Gender" of the person. Thanks again. |
#2
|
|||
|
|||
Depending if your using legacy style postbit or not, you need to modify postbit or postbit_legacy templates.
For gender, you need to call the profile field you set up for it manually or use this hack: EMiN3M Show Profile Field In Post Bits |
#3
|
|||
|
|||
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.
|
#4
|
|||
|
|||
Comment this out <!-- -->
Code:
$vbphrase[posts]: $post[posts] |
#5
|
||||
|
||||
Quote:
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] Code:
Gender: $post[fieldX] |
#6
|
|||
|
|||
Its showing my Gender as 1 instead of Male. Why is that?
EDIT: Figured out that my problem was with the 'Profile Field Type' option. Its tricky. Thanks again all. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|