MyBB Community Forums

Full Version: Postbit Issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
http://gyazo.com/af8ca31218a5154270a23b43fe1b1b12

For some reason I cannot arrange the postbit_author infos.
I want to put the Awards below the Points, how to do that?

Site link: http://www.webhostrally.com/index.php

Any help??
Any help?
Here's the default postbit_author_user

	{$lang->postbit_posts} {$post['postnum']}<br />
	{$lang->postbit_joined} {$post['userregdate']}
	{$post['replink']}{$post['warninglevel']}

Also, if you want to keep those borders then you would have to change to classic mode which it will look better with.

How to force classic mode?
http://community.mybb.com/thread-40093.html

How to see how classic mode looks?
UCP>Edit Profile>Check Classic mode>Save
(2013-01-17, 02:27 AM)kamz89 Wrote: [ -> ]Here's the default postbit_author_user

	{$lang->postbit_posts} {$post['postnum']}<br />
	{$lang->postbit_joined} {$post['userregdate']}
	{$post['replink']}{$post['warninglevel']}

Also, if you want to keep those borders then you would have to change to classic mode which it will look better with.

How to force classic mode?
http://community.mybb.com/thread-40093.html

How to see how classic mode looks?
UCP>Edit Profile>Check Classic mode>Save

Yes so i wanted the awards below the point postbit infos, how to do so?
Is the classic mode the vertical postbit you are referring to? I prefer the horizontal one though..
The code I provided would help in horizontal. As for awards, what awards plugin do you use?

P.S: If I don't reply back after 24 hours of your reply then PM me.
Have you seen my gyazo postbit SS? I just wanted the awards be below the postbit point info.
I'm using myawards and newpoints for the point system.
Any help? :\
Can you post the contents of your postbit_author_user template?
<div class="post_userdetails">{$lang->postbit_posts} {$post['postnum']}</div>
    <div class="post_userdetails">{$lang->postbit_joined} {$post['userregdate']}</div>
    {$post['replink']}{$post['warninglevel']}<div class="post_userdetails"><!-- AWARDS --></div>

For the postbit point info, its at a global template newpoints_postbit

<div class="post_userdetails"><span class="smalltext">{$currency}: <a href="{$mybb->settings['bburl']}/newpoints.php">{$points}</a></span>{$donate}</div>
Because of the way New Points works it can't be done without editing the plugin files.
Pages: 1 2