MyBB Community Forums

Full Version: Postbit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
There is a problem with my postbit i have attached the picture in this post and my post bit template is this

http://pastebin.com/w0EMCipR help me please
What's the problem?
when we post there must be user title and not only stars more thing but there is only stars
Oh right, I assumed wizcraft was the username. But I'm now assuming that's just a title.

Here's your solution:

In your pastebin, change this at line 29:

<a href="#" id="profile_{$post['pid']}">{$post['username_formatted']}</a>{$post['onlinestatus']}<br />

to

<a href="#" id="profile_{$post['pid']}">{$post['profilelink']}</a>{$post['onlinestatus']}<br />
still i cant see title in there only name and stars

stars and avatar and when i see someones profile there i can see title not avatar so i want to fix this 3 things
help please?
^ which theme you are using ?
That's my Twist-SD theme.@OP if username(s) in post isn't visible in postbit template find

<a href="#" id="profile_{$post['pid']}">{$post['username_formatted']}</a>

and REPLACE it with

{$post['profilelink']}


For the usertitle find

{$post['userstars']}

above that add

{$post['usertitle']} <br />


As for the avatar the variable is there in postbit.
oh nice and last thing there isnt showing default avatar in postbit if someone isnt uploaded some yet and thanks for this help please help with this avatar matter