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
Is there a way for the theme to show which forums have new posts? Doesn't seem to show on mobile
cómo poner publicidad en la primera publicación
Is there a recommended way to change the default forum icons? Thanks!
Quote:Is there a recommended way to change the default forum icons? Thanks!


I have the same question, the big icons that show if there are new posts or not in a forum (theme default are the speech bubbles). For example could I use this plugin: https://community.mybb.com/mods.php?action=view&pid=457

My other question is, can I use this plugin: https://community.mybb.com/mods.php?action=view&pid=564
without messing up the responsiveness of the theme?

Btw, it's a great theme, thanks for it Smile
Hello,

If you want to change font-family to another, where is this? I can not find anything under the files.
(2018-04-19, 05:17 AM)Meathead40 Wrote: [ -> ]Is there a recommended way to change the default forum icons?  Thanks!

(2018-04-20, 05:54 PM)Buffy90 Wrote: [ -> ]
Quote:Is there a recommended way to change the default forum icons? Thanks!

I have the same question, the big icons that show if there are new posts or not in a forum (theme default are the speech bubbles). For example could I use this plugin: https://community.mybb.com/mods.php?action=view&pid=457

My other question is, can I use this plugin: https://community.mybb.com/mods.php?action=view&pid=564
without messing up the responsiveness of the theme?

Btw, it's a great theme, thanks for it Smile

Go into global.css and find 

.forum_offlink i:before {
content: "\f0c1";
}

After it, add this

.ficons_2 i:before {
content: "\f1ea";
}

Change 2 to your forum's id and replace the unicode 'f1ea' with your new font-awesome icon's unicode found on each icon's respective page.

--------- Try that and let me know if it works for you.

(2018-04-23, 09:59 AM)OakleY Wrote: [ -> ]Hello,

If you want to change font-family to another, where is this? I can not find anything under the files.

Ungrouped Templates -> headerinclude

Find 


<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />

After it, add your font code.

Example
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
<link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Unica+One' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Titillium+Web' rel='stylesheet' type='text/css' />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />


You can link them all in one link, I need to do that - just being lazy.
This theme is great, thank you!

I have one question, if you please, how do I make the header menu 'sticky'? I would like it to scroll with me.

Thank you!
-thread moved-
Any plans for an update soon?
Hi, where can i change the links from "Quick Links" in the footer.
Facebook, Twitter

Thx Maik
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