MyBB Community Forums

Full Version: 1point8 theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello
i want to ask about the theme look on forum 
when i put an announcment 
the forum posts look different and size is different then the others

please see 
the 1st line - thread / autor / post count / last post 
then the announcement 
then the forum it self

how do i make the announcement to be the same size as all the forum ?

[attachment=32382]

my 2nd question - in default theme 
the game section looked normal but here it lost the size
how do i fix that??
Download the latest version from mod site, already fixed this.
ok ill search it

i have another question about LIKE / THANK U PLUGIN
it works with other themes but i was not able to make it work with this theme
can u guide me where to paste its code on the post page ?

(2014-09-07, 02:37 PM)iAndrew Wrote: [ -> ]Download the latest version from mod site, already fixed this.
hello,
i want to use the THANK U LIKE BUTTON
please guide me where to paste the code of it
  <tr style="{$post['tyl_display']}" id="tyl_{$post['pid']}">
			{$post['thankyoulike_data']}
		</tr>
that thank u like working but due to not able to paste it on the rite place
it makes the post page not show as it had to be shown

please guide me where to paste it

thanks
(2014-09-08, 07:41 PM)Ronshaan Wrote: [ -> ]hello,
i want to use the THANK U LIKE BUTTON
please guide me where to paste the code of it

  <tr style="{$post['tyl_display']}" id="tyl_{$post['pid']}">
			{$post['thankyoulike_data']}
		</tr>
that thank u like working but due to not able to paste it on the rite place
it makes the post page not show as it had to be shown

please guide me where to paste it

thanks

Never used it but i'm guessing it goes in postbit and postbit_classic. at the bottom, this isn't a theme issue
Actually when i copied the older theme code to postbit code
U can say i replaced it, it came nicely but when i was making the window larger, the post would go out of the theme, thats y that was not gud idea either, thats y asking
You mean you fixed this by replacing your old themes postbit template code to 1point8 postbit templates?
yes but the issue was
that when i was making the window bigger
i could see the page going out of the page
ill show u how

this is the current code my postbit of the 1point8 = 

{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<div class="post_author">
<br />	{$post['useravatar']}
	<div class="author_information">
			<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['karmastar']}{$post['onlinestatus']}<br />
			<span class="smalltext">
				{$post['usertitle']}<br />
			</span>
	</div>
	<div class="author_statistics">
		{$post['user_details']}
	</div>
</div>
<div class="post_content">
	<div class="post_head">
		{$post['posturl']}
		{$post['icon']}
		<span class="post_date">{$post['postdate']} <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
	</div>
	<div class="post_body scaleimages" id="pid_{$post['pid']}">
		{$post['message']}<br />
	</div>
	{$post['attachments']}
	{$post['signature']}
	<div class="post_meta" id="post_meta_{$post['pid']}">
	</div>
</div>
<div class="post_controls">
	<div class="float_left">
		{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}{$post['iplogged']}
	</div>
	<div class="float_right">
		{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
	  </div>
  
</div>
</div>

and this is the older code

{$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['karmastar']}{$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']}<div class="float_right">{$post['goodbyespammer']}</div></strong></span>

				<div class="post_body" id="pid_{$post['pid']}">
					{$post['msgbirth']}{$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['master_favourite_post']}{$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']}">
			{$post['thankyoulike_data']}
		</tr>
		
	</tbody>
</table>

please see the pics below
the likes do work 
see this
normal window 
[attachment=32400]
after making page window larger - all the post goes out of the frame
[attachment=32401]
see it shows i clicked like
[attachment=32402]

Thank u so much for your help Smile
awaiting your reply