MyBB Community Forums

Full Version: Place cells in profile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, well my partner and has edited the profile some cells but is complicated when trying to place it on "Thanks in post" and would have to modify? leave a picture of it like this now and if you want them to get the code

[Image: 520eafb270fe5e6677691da1c6acd248.png]

postbit_classic

{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<tr>
<td class="tcat" colspan="2">
<span style="float: right;">
{$post['posturl']}
</span>
{$post['postdate']} {$post['posttime']}
</td>
</tr>

	<tr>
		<td class="postbit" rowspan="2" width="200px" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
		<div class="postbit_name">{$post['onlinestatus']}{$post['profilelink']}<br />
		<span style="float: right;">{$post['userstars']}</span><span class="postbit_usertitle">{$post['usertitle']}</span></div>
		<span class="smalltext">
			<div class="postbit_details">{$post['useravatar']}</div>
			{$post['groupimage']}
			<div class="postbit_details">{$post['user_details']}</div>
		</span>
	</td>
	<td class="trow1" valign="top">
		<table width="100%">
			<tr><td><span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
			<br />
			<div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
				{$post['message']}
			</div>
			{$post['attachments']}
			{$post['signature']}
			<div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
				<div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
				{$post['iplogged']}
			</div>
		</td></tr>
	</table>
</td>
</tr>
<tr>
	<td class="trow2" style="vertical-align: middle; height: 10px;">
		<table width="100%" border="0" cellpadding="0" cellspacing="0">
			<tr valign="bottom">
				<td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
				<td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['thanks']}{$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']}</td>
			</tr>
		</table>
	</td>
</tr>{$post['thxdsp_inline']}
</table>{$post['thxdsp_outline']}


postbit_author_user

<div class="postbit_details"><b>{$lang->postbit_posts}</b> {$post['postnum']}</div>
<div class="postbit_details"><b>{$lang->postbit_joined}</b> {$post['userregdate']}</div>
<div class="postbit_details">{$post['replink']}</div>
{$post['warninglevel']}
<div class="postbit_details"><!-- AWARDS --></div>


If I may allude would appreciate much
If you have any questions ask and if this is not the correct section also forgive
Which thanks plugin are you using?
(2010-09-27, 06:52 PM)AJS Wrote: [ -> ]Which thanks plugin are you using?

Hups called me olbide Hide Until Thanks (1.0)