How can I add/remove things from profile on posts?

jdab

Madly Diligent
Joined
Aug 29, 2010
Messages
9,642
Reaction score
1
FP$
21
Didn't know how to title the thread as I didn't know what it was called, but how can I remove the 'warning level' from the profile and add other things?

5521787500500.0002sdfghjkl.png
 
Only admins and mods see it so I don't see why you would want it removed, it's helpful.
 
Azareal said:
You can probably do that by editing the postbit templates.
This. More specifically, the "postbit_classic" and "postbit_author_user" templates.
 
death180 said:
Only admins and mods see it so I don't see why you would want it removed, it's helpful.
Oh I didn't realise haha! Thanks!

But how can you add stuff?
 
It looks like you are using MyBB, you can add custom profile fields in the ACP from the Settings Tab
 
BeeHive said:
It looks like you are using MyBB, you can add custom profile fields in the ACP from the Settings Tab
Yeah but they don't show up on the postbit.
 
If you want to add your custom profile field values to the postbit, open postbit_author_user and paste:

NAMEHERE: {$post['fidX']}

Change the namehere to whatever you want, and the "X" to the number of your profile field. You can see what the fid number is by hovering over the link in your Admin CP.
 
Back
Top Bottom