MyBB Support

Left User Info in Thread ?

Submitted by Kiddo Monster, , Thread ID: 4845

Thread Closed
Kiddo Monster
Closed Account
Level:
0
Reputation:
0
Posts:
146
Likes:
8
Credits:
123
15-06-2015, 05:42 PM
#1
I want to add Left User Information in Thread in current theme with Editing some Source dude I can't Find Left User Info Bar in Left side of Thread .

[Image: ExSTmC0.png]

Sorry Original Poster for Taking Your Thread .

:rolleyes: :rolleyes: :rolleyes:

RE: Left User Info in Thread ?

Kiddo Monster
Closed Account
Level:
0
Reputation:
0
Posts:
146
Likes:
8
Credits:
123
OP
15-06-2015, 05:49 PM
This post was last modified: 15-06-2015, 05:57 PM by Kiddo Monster
#3
My Codes from .ACP -> Templates & Style -> Templates -> <your theme template set> -> post bit templates -> postbit_classic showing


Code:
{$ignore_bit}

<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<div class="post_author scaleimages">
<div class="author_information">
   <div class="pbcname"><strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}</div><br />
<span class="smalltext">
       <span class="pbcavatar">{$post['useravatar']}</span>
       <span class="pbctext">{$post['usertitle']}<br />{$post['groupimage']}</span>
<span class="pbctext">{$post['userstars']}</span>
       <span class="pbctext">{$post['user_details']}</span>
   </span>
</div>
</div>
<div class="post_content">
<div class="post_head" title="{$post['subject_title']}">
{$post['posturl']}
{$post['icon']}
<span class="post_date">{$post['postdate']} <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
{$post['subject_extra']}
</div>
<div class="post_body scaleimages" id="pid_{$post['pid']}">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
<div class="post_meta" id="post_meta_{$post['pid']}">
{$post['iplogged']}
</div>
</div>
<div class="post_controls">
<div class="postbit_buttons author_buttons float_left">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
</div>
<div class="postbit_buttons post_management_buttons float_right">
{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>
</div>
</div>

:s :s :sand Current Theme name Majestic from leakfroums

RE: Left User Info in Thread ?

Tropical
Fulltime Member
Level:
0
Reputation:
35
Posts:
1.04K
Likes:
54
Credits:
117
15-06-2015, 06:03 PM
#4
15-06-2015, 05:49 PM
KiddoMonster Wrote:
My Codes from .ACP -> Templates & Style -> Templates -> <your theme template set> -> post bit templates -> postbit_classic showing



Code:
{$ignore_bit}

<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<div class="post_author scaleimages">
<div class="author_information">
   <div class="pbcname"><strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}</div><br />
<span class="smalltext">
       <span class="pbcavatar">{$post['useravatar']}</span>
       <span class="pbctext">{$post['usertitle']}<br />{$post['groupimage']}</span>
<span class="pbctext">{$post['userstars']}</span>
       <span class="pbctext">{$post['user_details']}</span>
   </span>
</div>
</div>
<div class="post_content">
<div class="post_head" title="{$post['subject_title']}">
{$post['posturl']}
{$post['icon']}
<span class="post_date">{$post['postdate']} <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
{$post['subject_extra']}
</div>
<div class="post_body scaleimages" id="pid_{$post['pid']}">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
<div class="post_meta" id="post_meta_{$post['pid']}">
{$post['iplogged']}
</div>
</div>
<div class="post_controls">
<div class="postbit_buttons author_buttons float_left">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
</div>
<div class="postbit_buttons post_management_buttons float_right">
{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>
</div>
</div>

:s :s :sand Current Theme name Majestic from leakfroums

Screenshot the postbit :noh:

RE: Left User Info in Thread ?

Kiddo Monster
Closed Account
Level:
0
Reputation:
0
Posts:
146
Likes:
8
Credits:
123
OP
15-06-2015, 06:10 PM
#5
[Image: 6h55Y2m.png]

RE: Left User Info in Thread ?

AndresXZ09
Closed Account
Level:
0
Reputation:
30
Posts:
1.22K
Likes:
139
Credits:
1.51K
15-06-2015, 06:10 PM
This post was last modified: 15-06-2015, 06:10 PM by AndresXZ09
#6
Float: left and float: right should do the trick.

Edit: that's called postbit classic, force it

RE: Left User Info in Thread ?

Akay
We are!
Level:
0
Reputation:
28
Posts:
946
Likes:
109
Credits:
2.05K
15-06-2015, 06:11 PM
This post was last modified: 15-06-2015, 06:11 PM by Akay
#7
15-06-2015, 06:10 PM
AndresXZ09 Wrote:
Float: left and float: right should do the trick.

Edit: that's called postbit classic, force it

how stupid.

op, here http://mods.mybb.com/download/force-postbit-layout

RE: Left User Info in Thread ?

Kiddo Monster
Closed Account
Level:
0
Reputation:
0
Posts:
146
Likes:
8
Credits:
123
OP
15-06-2015, 06:14 PM
#8
15-06-2015, 06:11 PM
akay Wrote:
15-06-2015, 06:10 PM
AndresXZ09 Wrote:
Float: left and float: right should do the trick.

Edit: that's called postbit classic, force it

how stupid.

op, here http://mods.mybb.com/download/force-postbit-layout

however thank you so much and I really noob and newbie at mybb :noh:

RE: Left User Info in Thread ?

Akay
We are!
Level:
0
Reputation:
28
Posts:
946
Likes:
109
Credits:
2.05K
15-06-2015, 06:15 PM
#9
15-06-2015, 06:14 PM
Kiddo Monster Wrote:
15-06-2015, 06:11 PM
akay Wrote:
15-06-2015, 06:10 PM
AndresXZ09 Wrote:
Float: left and float: right should do the trick.

Edit: that's called postbit classic, force it

how stupid.

op, here http://mods.mybb.com/download/force-postbit-layout

however thank you so much and I really noob and newbie at mybb :noh:

after installing the plugin, go to settings > show thread, make sure to tick "classic layout".

RE: Left User Info in Thread ?

Kiddo Monster
Closed Account
Level:
0
Reputation:
0
Posts:
146
Likes:
8
Credits:
123
OP
15-06-2015, 06:17 PM
#10
after installed and Go To Plugins that plugins showing

Code:
This plugin is incompatible with MyBB 1.8.5

:noh: :noh: :noh:

Users browsing this thread: 1 Guest(s)