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
If you are running latest Mybb and latest Bootbb, and still have this problem, then PM me a link to a post where I can see the problem.
(2020-12-10, 07:28 PM)panayot Wrote: [ -> ]If you are running latest Mybb and latest Bootbb, and still have this problem, then PM me a link to a post where I can see the problem.
Done.
I see now. Your forum uses the option "Minify Stylesheets" in Configuration -> Server and Optimization Options. Minifying breaks my fix. Here is the updated code to add at the end of global.css:

/* bootstrap makes images a block so the do not obey 'text-aling' of parrent div. Fix: */
div.mycode_align[style*="center"] img.mycode_img {
		margin: 0 auto;
}
div.mycode_align[style*="right"] img.mycode_img {
		margin: 0 0 0 auto;
}
That worked! Thank you so much!
OK, I have the board set to display our logo on https://www.rockoids.com/forums. But when people click on the logo, I'd like to return them to the site's home page. How?
(2021-05-30, 09:30 PM)Gene Steinberg Wrote: [ -> ]OK, I have the board set to display our logo on https://www.rockoids.com/forums. But when people click on the logo, I'd like to return them to the site's home page. How?

You can edit the header template and replace  {$mybb->settings['bburl']} with https://www.rockoids.com/
Super.

Thanks.

One more thing, although I realize it's not part of this theme.

Is there a way to put the actual content of a new message in the new message notice the forum sends?

Peace,
Gene
Our board is in English so, do I have to install the "OUGC Custom Language" plugin as well?

I am already using the latest versions of MyAlerts & Thankyou/Like plugin. And I saw files for "MyAlerts" & also "Thankyou/Like" plugins in BootBB too. So, do I need to reupload and/or replace those files?

I decided to install it in my localhost. I installed the "OUGC Custom Language" first. Then uploaded the images of bootbb. Just didn't upload the file ougc_customlang.lang.php file in inc/languages/english , since the instruction said that "If " I am using different language.

Once I activated the plugin. The theme is appearing in a weird way. Have a look.

[Image: 1.png]

As you can see the menu is appearing vertically.

[Image: 2.png]

In the above image as you can see. The 'last post' is appearing twice. And also no forum icons are appearing.

[Image: 3.png]

The footer is also appearing like this.

I haven't copied the files from MyAlerts & Thankyou/Like plugin yet. So, as the 'thankyou/like' button is not appearing in my posts is the least of my concern.
I think about using this theme for my comming update. Is an update in planing for 1.8.26? If so, I would wait for this.
There were no template changes in MyBB 1.8.25 and 1.8.26. They were security releases. So there was no need to release an update of the theme.
However I just posted an update with some minor changes:

- Switched from Font Awesome to Fork Awesome (https://github.com/ForkAwesome/Fork-Awesome) because there is better support for Font Awesome 4
- changed moderation button color to purple
- fix for images aligned to center, that did not work corectly when css was minified.
- fix for 'Contact Us' link to show what is set in Admin settings.
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