The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
+7
Poser
TheDodgerrr
Take Notes
Mimóza
omarpop23
BlackScorpion
Rhino.Freak
11 posters

    Cosmic Sleek RED v1.1 - Phpbb3

    Rhino.Freak
    Rhino.Freak
    Helper
    Helper


    Male Posts : 1248
    Reputation : 104
    Language : English
    Location : Mumbai, India

    Cosmic Sleek RED v1.1 - Phpbb3 - Page 2 Empty Cosmic Sleek RED v1.1 - Phpbb3

    Post by Rhino.Freak May 3rd 2016, 6:54 pm

    First topic message reminder :

    Introduction:

    Hey everyone! So I have been working on this theme for quite some time and I feel it is finished and is now open for public to use and enjoy Very Happy This isn't simply a skin, its a full theme that has template changes and requires select JavaScripts installed.

    Demo:

    Live Demo: http://livedemo.forumotion.info/
    Even though screenshots don't do justice to the slick animations and transitions hidden all around the theme, here are few basic ones Smile
    Screenshots:

    Installation:

    Step 1: Import the skin
    Download the .bbtheme here : https://www.mediafire.com/?96gsqwqnvi2mut6 (v1.1)
    and import it in your forum by going to Admin Panel > Display > Themes Management > Import the skin and then navigating to the downloaded file.

    Step 2: Edit the templates
    Go to Admin Panel > Display > Templates > General and edit them with the respective replacement I provide below.
    Note: selecting ALL content from existing templates and replace it with edited code.


    Step 3: Add the required JavaScripts
    Go to Admin Panel > Modules > JavaScript Code Management > Add New
    Title: Cosmic Sleek
    Tick in all pages and paste the code below
    Code:
    (function() {
    var FA = 'https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css',
      a = document.createElement('LINK');
      a.rel = 'stylesheet';
      a.type = 'text/css';
      a.href = FA;
      document.getElementsByTagName('HEAD')[0].appendChild(a);
    })();
    $(function() {
      for (var a = $('.topics, .posts, .views'), i = 0, j = a.length, s; i < j; i++) {
        s = a[i].innerHTML;
        if (+s.replace(/(\d+).*/, '$1') == 1) {
          a[i].innerHTML = s.slice(0, s.length - 1);
        }
      }
    });
    $(function() {
      $(document.body).append('<style>#fa_toolbar #fa_right #notif_list li .contentText a { color:#2f8aa3 !important; }#fa_menulist :visited { color: #ebebeb !important;}#fa_menulist :visited :hover { color: #fff !important;}</style>');
    });

    OPTIONAL FUNCTIONALITY:

    Credits for full package: Rhino.Freak, Ange Tuteur, Nick Salloum and Mimóza for helping me solve the bugs and the support forum who's design has been the inspiration to make this theme Smile


    Last edited by Rhino.Freak on May 26th 2016, 1:05 pm; edited 2 times in total
    Mr.Thrash
    Mr.Thrash
    Forumember


    Posts : 25
    Reputation : 2
    Language : Greek,English

    Cosmic Sleek RED v1.1 - Phpbb3 - Page 2 Empty Re: Cosmic Sleek RED v1.1 - Phpbb3

    Post by Mr.Thrash January 9th 2017, 12:39 am

    Great Job Bro! Wink
    Pendo
    Pendo
    Forumember


    Male Posts : 217
    Reputation : 13
    Language : English
    Location : USA

    Cosmic Sleek RED v1.1 - Phpbb3 - Page 2 Empty Re: Cosmic Sleek RED v1.1 - Phpbb3

    Post by Pendo February 10th 2017, 4:54 am

    So far, I don't think I've encountered any bugs. My favorite part about this theme is actually how thorough and robust it is. It might even be my favorite theme of all time haha. I like spacing though so I changed the padding for the .forabg class in the CSS to give the categories a 5px gap.

    Search ".forabg" (without quotes) in the CSS Editor.
    Change padding property to: "padding: 0 5px;" (without quotes).

    Cosmic Sleek RED v1.1 - Phpbb3 - Page 2 MoZ9du2

    For anyone who's interested. xD I think it's more of a personal preference though.

      Current date/time is November 14th 2024, 9:31 pm