MyBB Community Forums

Full Version: [RELEASE] N.Design 1.4
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
(2008-08-05, 04:46 AM)Tamer Brad Wrote: [ -> ]Please do.

Also, could you show me exactly how the header_welcomeblock_member is supposed to look?
Your header should look like this:
[attachment=10290]

Open up your postbit_classic and replace with this:
 {$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="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
		<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
		<span class="smalltext">
			{$post['usertitle']}<br />
			{$post['userstars']}
			{$post['groupimage']}
			{$post['useravatar']}<br />
			{$post['user_details']}
		</span>
	</td>
	<td class="{$altbg}" 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="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
	<td class="{$altbg}" style="vertical-align: middle;">
		<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']}</span></td>
				<td align="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']}&nbsp;{$post['posturl']}</td>
			</tr>
		</table>
	</td>
</tr>
</table>

That will produce this:
[attachment=10291]

I still can't reproduce what you posted though. What browser are you using? Does the line break on a non-moderator/administrator account where there aren't any checkboxes?
I meant, can you show me the code ;;; Sorry!

Also, no, the problem doesn't occur when there isn't a checkbox. I guess that's why I haven't been having the same problem here but I have on every theme I've installed on my board.
<span style="float: right; text-align: right;">
				<a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a> | <a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a> <br/> <a href="{$mybb->settings['bburl']}/private.php"><strong>{$lang->welcome_pms}</strong></a> {$lang->welcome_pms_usage}					
				</span>
{$lang->welcome_back}<br/>(<a href="{$mybb->settings['bburl']}/usercp.php"><strong>{$lang->welcome_usercp}</strong></a>{$modcplink}{$admincplink} &mdash; <a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', 'buddyList', 350, 350);")>{$lang->welcome_open_buddy_list}</a> &mdash; <a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}">{$lang->welcome_logout}</a>)
You're using first version I put out, right? You might want to add the new pagination in while you're at it. Its much better, you'll have to replace it in using the advanced mode.

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tfoot .pagination, .tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current, .pagination a {
	padding: 2px 6px;
	margin-bottom: 3px;
}

.pagination a {
	color: black;
	border: 1px solid rgb(128, 128, 128);
}

.pagination .pagination_current {
	background: rgb(128, 128, 128);
	color: white;
	border: 1px solid rgb(51, 51, 51);	
	font-weight: bold;
}

.pagination a:hover {
	background-color: rgb(229, 229, 229);
	text-decoration: none;
}
Thank you Smile
nice theme Thankyou Smile
Bro what theme are you using here?
http://mybb.quacktacular.net/140/

is it for to be release out?

LOoks CoOL


EDIT:

Bro here is a Problem to Me..

Here see Pic.

[Image: 2ihb1g6.jpg]
That theme is under development, but will be released.

Can you give me a link to your forum? What Browser are you using?
It´s possible to make this theme fluid?
Anything is possible. You'd have to adapt the top banner, but otherwise its as simple as changing to width of the #container selector in the theme editor.
Where is the demo URL?
Pages: 1 2 3 4 5 6 7