MyBB Support

Post sidebar?

Submitted by Sui, , Thread ID: 4819

Thread Closed
Sui
User Icon
nulledbb's very first gay user
Level:
1
Reputation:
297
Posts:
2.31K
Likes:
289
Credits:
22
14-06-2015, 07:39 PM
#1
How do I make all of a profile's information go to the side?

In short, I want something like this:
http://gyazo.com/c9bbb50ec5f5c16a16188c534cbd8f37
yeah

RE: Post sidebar?

Sui
User Icon
nulledbb's very first gay user
Level:
1
Reputation:
297
Posts:
2.31K
Likes:
289
Credits:
22
OP
14-06-2015, 07:46 PM
#3
14-06-2015, 07:45 PM
Tropical Wrote:
Use this class:


Code:
flost_right

Where? Sorry, I'm not very good at this stuff :\
yeah

RE: Post sidebar?

Tropical
Fulltime Member
Level:
0
Reputation:
35
Posts:
1.04K
Likes:
54
Credits:
117
14-06-2015, 07:46 PM
This post was last modified: 14-06-2015, 07:47 PM by Tropical
#4
14-06-2015, 07:46 PM
Potato Wrote:
14-06-2015, 07:45 PM
Tropical Wrote:
Use this class:




Code:
flost_right

Where? Sorry, I'm not very good at this stuff :\

Post your postbit classic code :noh:

RE: Post sidebar?

Sui
User Icon
nulledbb's very first gay user
Level:
1
Reputation:
297
Posts:
2.31K
Likes:
289
Credits:
22
OP
14-06-2015, 07:49 PM
#5
14-06-2015, 07:46 PM
Tropical Wrote:
14-06-2015, 07:46 PM
Potato Wrote:
14-06-2015, 07:45 PM
Tropical Wrote:
Use this class:





Code:
flost_right

Where? Sorry, I'm not very good at this stuff :\

Post your postbit classic code :noh:
:noh:weeee
Code:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<tbody>
<tr>
<td class="tcat">
<div class="float_left smalltext">
{$post['postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
</div>
{$post['posturl']}
</td>
</tr>

<tr>
<td class="trow1 {$unapproved_shade}">
<table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
<tr>
<td class="post_avatar" width="1" style="{$post['avatar_padding']}">
{$post['useravatar']}
</td>
<td class="post_author">
<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
</span>
</td>
<td class="pblinks" width="165">
{$post['user_details']}
</td>
</tr>
</table>
</td>
</tr>

<tr>
<td class="trow2 post_content {$unapproved_shade}">
<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>

<div class="post_body" id="pid_{$post['pid']}">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}

<div class="post_meta" id="post_meta_{$post['pid']}">
{$post['iplogged']}
</div>
</td>
</tr>

<tr>
<td class="trow1 post_buttons {$unapproved_shade}">
<div class="author_buttons float_left">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
</div>
<div class="post_management_buttons float_right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>
</td>
</tr>
</tbody>
</table>
yeah

RE: Post sidebar?

Tropical
Fulltime Member
Level:
0
Reputation:
35
Posts:
1.04K
Likes:
54
Credits:
117
14-06-2015, 07:50 PM
#6
14-06-2015, 07:49 PM
Potato Wrote:
14-06-2015, 07:46 PM
Tropical Wrote:
14-06-2015, 07:46 PM
Potato Wrote:
14-06-2015, 07:45 PM
Tropical Wrote:
Use this class:






Code:
flost_right

Where? Sorry, I'm not very good at this stuff :\

Post your postbit classic code :noh:
:noh:weeee

Code:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<tbody>
<tr>
<td class="tcat">
<div class="float_left smalltext">
{$post['postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
</div>
{$post['posturl']}
</td>
</tr>

<tr>
<td class="trow1 {$unapproved_shade}">
<table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
<tr>
<td class="post_avatar" width="1" style="{$post['avatar_padding']}">
{$post['useravatar']}
</td>
<td class="post_author">
<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
</span>
</td>
<td class="pblinks" width="165">
{$post['user_details']}
</td>
</tr>
</table>
</td>
</tr>

<tr>
<td class="trow2 post_content {$unapproved_shade}">
<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>

<div class="post_body" id="pid_{$post['pid']}">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}

<div class="post_meta" id="post_meta_{$post['pid']}">
{$post['iplogged']}
</div>
</td>
</tr>

<tr>
<td class="trow1 post_buttons {$unapproved_shade}">
<div class="author_buttons float_left">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
</div>
<div class="post_management_buttons float_right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>
</td>
</tr>
</tbody>
</table>

Screenshot your current postbit :noh:

RE: Post sidebar?

AndresXZ09
Closed Account
Level:
0
Reputation:
30
Posts:
1.22K
Likes:
139
Credits:
1.51K
14-06-2015, 07:53 PM
#7
In your author_member or user, i don't remember, just use <span style="float: left"> and <span style="float: right">

RE: Post sidebar?

Tropical
Fulltime Member
Level:
0
Reputation:
35
Posts:
1.04K
Likes:
54
Credits:
117
14-06-2015, 07:54 PM
#8
14-06-2015, 07:53 PM
AndresXZ09 Wrote:
In your author_member or user, i don't remember, just use <span style="float: left"> and <span style="float: right">

I've not fucked with MyBB in a week :noh:
Yes, follow this :yus: :yus: :yus:

RE: Post sidebar?

AndresXZ09
Closed Account
Level:
0
Reputation:
30
Posts:
1.22K
Likes:
139
Credits:
1.51K
14-06-2015, 07:57 PM
#9
If you still in trouble, pm me your forum details and a temporary admin account (if you want)

RE: Post sidebar?

Akay
We are!
Level:
0
Reputation:
28
Posts:
946
Likes:
109
Credits:
2.05K
14-06-2015, 08:20 PM
#10
14-06-2015, 07:54 PM
Tropical Wrote:
14-06-2015, 07:53 PM
AndresXZ09 Wrote:
In your author_member or user, i don't remember, just use <span style="float: left"> and <span style="float: right">

I've not fucked with MyBB in a week :noh:
Yes, follow this :yus: :yus: :yus:

This is CSS. :rly:

Users browsing this thread: 1 Guest(s)