Jump to the post that solved this thread.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved: 11 Years ago how to fix this weird issue..
#3
Solved: 11 Years ago
Hi, here it is:

Postbit_classic:

{$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['subject']} {$post['subject_extra']}<div class="float_right">{$post['mysupport_bestanswer']}{$post['mysupport_deny_support_post']}</div></span>

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

</div>

<div class="postbit_border {$altbg}{$post['mysupport_bestanswer_highlight']}{$post['mysupport_staff_highlight']} 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']}


<br />
<br />
{$post['editedmsg']}



<br />
<br />
<br />
<br />
{$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_spam']}{$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 />
Jump to the post that solved this thread.


Messages In This Thread
how to fix this weird issue.. - by MikeInToshx - 2014-01-29, 09:26 AM
RE: how to fix this weird issue.. - by martec - 2014-01-29, 09:43 AM
RE: how to fix this weird issue.. - by MikeInToshx - 2014-01-29, 09:48 AM
RE: how to fix this weird issue.. - by martec - 2014-01-30, 10:01 AM
RE: how to fix this weird issue.. - by MikeInToshx - 2014-01-30, 10:51 AM

Forum Jump:


Users browsing this thread: 6 Guest(s)