MyBB Community Forums

Full Version: table in the postbit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
how to set the table in the postbit, much like here

http://community.mybb.com/thread-120646....in+postbit


That means what I want to date registration, reputation, flag states are in the table below avatars


and when you're here to make you wonder, is there a plugin for the flag state, but it works on newer versions of MyBB and it appears to the user chooses to flag the registration
you just need borders like that in my test blog......??


Add the following code in your global.css

.post_userdetails {
background: #FFFFFF;
color: #000000;
padding: 3px;
margin: 1px;
border: 1px solid #00131E;
border-bottom: 2px solid #00131E;
text-align: left;
font-size: 11px;
}



---------

Now Open postbit_author_user and Replace all code with this;


<div class="post_userdetails">{$lang->postbit_posts} {$post['postnum']}</div>
<div class="post_userdetails">{$lang->postbit_joined} {$post['userregdate']}</div>
{$post['replink']}{$post['warninglevel']}


---------

Now open postbit_reputation template and Replace all code with this;


<div class="post_userdetails">{$lang->postbit_reputation} {$post['userreputation']}</div>

---------

Now open postbit_warninglevel template and Replace all code with this;

<div class="post_userdetails">{$lang->postbit_warning_level} <a href="{$warning_link}">{$warning_level}</a></div>



Source:
http://yaldaram.com/showthread.php?tid=3...ht=postbit
this code anywhere into dodab global.css or has a special place?

.post_userdetails {
background: #FFFFFF;
color: #000000;
padding: 3px;
margin: 1px;
border: 1px solid #00131E;
border-bottom: 2px solid #00131E;
text-align: left;
font-size: 11px;
}




And how to set the color of the table is a bit brighter than the background in postbit
themes ==>> your theme ==>> global.css ==>> Edit stylesheet: Advanced mode

bottom is good, so we can differenciate it later or edit later Wink

but post any where
tnx,

but and when you're here to make you wonder, is there a plugin for the flag state, but it works on newer versions of MyBB and it appears to the user chooses to flag the registration
flag according to their country.......??
yes
napisao sam ti privatnu poruku
this one will help, i think so ==>> 244 countries flag in postbit ==>>>

http://community.mybb.com/thread-87947.html

[Image: workspace1065.png]
I asked a lot of flags that plugin and I found nothing,

It is also a plugin for the flag, but he is above the avatars, and thus spoil the look on my forum

I need a plugin for the flag which is located in the tables below avatars that do not know any such?

But it works on newer versions of MyBB
you already have country flag in your forum postbit......?? i see the flags
Pages: 1 2