MyBB Community Forums

Full Version: BootBB - Responsive Multicolor MyBB Theme
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 22 23 24 25 26 27 28 29 30 31
I like the theme but the text for "Locked Forum" is missing. Can anyone help me if possible?
Where is this text supposed to be?
It's supposed to be in the "Forum Legend" area.
Amazing theme. Thank you very much.

I have also a question. How can I fix the pagespeed for 'Eliminate render-blocking resources' 2.94 s in the theme ?
Is there any certain fix, except these https://community.mybb.com/thread-93652.html ?
(2019-12-04, 03:38 PM)mybbr Wrote: [ -> ]Amazing theme. Thank you very much.

I have also a question. How can I fix the pagespeed for 'Eliminate render-blocking resources' 2.94 s in the theme ?
Is there any certain fix, except these https://community.mybb.com/thread-93652.html ?

Eliminating all render-blocking resources on a default MyBB installation would require a huge effort, so the short answer to that question is no.
(2019-11-28, 12:57 AM)xZephyrSnow Wrote: [ -> ]It's supposed to be in the "Forum Legend" area.

Ok, I found 3 problems.

1. Icon for locked forums did not work
2. There is no legend for forum icons
3. Forum and thread legends show only on desktop version

I have fixed them in my dev forum:

https://mybb.panayot.com/

The fixes will be included in next version of BootBB. If you need to fix any of the problems immediately, write me PM to tell you what changes you need to do to css and templates.
@Ashley1 I understand.

Anyway, let me repeat: Amazing theme !!!
This is a wonderful theme!
</script>
<!-- jeditable (jquery) -->
<script src="https://xx/forum/jscripts/report.js?ver=1820"></script>
<script src="https://xx/forum/jscripts/jeditable/jeditable.min.js"></script>
<script src="https://xx/forum/jscripts/thread.js?ver=1821"></script>
<script type="text/javascript" src="https://xx/forum/jscripts/thankyoulike.min.js"></script> ##THIS LINE##
<script type="text/javascript">

[attachment=42386]

I am not using thankyou plugin but still this theme tries to load thankyoulike.min.js file on all thread pages. 

I have fixed it by removing it from showthread template line 26
Yes, for some reason it did not get removed from the templates when I deactivated thankyoulike on my development forum. 

For other people reading this, please note that this bug is harmless and no action is needed to fix it (it will be fixed in next BootBB release anyway)



@SHGbb, when mybb replaces mutiline blocks in templates, sometimes it does not work. This is such a case. The whole thankyoulike block is:

<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/thankyoulike.min.js"></script>
<script type="text/javascript">
<!--
	var tylEnabled = "{$mybb->settings['g33k_thankyoulike_enabled']}";
	var tylDisplayGrowl = "{$mybb->settings['g33k_thankyoulike_displaygrowl']}";
	var tylCollapsible = "{$mybb->settings['g33k_thankyoulike_collapsible']}";
	var tylUser = "{$mybb->user['uid']}";
	var tylSend = "{$lang->tyl_send}";
	var tylRemove = "{$lang->tyl_remove}";
// -->
</script>

So you might check your template and also remove the rest of the lines but apart from saving a few bytes of RAM, there is no actual need to do it.


(2019-12-05, 05:14 PM)mybbr Wrote: [ -> ]Anyway, let me repeat: Amazing theme !!!

(2019-12-06, 08:00 AM)_Jerry_ Wrote: [ -> ]This is a wonderful theme!

Thank you!
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31