MyBB Community Forums
[For 1.6] GamesMania - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Themes (https://community.mybb.com/forum-103.html)
+---- Forum: Theme Releases (https://community.mybb.com/forum-104.html)
+---- Thread: [For 1.6] GamesMania (/thread-71916.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14


RE: GamesMania - Trinit - 2010-09-17

yes I have to make a try before though


RE: GamesMania - Tekkie Da - 2010-09-17

very nice theme. I only have one question that if there is enough space for buttons "WWW" and "SPAM" in the post button area. If not we may have a line break there, that will look weird. I haven't tested it though, I was just curious.


RE: GamesMania - Trinit - 2010-09-17

You could test it here: http://goxema.com/demo/
(It's the old version for 1.4x but it's the same)


RE: GamesMania - VAPOR - 2010-09-17

(2010-09-17, 07:32 PM)Trinit Wrote: yes I have to make a try before though

Thanks trinit !




RE: GamesMania - Trinit - 2010-09-18

Change the template postbit in Postbit Templates with this:

{$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="smalltext post_author_info" 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>

Then in the User cp or Admin Cp do the normal changes to view the postbit in the horizontal way. If you already have it in that way then just paste the code!


RE: GamesMania - VAPOR - 2010-09-19

Worked perfect Trinit...thanks


RE: GamesMania - Trinit - 2010-09-19

You're welcome Wink


RE: GamesMania - haytoch - 2010-09-29

thank you French Langage


.zip   gamesmania_theme_FR-EN.zip (Size: 383.58 KB / Downloads: 153)
Smile



RE: GamesMania - Trinit - 2010-09-29

Thank you very much for releasing it ^^



RE: GamesMania - haytoch - 2010-10-01

you are welcome