MyBB Community Forums

Full Version: Project 1.8.7.
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 13 14 15 16 17 18 19 20 21
(2016-06-20, 09:36 PM)venres Wrote: [ -> ]Ok I leave portal enabled. But like I said the #pid, ?acton=lastpost and quickreply doesn't work (I mean you need to refresh page to see sent message and the text is still in textarea).

Templates > Project > Portal Templates > portal_latestthreads_thread

Replace this line
<a href="{$mybb->settings['bburl']}/{$thread['threadlink']}">{$thread['subject']}</a>

With
<a href="{$mybb->settings['bburl']}/{$thread['threadlink']}&amp;action=lastpost">{$thread['subject']}</a>
After hitting thread subject it doesn't redirecting to last post of the thread.
Also, quick respond doesn't work properly - After adding text and hitting post - doesn't display it right away, It's visible Only after refreshing page
(2016-06-21, 02:58 PM)venres Wrote: [ -> ]After hitting thread subject it doesn't redirecting to last post of the thread.
Also, quick respond doesn't work properly - After adding text and hitting post - doesn't display it right away, It's visible Only after refreshing page

The last post link above works and leads you to the last posts, or does for me

Also the quick reply posts instantly for me, try disable any plugins and see if it does for you.
I have disabled all plugins we got and still same problem, hovewer, I'd like to mention that everything works great on default theme. As a trial, I just install theme on fresh/new script (1.8.7) and the same problem occurred.
(2016-06-21, 06:45 PM)venres Wrote: [ -> ]I have disabled all plugins we got and still same problem, hovewer, I'd like to mention that everything works great on default theme. As a trial, I just install theme on fresh/new script (1.8.7) and the same problem occurred.

Ok just reinstalled it an can confirm this now, will look into it shortly for you an re upload the theme.

Ok go to templates > Project > Postbit Templates > Postbit + Postbit_classic

Replace it all with this




<br />

{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center">
<tr>
<td valign="top" width="22%">

	
<div class="user">		
<div class="post_author scaleimages">
<div align="center"><h3>{$post['onlinestatus']}   {$post['profilelink']}</h3>
	{$post['useravatar']}<br />
	<div class="author_information">
			<span class="smalltext">
				{$post['usertitle']}<br />
				{$post['userstars']}
				{$post['groupimage']}
			</span>
	</div>
	<div class="author_statistics">
	<br />	{$post['user_details']}
	</div>
</div>	
	</div>
	
	
<div align="center" class="postbit_buttons author_buttons">
		{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
	</div>	
	
		</div>
</td>
<td valign="top">

<div class="stposts">	
	
<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>
	{$post['subject_extra']}
	</div>
	<div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
	<div class="post_body scaleimages" id="pid_{$post['pid']}">
		{$post['message']}

	</div>
	{$post['attachments']}
	{$post['signature']}
</div>


	</div>																	
	</div>	
	
	
<div class="post_controls">
	<div style="margin-top: 6px;" class="float_left post_meta" id="post_meta_{$post['pid']}"> {$post['iplogged']} </div>	

	
	<div class="postbit_buttons post_management_buttons 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>	
	
	
	
	
	
</td>
</tr>
</table>


Zip has been updated in first post an mods site.
Now it's working, thank you for your help Smile
One more question, is it possible to create option operated by custom button to hide/show side panel?
You could probably use this but you would need to recode parts of the header and footer.

http://community.mybb.com/thread-73062.html

I won't be able to do much for next couple days as my isp is having major problems an keeps disconnecting.
first of all I really like this THEME!!!
my rating is 9/10. I super want to recommend this to everyone!



Sir my problem is how to move this logo to the top left?
[Image: project_prob_logo.png]

my next problem sir is how to change this color?
[Image: project_prob_color.png]
[Image: project_prob_color2.png]


and lastly sir how can I set this theme as my main theme? all new / not yet registered
will see this theme no matter what. and also sir how to remove this option
[Image: project_prob_theme.png]
(2016-07-01, 04:36 PM)mrdangem Wrote: [ -> ]Sir my problem is how to move this logo to the top left?

my next problem sir is how to change this color?

and lastly sir how can I set this theme as my main theme? all new / not yet registered
will see this theme no matter what. and also sir how to remove this option

1) Look for this line in templates > Project > Header Templates > Header


<div class="cmn-t-shake" align="center" id="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" /></a></div>	



Remove

align="center" 

2) Themes > global.css

.tfoot
.postbit_buttons
a.button

3) Templates > Project > Footer Templates > footer

Delete this

<div style="margin-top: 5px;" class="float_right">{$theme_select}</div>		

To set the theme as default go to your themes list an click the blue right arrow an click options > Force on users.

[Image: Screenshot_1.png]
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21