News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

[Preview] SimpleRevamp

Started by Hj Ahmad Rasyid Hj Ismail, September 21, 2012, 03:13:37 AM

Previous topic - Next topic

Hj Ahmad Rasyid Hj Ismail

    What is SimpleRevamp?


    •     SimpleRevamp is a free SMF 2.0 theme.
    •     SimpleRevamp is based on previous theme Revamp SMF
    •     SimpleRevamp change how your SMF forum looks
    •     SimpleRevamp is mainly CSS customization
    •     SimpleRevamp works with most of SMF 2.0 Mods
    •     SimpleRevamp now supports older browsers
    •     SimpleRevamp will keep improving based on reponse and needs
    •     SimpleRevamp is now going for Version #2

    Note: SimpleRevamp Version#2 starts from this post: http://www.simplemachines.org/community/index.php?topic=486861.msg3440287#msg3440287




    [/list]

    Adrek

    Nice, I like it :) This reminds me theme from SMF 2.1 :D
    Polskie wsparcie SMF na simplemachines.org

    the simplest solution is most likely the right one

    Hj Ahmad Rasyid Hj Ismail

    Thanks phantomm. I will to do some code clean up before this is going to be approved. I kinda put /* */ a lot. ;)

    Akyhne

    I'm not sure they will approve it. They will call it a clone.

    Deaks

    Quote from: Akyhne on September 21, 2012, 09:04:37 AM
    I'm not sure they will approve it. They will call it a clone.

    nah unlike most of your themes enough was done to this to break it from being a clone ...
    ~~~~
    Former SMF Project Manager
    Former SMF Customizer

    "For as lang as hunner o us is in life, in nae wey
    will we thole the Soothron tae owergang us. In truth it isna for glory, or wealth, or
    honours that we fecht, but for freedom alane, that nae honest cheil gies up but wi life
    itsel."

    Akyhne

    lol!
    Unlike your themes that are just the Curve theme with a different header...!

    Hj Ahmad Rasyid Hj Ismail

    #6
    Well, it has been approved.

    thekingofzing


    feline

    Looks great but .. there is a small html validations error on this theme ...

    <a id="ahrasis" href="http://sofor.ahrasis.com" title="Ahrasis Social Forum" target="_blank" class="new_win" name="Ahrasis Social Forum">ahrasis &#169; 2012</a>

    name="Ahrasis Social Forum"
    This attribute cannot take a space-separated list of words as a value, but only one word ("token").

    feline

    One more smaller bug in the index.template (Collapse header)
    This:

    // Define the upper_section toggle in JavaScript.
    echo '
    <script type="text/javascript"><!-- // --><![CDATA[
    var oMainHeaderToggle = new smc_Toggle({
    bToggleEnabled: true,
    bCurrentlyCollapsed: ', empty($options['collapse_header']) ? 'true' : 'false', ',
    aSwappableContainers: [
    \'upper_section\'
    ],
    aSwapImages: [
    {
    sId: \'upshrink\',
    srcExpanded: smf_images_url + \'/upshrink2.png\',
    altExpanded: ', JavaScriptEscape($txt['upshrink_description']), ',
    srcCollapsed: smf_images_url + \'/upshrink.png\',
    altCollapsed: ', JavaScriptEscape($txt['upshrink_description']), '
    }
    ],
    oThemeOptions: {
    bUseThemeSettings: ', $context['user']['is_guest'] ? 'true' : 'false', ',
    sOptionName: \'collapse_header\',
    sSessionVar: ', JavaScriptEscape($context['session_var']), ',
    sSessionId: ', JavaScriptEscape($context['session_id']), '
    },
    oCookieOptions: {
    bUseCookie: ', $context['user']['is_guest'] ? 'true' : 'false', ',
    sCookieName: \'upshrink\'
    }
    });
    // ]]></script>';


    must have this:

    // Define the upper_section toggle in JavaScript.
    echo '
    <script type="text/javascript"><!-- // --><![CDATA[
    var oMainHeaderToggle = new smc_Toggle({
    bToggleEnabled: true,
    bCurrentlyCollapsed: ', empty($options['collapse_header']) ? 'false' : 'true', ',
    aSwappableContainers: [
    \'upper_section\'
    ],
    aSwapImages: [
    {
    sId: \'upshrink\',
    srcExpanded: smf_images_url + \'/upshrink2.png\',
    altExpanded: ', JavaScriptEscape($txt['upshrink_description']), ',
    srcCollapsed: smf_images_url + \'/upshrink.png\',
    altCollapsed: ', JavaScriptEscape($txt['upshrink_description']), '
    }
    ],
    oThemeOptions: {
    bUseThemeSettings: ', $context['user']['is_guest'] ? 'false' : 'true', ',
    sOptionName: \'collapse_header\',
    sSessionVar: ', JavaScriptEscape($context['session_var']), ',
    sSessionId: ', JavaScriptEscape($context['session_id']), '
    },
    oCookieOptions: {
    bUseCookie: ', $context['user']['is_guest'] ? 'true' : 'false', ',
    sCookieName: \'upshrink\'
    }
    });
    // ]]></script>';

    Hj Ahmad Rasyid Hj Ismail

    Thanks for the comments feline.

    Noted the first one. Will rectify that.

    As for the second one, I intentionally want the quick login form to be hidden as default.


    Hj Ahmad Rasyid Hj Ismail

    I have decided to hold newrevamp1 and newrevamp2 until I have time to concentrate with them. That will only be a matter of splitting forum into columns. I will leave the domain there for a while.

    I am currently focusing on improving SimpleRevamp into SimpleRevamp version #2.

    I will create an empty sample http://simplerevamp2.qom.my with sample data and login and entry password for test user to see from within the theme especially the dispaly page and the private message page that have been improved, currently.

    Later, I will be focusing on (1) profile page, (2) message index page and (3) board index page.

    I really hope that I can a new board index and message index page where it will have a choice display all main recent  / top activities sorted by main board / sub board  tab, buddy tab and personal page tab.

    I only have small ideas with little time but I hope I can finish this before end of this year.

    Hj Ahmad Rasyid Hj Ismail

    #12
    The SimpleRevamp Version#2 site is online. But you cannot register (some hate spammers and spammed posts, so i cleaned it and blocked it). As said, newrevamp both two and three columns are on hold but still accessible.

    If you wanna test this upgraded version, please do use the following login credentials to test both pm and post page:

    Login            Password
    testerone     Zombie1 (no post or pm yet)
    testertwo     Zombie2 (have post and pm)
    testerthree  Zombie3 (have post and pm)

    Hj Ahmad Rasyid Hj Ismail

    As promised, some of the pictures,

    Post / Display Page
    Normal post

    Quoted / Code

    Guest Quickreply

    Member (Logged in) Quickreply


    PM Page
    Conversation


    Mstcool

    Its really nice...Is it free? And Released?

    Hj Ahmad Rasyid Hj Ismail

    This has been and will continue to be free for sure. SimpleRevamp has been release. But version #2 is now being test properly before its release.

    Please have a test drive at the given site address using the given credentials as we have disallow registration to stop spammers from ruining the test site.

    stylusss

    Very, very nicely done. Inspired me to do similar changes to my website.
    For top-notch server quality and expertise, visit CoreISP.net

    Hj Ahmad Rasyid Hj Ismail

    Styluss, if you can do it yourself, it is better. I don't know a lot of things in making a good theme such as javascript, jquery etc. I just use whatever basic that is already built-in in SMF and the little knowledge that I have gained here. Really, I am no expert on this. That is why I name it simplerevamp, for its simplicity not complexity.

    stylusss

    Quote from: Ahmad Rasyid Ismail on November 25, 2012, 10:39:17 PM
    Styluss, if you can do it yourself, it is better. I don't know a lot of things in making a good theme such as javascript, jquery etc. I just use whatever basic that is already built-in in SMF and the little knowledge that I have gained here. Really, I am no expert on this. That is why I name it simplerevamp, for its simplicity not complexity.

    I like how you show the avatar right beside the quick reply. It gives a little bit of invitation to the users, and that's why I will attempt to try it with my theme too!
    For top-notch server quality and expertise, visit CoreISP.net

    Hj Ahmad Rasyid Hj Ismail

    If you want, I can share it as a tip/trick or a mod later. From there you can adjust it according to your needs.

    Advertisement: