MyBB Community Forums

Full Version: Left side postbit backgroundcolor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2

MikeInToshx

(2014-01-17, 05:19 PM)marcus123 Wrote: [ -> ]Please install firebug and give it a try!

I use the elemental inspect from chrome. Personally I think It doesnt have its own div.. I could be wrong ofc.

Here the template:

{$ignore_bit}



<div class="posts" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">

<div class="smalltext thead" id="pid{$post['pid']}">

   <span class="postbit_date">{$post['postdate']} {$post['posttime']}</span>
    
   <span>{$post['icon']}{$post['subject']} {$post['subject_extra']}</span>

   <span class="float_right">{$lang->postbit_post} <a href="{$post['postlink']}#pid{$post['pid']}">#{$postcounter}</a></span>

</div>

<div class="postbit_border {$altbg} leftcol">

<!--Postbit author info-->

<div class="postbit_author">

 <a href="#" id="profile_{$post['pid']}">{$post['username_formatted']}</a>{$post['onlinestatus']}<br />

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

{$post['useravatar']}

{$post['userstars']}

{$post['groupimage']}

<div align="center">{$post['user_details']}</div>

</div>

<!--Postbit author info-->

<!--Postbit post-->

<div class="postbit_body">

<table width="100%">

<tr> <td class="posts" style="{$post_visibility}">


{$post['posturl']}


<div class="postbit_content" id="pid_{$post['pid']}">

<div class="postbit_message">{$post['message']}</div>

{$post['attachments']}

{$post['editedmsg']}


{$post['signature']}


</div>

</td> </tr>

</table>

</div>

<!--Postbit post-->


<!--Postbit bottom-->

<div class="postbit_bottom">

<div class="inline-block float_left">
{$post['iplogged']}{$post['button_report']}{$post['button_warn']}{$post['button_rep']}
</div>

<div class="inline-block float_right">

{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}

</div>

   
</div>

<!--Postbit bottom-->


</div>

<!--Profile quick links-->

<div id="profile_{$post['pid']}_popup" class="popup_menu_thread" style="display: none;">

<ul class="popup_profile">

<li><img src="{$theme['imgdir']}/profile_icons/user.png" alt="" class="vmiddle" />&nbsp;<a href="{$mybb->settings['bburl']}/member.php?action=profile&amp;uid={$post['uid']}">View profile</a></li>
{$post['button_find']}
<li><img src="{$theme['imgdir']}/profile_icons/thread.png" alt="find threads" class="vmiddle" />&nbsp;<a href="{$mybb->settings['bburl']}/search.php?action=finduserthreads&amp;uid={$post['uid']}">Find all threads by this user</a></li>
{$post['button_pm']}
{$post['button_email']}
{$post['button_www']}
</ul>

</div>

<script type="text/javascript">
// <!--
	if(use_xmlhttprequest == "1")
	{
		new PopupMenu("profile_{$post['pid']}");
	}
// -->
</script>


<!--Profile quick links-->

</div>

<br />

MikeInToshx

Has been solved in the supportthread of the theme.
Pages: 1 2