MyBB Community Forums

Full Version: How to change the place inside theme ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to change the place inside theme ?
[Image: 622654Capture.png]
go to admin cp -> templates & style -> templates -> your theme templates -> post bit templates -> postbit_classic -> edit

check the div styles/classes, then go to your global.css, search and edit the styles.
CODE ?
1 should be
<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />

2 is
{$post['useravatar']}


3 should beĀ 


<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
</span>


and 4,
{$post['user_details']}


this is on postbit_classic template.
thanks brother but how to change {$post['onlinestatus']} to text

[Image: 151693Capture.png]
(2016-03-21, 08:45 PM)bushiido Wrote: [ -> ]thanks brother but how to change {$post['onlinestatus']} to text

[Image: 151693Capture.png]

postbit_online, postbit_offline, postbit_away templates, you need to remove the <img> class and put plain text (if you use custom classes with different colors is better).