MyBB Community Forums

Full Version: Postbit Clan Tag
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
1. Create a custom profile field
Title: Clan Tag
Description: 4 letter clan tag
Field Type: Textbox
Maximum Length: 4
Display Order: 4
Required: No
Editable by user: Yes
Hide on Profile: Yes

2. Go to Postbit Templates > Postbit

3. Find:
{$post['profilelink']}

Add Before:
[{$post['fid4']}] 

Make sure you have a space between those two.

Your done!

Coming soon tutorial

> Add Clan Tag In Profile
> Add CSS in Clan Tag
for some reason, i have edited exactly like you have said, but does not work for any of my themes
Better using this with if statments

<if $post['fid4'] then>
Your game tag is <func htmlspecialchars_uni>{$post['fid4']}</func>
</if>
that did not work either
got it working now. thanks