MyBB Community Forums

Full Version: [Release]Chameleon theme : Basic (Envira Design)
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 9 10 11 12
aah ok sorry about that Smile
I cant just update so i dint know...

But really great job on this one !
Hi can you provide help when put some link in the code to select him all.Also when users nick longer
then 8 letters goes out from boxes any fix for that.
(2011-05-19, 07:22 PM)SmileX Wrote: [ -> ]aah ok sorry about that Smile
I cant just update so i dint know...

But really great job on this one !
Thanks mate...uhh thanks for reminding,no need of apologies....happy to help
(2011-05-20, 03:52 PM)Flogging My Log Wrote: [ -> ]Hi can you provide help when put some link in the code to select him all.Also when users nick longer
then 8 letters goes out from boxes any fix for that.

open global.css of the theme
and find:
.postbitt and
.postbit

change the values accordingly......
postbit to 180px
postbitt to 170 px.....hope that may help.....


Sorry this not works,i am reduced Nick letters to 8 in reg option...anyway theme is awesome..Thanks for fast support
(2011-05-20, 07:07 PM)Flogging My Log Wrote: [ -> ]Sorry this not works,i am reduced Nick letters to 8 in reg option...anyway theme is awesome..Thanks for fast support
That should work bro,change the width in postbit template from 200px to 15%,along with the edits i mentioned....it should work.

Anyway thanks for using the theme,...Good luck with your site
Looks Great, keep up the great work!
Can you attach that template or provide whole code becouse not works on me...i am refresh browser also but not works..
(2011-05-20, 07:21 PM)Matt G. Wrote: [ -> ]Looks Great, keep up the great work!
Thanks....glad u liked it....

(2011-05-20, 07:27 PM)Flogging My Log Wrote: [ -> ]Can you attach that template or provide whole code becouse not works on me...i am refresh browser also but not works..


OK here's the code of the postbit templates>postbit

{$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>
<div class=postbit>
<div class=postbitt>
		<strong><span class="largetext">{$post['onlinestatus']} <a href="{$post['profilelink_plain']}" id="user_{$post['pid']}">{$post['username_formatted']}<img src="{$theme['imgdir']}/arrow_down.gif" alt="v" style="vertical-align: middle;" /></a></span></strong><br />
						<div id="user_{$post['pid']}_popup" class="popup_menu smalltext" style="display: none;">
							<div class="popup_item_container">
                                                        <a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$mybb->user['uid']}" class="popup_item"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/pb/pbpr.png" style="vertical-align: top;">{$post['username_formatted']}</a></div>
							{$post['button_email']}
							{$post['button_pm']}
							{$post['button_find']}
							{$post['button_www']}
						</div>
						<script type="text/javascript">if(use_xmlhttprequest == "1"){new PopupMenu("user_{$post['pid']}");}</script>
			<div><strong><span>{$post['usertitle']}<br /></div>
                        <div><strong><span>{$post['useravatar']}<br /></div>
			<div><strong><span>{$post['userstars']}</div>
			<div><strong><span>{$post['groupimage']}</div>			
			<div><strong><span>{$post['user_details']}</div>
		</span>
	</td></div>

	<td class="{$altbg}" valign="top">
		<table width="100%"><div class="postmessage">
			<tr><td>{$post['posturl']}<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;">
				<div>
<div id="1" style="float:left; z-index: 1; position: Absolute;">
<br><img src="images/chameleon/arrowleft.png">
</div>
<div id="2" style="z-index: 0; padding: 5px;">
<fieldset style="background: #ffffff;
border:2px solid #C3C3C3;
-moz-border-radius:8px;
-webkit-border-radius:8px;
position: relative;">
{$post['message']}
</fieldset>
</div>
</div> 
			</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>
				
			</div>
		</td></tr>
	</table>
</td>
</tr>
<tr><span class="separator">
	<td class="trow2" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}<br />{$post['iplogged']}</span></td>

	<td class="trow2" style="vertical-align: middle;">
		<table width="100%" border="0" cellpadding="0" cellspacing="0">
			<tr valign="bottom">
				<td align="left" ><span class="smalltext">{$post['button_rep']}</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']}</td></div>
			</tr>
		</table>
	</td>
</tr>
</table>

and here is the css:

.postbit {
     background: #a9d7ff url(images/chameleon/thead_bg.png) top left repeat-x;
     width: 200px;
     color: #cbe7ff;
     border-bottom: 2px solid #c3c3c3;
     padding: 3px;
     font-size: 11px;
     text-shadow: 1px 1px 0 white;
     border: 2px solid #c3c3c3;
     padding: 3px;
     margin-top: 5px;
     padding: 5px 10px;
     text-align: center;
     font-size: 11px;
     font-weight: bold;
}

.postbitt {
     background: #fff url(images/chameleon/images/footbg.png) repeat-x;
     width: 180px;
     color: #666;
     border-bottom: 2px solid #c3c3c3;
     padding: 3px;
     font-size: 11px;
     text-shadow: 1px 1px 0 white;
     border: 2px solid #c3c3c3;
     padding: 5px;
     margin-top: 7px;
     margin-left: 4px;
     padding: 5px 10px;
     text-align: center;
     font-size: 11px;
     font-weight: bold;
}

Hope you get your error resolved
Works on Google Chrome But not on Firefox,you can see diference in the picture bellow
clear cache of your firefox web browser and retry,it will work......Smile
Pages: 1 2 3 4 5 6 7 8 9 10 11 12