Thread Rating:
  • 9 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[For 1.8] BootBB - Responsive Multicolor MyBB Theme
#31
Is there a way for the theme to show which forums have new posts? Doesn't seem to show on mobile
Reply
#32
cómo poner publicidad en la primera publicación
Reply
#33
Is there a recommended way to change the default forum icons? Thanks!
Reply
#34
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
Reply
#35
Hello,

If you want to change font-family to another, where is this? I can not find anything under the files.
Reply
#36
(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.
Reply
#37
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!
[Image: BloodTies.png]

[Image: Pern.png]
Reply
#38
-thread moved-
Reply
#39
Any plans for an update soon?
Reply
#40
Hi, where can i change the links from "Quick Links" in the footer.
Facebook, Twitter

Thx Maik
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)