Kodi

Kodi is a completely new approach the MyBB user interface. It cuts on-screen clutter and makes it easier to read or post on your forum. It features clear fonts, organic colours and a modern style all its own.

  Kodi (1.6.5a) (291.9 KiB, 793 hits)

36 Responses to Kodi

  1. loizy says:

    This theme is the best ever forever!!!

  2. Gareth says:

    No admin or mod cp link?

  3. Envira says:

    Hey dude,the theme is pretty awesome,but there are no postbit buttons and the search in post bit was bizzare.
    I hope you will fix it

    • Brendan says:

      There are postbit buttons. In order to support HTML/CSS buttons the theme requires you upload the included language files and activate a plugin. Once you do that all the buttons will work fine. I’m not sure what the “search in post” issue is, could you send me an email? Thanks.

  4. rocko says:

    nice, but there’s a possibility of changing the position of the avatar. That is not in the top of the post. is best left or right.

  5. Pingback: MyBB Themes - Minimal design

  6. maxster says:

    Hi, on my site your theme doesn’t show any text in buttons, like New Thread or Edit Post. Do you know how to fix this? I tried to change the language, but it didn’t work…

  7. PhWeb says:

    In what template “current time” inserted ?

    Sometimes, it appears in header, but overlapped, with white BG :(
    Quick reply is not working?

    • Brendan says:

      Not sure what’s happening there, please email a screenshot to info[at]quacktacular.net. Include as much information as possible.

      • PhWeb says:

        Here’s a quick reply.

        When posting using the quick reply, It doesn’t show the post automatically.
        Nothing happens after pressing “post reply

        You need to manually reload the page to update and see your post.

    • Brendan says:

      It turns out these are caused by the same bug. Update will be available eventually, until then users can patch with these instructions:

      Go to Home » Template Sets » Kodi Templates
      Edit Template: header_welcomeblock_member

      Replace with:

      <a href="{$mybb- rel="nofollow">settings['bburl']}/private.php" id="pm" class="panel_icon"  title="<a href='{$mybb- rel="nofollow">settings['bburl']}/private.php'>{$lang->welcome_pms}</a>"></a>

      <a href="{$mybb- rel="nofollow">settings['bburl']}/usercp.php" id="usercp" class="panel_icon"  title="<a href='{$mybb- rel="nofollow">settings['bburl']}/usercp.php'>{$lang->welcome_usercp}</a>{$modcplink}{$admincplink}"></a>

      <a href="{$mybb- rel="nofollow">settings['bburl']}/search.php?action=getnew" id="posts_icon" class="panel_icon" title="<a href='{$mybb- rel="nofollow">settings['bburl']}/search.php?action=getnew'>{$lang->welcome_newposts}</a><a href='{$mybb- rel="nofollow">settings['bburl']}/search.php?action=getdaily'>{$lang->welcome_todaysposts}</a>"></a>

      <a href="{$mybb- rel="nofollow">settings['bburl']}/calendar.php" id="calendar" class="panel_icon"  title="<a href='{$mybb- rel="nofollow">settings['bburl']}/calendar.php'>{$lang->toplinks_calendar}</a>"></a>

      <a href="{$mybb- rel="nofollow">settings['bburl']}/search.php" id="search" class="panel_icon" title="<a href='{$mybb- rel="nofollow">settings['bburl']}/search.php'>{$lang->toplinks_search}</a><a href='{$mybb- rel="nofollow">settings['bburl']}/misc.php?action=help'>{$lang->toplinks_help}</a><a href='{$mybb- rel="nofollow">settings['bburl']}/memberlist.php'>{$lang->toplinks_memberlist}</a>"></a>

      <script>

           var loggedin = true;

      </script>

      <div id="preload" style="display: none;">

              <img src="images/kodi/pm_hov.png" />

      <img src="images/kodi/usercp_hov.png" />

      <img src="images/kodi/calendar_hov.png" />

      <img src="images/kodi/search_hov.png" />

      <img src="images/kodi/posts_hov.png" />

      </div>

      Go global.css in the theme editor:

      Search for #panel a#posts and #panel a:hover#posts_icon. Change it to:

      #panel a#posts_icon {
      background: url(images/kodi/posts.png);
      }

      #panel a:hover#posts_icon {
      background: url(images/kodi/posts_hov.png);
      }

      • Goten says:

        OK… Sorry for all these posts; but i finally got the plugin activated… the last problem is this part. This is what it says when i activate it

        A potential security issue was found in the template. Please review your changes or contact the MyBB Group for support.

  8. PhWeb says:

    Thanks for the fixed.

  9. Goten says:

    Hi this is a very nice theme indeed! The only problem with it is missing buttons. I don’t know if its a bug or what? But I redownloaded the file twice Still no fix. The only buttons I’m missing from what i found so far is the “NEW REPLY”. You can check it out… It’s not there. POArea 51

  10. Goten says:

    Wht’s the plugin clled?

  11. Tanya says:

    how to add a banner?

  12. Jordan says:

    Hi, I’ve attempted to patch the theme using your fix but it has not worked :( It sends off an error saying that there’s a security problem with the template.

    Care to share some light on why that would happen? Thanks very much :)

    The theme is amazing btw!

  13. tim says:

    Hi, further to not being able to apply the patch, the Edit button is missing.. anyone else experiencing this? plugin is activated, all other buttons are present!

    oh thanks for an awesome theme!!!

  14. tim says:

    Thanks Brendan.

    Any idea on the Edit button in the postbit not working? just comes up as a broken link…

    Cheers

  15. Brendan says:

    I’ve posted a new version for MyBB 1.5. As it happens the MyBB upgrader absolutely mangles my templates, and the easiest way to resolve issues is just to replace the existing theme..

    Just to reiterate: there is absolutely no security risk.

  16. tim says:

    fantastic! thankyou brendan for the great, quick support. Fixed the Edit button issue too!

  17. phio_chan says:

    Hi there, Brendan!

    I would like to say that I really like this theme. It’s very beautiful in its simplicity. Must say that I like this theme best for MyBB so far. ^^

    My only question is about the header. Is it possible to change the logo, or to replace the entire top gray area with a custom banner?

    Look forward for your help, thank you very much. :)

    • Brendan says:

      Glad you like it! It is definitely possible to do change the banner. To replace the grey area you’d just have to change the background property in the theme editor. From the grey colour to url("link/to/your/image.jpg"), and If you want to hide the text just look for h1 in the theme editor and add a line in the custom CSS display: none;

      • phio_chan says:

        Thank you for the reply!

        Sorry, but I can’t find the background property in theme editor… I thought it was at Header templates but I found nothing. Can you please tell me where I can find it on ACP?

  18. phio_chan says:

    Also, a missing “spam” button, as shown in this screenshot:

    http://i42.tinypic.com/2zs0bae.png

    Sorry for the troubles, thanks for the help! :D

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>