In which template are the widgets defined? div right? div module etc(PUBBB) 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

    In which template are the widgets defined? div right? div module etc(PUBBB)

    avatar
    DeadlyX
    Forumember


    Posts : 75
    Reputation : 4
    Language : English

    In progress In which template are the widgets defined? div right? div module etc(PUBBB)

    Post by DeadlyX January 30th 2015, 11:02 pm

    In which template are the widgets defined? div right? div module etc(PUBBB)?
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    In progress Re: In which template are the widgets defined? div right? div module etc(PUBBB)

    Post by Ange Tuteur January 31st 2015, 3:36 am

    Hello @DeadlyX,

    Depending on what column you're using, go to Administration Panel > Display > Templates > General

    For the left widgets column, open the template overall_header and find :
    Code:
                                     <div id="{ID_LEFT}">
                                        <!-- BEGIN giefmod_index1 -->
                                        {giefmod_index1.MODVAR}
                                        <!-- BEGIN saut -->
                                        <div style="height:{SPACE_ROW}px"></div>
                                        <!-- END saut -->
                                        <!-- END giefmod_index1 -->
                                     </div>


    For the right widgets column, open the template overall_footer_begin and find :
    Code:
             <div id="{ID_RIGHT}">
                <!-- BEGIN giefmod_index2 -->
                {giefmod_index2.MODVAR}
                <!-- BEGIN saut -->
                <div style="height:{SPACE_ROW}px"></div>
                <!-- END saut -->
                <!-- END giefmod_index2 -->
             </div>
    avatar
    DeadlyX
    Forumember


    Posts : 75
    Reputation : 4
    Language : English

    In progress Re: In which template are the widgets defined? div right? div module etc(PUBBB)

    Post by DeadlyX January 31st 2015, 10:52 am

    ok thanks i was about to ask smt again but i did what i wanted ;o