Roundo - Free Modern Responsive MyBB Theme

by Waleed B. 26 Stars 3,625 Downloads

Roundo gives a new modern look to MyBB. This is a modern, flat, minimalist, responsive theme that can be used for free on your forum.

Change Log for Roundo - Free Modern Responsive MyBB Theme

Version 1.07 stable Build #8

Changes to content in readme file.

Version 1.06 stable Build #7

Changes to footer.

Version 1.05 stable Build #6

No major changes. Added a "nofollow" rel in footer link

Version 1.04 stable Build #5

Added calendar to header for members. Debugstuff tag was hidden, I've re-added it in this build.

Version 1.03 stable Build #4

A piece of jquery code was forgotten in member_profile. For some forums this may have loaded the entire index page on your member_profile page. This code has been removed in this build. If you want to remove this code manually without redownloading the theme, read below.

Remove the following code found at the bottom of the member_profile template

<div class="latest_threads"></div>
<script type="text/javascript">
$(document).ready(function() {
  if(!$('body').is('.error')) {
      $(".latest_threads").load("https://full-moonnetworks.com/forum/lastest_threads.php");
  }
});
</script>


Version 1.02 stable Build #3

A few more css and template changes for responsive view.

Version 1.01 stable Build #2

Some CSS changes for responsive view. Pointed out by xiggi and Paradox at Bitoony.com/community

Version 1.0 stable Build #1

The first build has no changes.