RoundoDarko - Dark Modern Responsive MyBB Theme
Roundo-Darko is a dark version of the Roundo theme. This theme gives a dark, modern, responsive look to MyBB.
Change Log for RoundoDarko - Dark Modern Responsive MyBB Theme
Version 1.06 stable Build #7
Changes to content in readme file.
Version 1.05 stable Build #6
Change to footer
Version 1.04 stable Build #5
No major changes. Added a "nofollow" rel in footer link
Version 1.03 stable Build #4
Added calendar to header for members. Debugstuff tag was hidden, I've re-added it in this build.
Version 1.02 stable Build #3
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.01 stable Build #2
Correction in image directory.
Version 1.0 stable Build #1
The first build has no changes.