MyBB Community Forums

Full Version: Customization help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
I'm not sure but I think you can open the postbit template

And where you want it just add:
UserId: {$post['uid']}
This might be useful, but I need location info in the postbit view, not userID Sad
Toungue oops...
I just copy that from other post and forget to modify that, sorry

try this:
Location: {$memprofile['location']}
or this:
Location: {user['location']}
or this:
Location: {mybb->user['location']}

I'm just guessed that but maybe it'll work....?
anyway that can't hurt anything
Good Luck! Smile
postbit => {$post['fid1']}
does that information exist in the wiki?
where can I find such information or any detailed guide?
dvb Wrote:I'm just guessed that but maybe it'll work....?
anyway that can't hurt anything
Good Luck! Smile

Thanks but it's actually this Toungue - {$post['fid1']} (thanks LeX-).

Anyway, thank you dvb for your help and effort, appreciate it. Yeah, a detailed guide would be a good thing.
yeah.... LeX- is much better than me.
but I want to learn how to code and modify MyBB, I've already know PHP & MySQL

dvb Wrote:does that information exist in the wiki?
where can I find such information or any detailed guide?
I found some explanation here:
http://wiki.mybboard.net/index.php/Autho...and_Themes
but if someone make or find a detailed guide / information I would be grateful
Sorry for this noob question, but when I add {$post['fid1']} - it shows only user's location, without "Location:" line.

How/where can I place "Location:" line to appear before users location?

Many thanks.
Open your postbit_author_user template and add where you want it to show.
Location: {$post['fid1']}
Pages: 1 2 3