MyBB Community Forums

Full Version: myBB Gamer (UPDATED 19/02/11)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8
Mind pointing me in the right direction?

{$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">
					<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span> {$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']}
                                                                {$post['iplogged']}
							</span>
						</td>
						<td class="smalltext post_author_info" width="165">
							{$post['user_details']}
						</td>
					</tr>
				</table>
			</td>
		</tr>	<tr>
			<td class="trow2 post_content {$unapproved_shade}">
<fieldset id="pid_{$post['pid']}">
  <legend>User Posted Message</legend>
{$post['message']}</fieldset>
				{$post['attachments']}
<br />
{$post['signature']}
				
			
			</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']}
				</div>
				<div class="post_management_buttons float_right">{$post['button_spam']}{$post['button_tyl']}{$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>
<tr style="{$post['tyl_display']};" id="tyl_{$post['pid']}">

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{$post['thankyoulike_data']}

</tr>
	</tbody>
</table>
omfg yo, this is the best mybb theme ever, about time someone made a nice dark professional themes! Good Job! Im using it on my site http://gfx-geeks.info/
Can you please include the hover effect in forum display in this theme...
amazing theme. is there any way i can customize this to be wide?
(2009-12-25, 09:52 PM)Raekwon Wrote: [ -> ]amazing theme. is there any way i can customize this to be wide?

Do you know how to edit the Global.css ?

If so just change the width to say 90% (I can't tell you for sure, but look around)

If you don't i'll try to help you tomorrow/day after. Just not my computer.
Its a fixed width theme. Wink
#container {
	background: #222222;
	width: 909px;
	text-align: left;
	margin: auto;
	line-height: 1.4;
}

You can change the width: 909px; part to whatever you want. I can't guarantee it will look good and/or display right though. Smile
nice job dude!
can u give a footer image(footer.png) without mybbgamer text, or .psd?
Footer image's PSD is not included.
Awesome theme. Using it now on my board (link in sig).

I have a question though: Whats the license? I don't see it anywhere.
Pages: 1 2 3 4 5 6 7 8