MyBBThemes Community

Full Version: Rearranging postbit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Wouldn't it be better if the postbit was rearranged into a horizontal shape?
So that it does not effect the shape of the post.

Here is an example of the problem on my forum:

http://worldofgsm.com/showthread.php?tid=444

The postbit on the vBulletin on http://forums.digitalpoint.com is ideal.

Is this possible?
The reason your postbit is stretched on your forum is due to your member's username. It is too long.
FirefoxWiz Wrote:The reason your postbit is stretched on your forum is due to your member's username. It is too long.

It is.
But still it would be much better if the postbit is horizontal.
Is that possible?
Yes, it is possible.

Read this thread -->
http://www.mybbfans.com/community/showthread.php?tid=61
FirefoxWiz Wrote:Yes, it is possible.

Read this thread -->
http://www.mybbfans.com/community/showthread.php?tid=61

Thank u so so much FirefoxWiz!!!!! I really appreciate it! :)

One more thing.
I want to add phone model to the custom fields on the postbit. Please help me for this too.
First you have to have a custom profile field. ;) Then you need to get the field ID (in the custom profile field page in the ACP).

Then you add {$post['fidX']} to the postbit_author template. Replace the X with the field ID number!
FirefoxWiz Wrote:First you have to have a custom profile field. ;) Then you need to get the field ID (in the custom profile field page in the ACP).

Then you add {$post['fidX']} to the postbit_author template. Replace the X with the field ID number!

It worked! Thank you so very much!

But {$post['fidX']} only represents the thing entered into the field. But what if I want to include the name of the field too?
Something like {$lang->postbit_X} that also prints the name of the custom field.
Just add the name of the field in front of it. ;) Example, if you're field is named Phone Model, do this

Phone Model: {$post['fidX']}
FirefoxWiz Wrote:Just add the name of the field in front of it. ;) Example, if you're field is named Phone Model, do this

Phone Model: {$post['fidX']}

Uhh... Ok. That does it but it also appears when the field is empty. Thanks anyway.

And what should I do if I want to change the font of the username in the postbit globally?
Quote:Uhh... Ok. That does it but it also appears when the field is empty. Thanks anyway.
Yep, it sure does.

Quote:And what should I do if I want to change the font of the username in the postbit globally?
Umm, try changing the font of the Large Text class in the theme manager.
Pages: 1 2
Reference URL's