How to install your own skin? 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.
3 posters

    How to install your own skin?

    IdaTR
    IdaTR
    Forumember


    Female Posts : 547
    Reputation : 1
    Language : Danish, english
    Location : Denmark

    Solved How to install your own skin?

    Post by IdaTR September 14th 2017, 1:35 pm

    Hallo!!!

    SO! I've started working on my own layout for my website: www.vielamort.net

    But i'd like to know where to put the different codes and such, in ex. Viewtopic_forum without messing with the in build codes?


    Last edited by IdaTR on September 14th 2017, 9:56 pm; edited 1 time in total
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51497
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: How to install your own skin?

    Post by SLGray September 14th 2017, 6:49 pm

    You can always delete modified templates. The basic templates are not deleted.



    How to install your own skin? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    IdaTR
    IdaTR
    Forumember


    Female Posts : 547
    Reputation : 1
    Language : Danish, english
    Location : Denmark

    Solved Re: How to install your own skin?

    Post by IdaTR September 14th 2017, 6:59 pm

    I am aware of that. (:
    What I'm having a problem with is that I've made some different codes for the ex. Overall_header and viewtopic_body. These do not have the javascript and such from forumotions default set up. So my question is how do i learn to add my code to the already made code?
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51497
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: How to install your own skin?

    Post by SLGray September 14th 2017, 7:30 pm

    JavaScripts go here: AP > Modules > HTML/JavaScripts > JavaScript Managment



    How to install your own skin? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    IdaTR
    IdaTR
    Forumember


    Female Posts : 547
    Reputation : 1
    Language : Danish, english
    Location : Denmark

    Solved Re: How to install your own skin?

    Post by IdaTR September 14th 2017, 7:35 pm

    No... as far as i can see there have been build in some javascript codes in the templates... i wanna know what i should do with them, since overwritten them would cause problems for the finished site.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51497
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: How to install your own skin?

    Post by SLGray September 14th 2017, 7:40 pm

    What exactly are you trying to do?



    How to install your own skin? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    IdaTR
    IdaTR
    Forumember


    Female Posts : 547
    Reputation : 1
    Language : Danish, english
    Location : Denmark

    Solved Re: How to install your own skin?

    Post by IdaTR September 14th 2017, 7:51 pm

    Im trying to make my own layout. But i dont understand where to but the codes without erasing the default settings so the site wont collapse.. like log in and the the recent answers
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51497
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: How to install your own skin?

    Post by SLGray September 14th 2017, 7:57 pm

    You will not erase the basic coding. They will only be modified.



    How to install your own skin? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    IdaTR
    IdaTR
    Forumember


    Female Posts : 547
    Reputation : 1
    Language : Danish, english
    Location : Denmark

    Solved Re: How to install your own skin?

    Post by IdaTR September 14th 2017, 8:01 pm

    Edit: So if i replaced the Default Overall_header with this one:

    Code:

     <div id="sidebarleft">
            <h1>
                Vie La Mort
            </h1>
            <div id="nav">
                <h2>Navigation</h2>
                <nav>
                    <ul>
                        <li><a href="/index">Forside</a></li>
                        <li>
                            <div id="bruger"><a href="">Brugeren ▼</a>
                                <ul>
                                    <li>
                                        <a href="/memberlist">Tilmeldte brugere</a>
                                    </li>
                                    <li><a href="/f3-racer">
                        Racer</a>
                                    </li>
                                    <li> <a href="/t14943-face-claim#270927"> Face Claim</a></li>
                                    <li><a href="">Sheets</a></li>
                                </ul>
                            </div>

                            <li><a href="">Tilmeld race</a></li>
                            <li><a href="">Spørgsmål</a></li>
                    </ul>
                </nav>
            </div>
            <div id="underbox">
                <h3>Nyheder</h3>
                <div id="news">
                    <p>
                        Siden har fået nyt layout. Hvis man finder fejl, bedes det raporteres tilbage til <a href="/u1">Thomas Darwill</a>.
                    </p>
                    <p>Som så vil undersøge det nærmere.</p>
                </div>
            </div>
        </div>

    It wouldn't make the site collaps in any way?
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51497
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: How to install your own skin?

    Post by SLGray September 14th 2017, 8:06 pm

    Test it and see it. If it does, just delete the modified template.



    How to install your own skin? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    IdaTR
    IdaTR
    Forumember


    Female Posts : 547
    Reputation : 1
    Language : Danish, english
    Location : Denmark

    Solved Re: How to install your own skin?

    Post by IdaTR September 14th 2017, 8:16 pm

    How to install your own skin? Lort10
    It turned out like this, so I'm not sure what excatly went wrong, since the code works fine in Brackets...

    Edit i got it to work ^^ took some time to understand the different things ^^


    Last edited by IdaTR on September 14th 2017, 9:38 pm; edited 1 time in total
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51497
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: How to install your own skin?

    Post by SLGray September 14th 2017, 8:54 pm

    Did you add it after the <header>?



    How to install your own skin? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    IdaTR
    IdaTR
    Forumember


    Female Posts : 547
    Reputation : 1
    Language : Danish, english
    Location : Denmark

    Solved Re: How to install your own skin?

    Post by IdaTR September 14th 2017, 9:56 pm

    It works now Very Happy thanks!!!
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19316
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: How to install your own skin?

    Post by Ape September 14th 2017, 11:20 pm

    Problem solved & topic archived.
    Please read our forum rules: ESF General Rules



    How to install your own skin? Left1212How to install your own skin? Center11How to install your own skin? Right112
    How to install your own skin? Ape_b110
    How to install your own skin? Ape1010