Change position of some buttons Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
2 posters

    Change position of some buttons

    smejker
    smejker
    Forumember


    Male Posts : 167
    Reputation : 4
    Language : serbo-croatian/english/macedonian/bulgarian

    Solved Change position of some buttons

    Post by smejker August 15th 2014, 12:02 pm

    Hi I'm using phpBB3 for my forum and I was wondering,
    Is it possible that I can change the position of some buttons?

    I want first button to be Font Size, second Font Name, third Font Color... etc.

    Thanks in advance.
    Regards & Respect!
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Change position of some buttons

    Post by Ange Tuteur August 15th 2014, 8:07 pm

    Hello smejker,

    You want to place the font group as the first button group ? If so add the following to your JavaScripts :
    Administration Panel > Modules > JavaScript Codes management > create a new script

    Title : Your choice
    Placement : in all the pages
    Code:
    $(function(){$(function(){$('.sceditor-group:has(.sceditor-button-size)').insertBefore('.sceditor-group:first')})});
    smejker
    smejker
    Forumember


    Male Posts : 167
    Reputation : 4
    Language : serbo-croatian/english/macedonian/bulgarian

    Solved Re: Change position of some buttons

    Post by smejker August 15th 2014, 9:38 pm

    Change position of some buttons 3469785084 Ange,

    It's work perfectly! Change position of some buttons 2354491555

    Change position of some buttons 1863999599

    Closed & Solved! Change position of some buttons 1655182388
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Change position of some buttons

    Post by Ange Tuteur August 15th 2014, 11:35 pm

    You're welcome

    Topic archived

    Have a nice day. Smile