2013-09-24, 08:55 PM
I made custom line for xfire.How i can make it to show up under author profile when post,under reputation.
[How To?] Xfire Line
|
2013-09-24, 08:55 PM
I made custom line for xfire.How i can make it to show up under author profile when post,under reputation.
2013-09-24, 10:29 PM
Add this code to postbit_author_info template:
Where X is profile field id of XFire (check in link in ACP).
2013-09-25, 11:49 AM
2013-09-25, 12:04 PM
you can add <br /> before the suggested code so that it can be displayed in a new line
Thank you both.
It works. ------------------------------------------------------------------------ How i can make that reputation(on post) is shown only to Super Mod and Administrators.
^ that requires template conditionals plugin
after installing template conditionals plugin, navigate to postbit_author_user template, find {$post['replink']} and modify it like below
I said wrong i want to hide warning lvl,i did same(changed {$post['warninglevel']}) like you said for reps but when i did it i see just name and avatar.
2013-09-25, 12:50 PM
^ warning level of a member in general is visible only to the staff (includes moderators)
if you want to make it visible only to administrators & super moderators then template conditional should work (assuming that user groups IDs are not changed on your forum - eg. Admins --> group ID 4) |
« Next Oldest | Next Newest »
|