Template Editing 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.
4 posters

    Template Editing

    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1442
    Reputation : 220
    Language : English

    Solved Template Editing

    Post by SarkZKalie November 10th 2013, 1:55 pm

    Hi guys

    I wanna edit this tabs but i don't see them in TEMPLATE.

    Template Editing Untitl10
    Is there any code that i can use? Just wanna resize the font of them - Topic being watched, Favourites, Friend & Foes AND Drafts. Sad 

    URL : http://rotavn.tk/
    Version : Punbb

    Thank you for reading!
    I'm sorry if i post this in wrong place


    Last edited by sarkzkalie01 on November 10th 2013, 10:32 pm; edited 2 times in total
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: Template Editing

    Post by TheCrow November 10th 2013, 2:12 pm

    You have to go to TEMPLATES -> Profile -> profile_add_body

    Then you find the code
    Code:
    <ul>
             <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
             <li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
       </ul>
       <p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
    and you change it to
    Code:
    <div class="profilestatistics">
              <ul>
             <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
             <li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
       </ul>
       <p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
      </div>
    and finally you got to the CSS Stylesheet and you put the code
    Code:
    .profilestatistics {font-size:10px;}
    And you can make all the changes to it from the css..

    i hope i helped..


    Last edited by Marios94 on November 10th 2013, 2:20 pm; edited 2 times in total (Reason for editing : wrong template place)
    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1442
    Reputation : 220
    Language : English

    Solved Re: Template Editing

    Post by SarkZKalie November 10th 2013, 2:25 pm

    Thank you for your quick reply, but wrong code ^^ rpg_sheet_edit is your-url-forum/rpg_sheet_edit?u=number ,not in user profile Sad



    Template Editing Sarkzk10
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: Template Editing

    Post by TheCrow November 10th 2013, 2:28 pm

    i changed it sorry.. its the profile_add_body
    i am sorry i mixed up the templates



    Template Editing Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1442
    Reputation : 220
    Language : English

    Solved Re: Template Editing

    Post by SarkZKalie November 10th 2013, 3:06 pm

    Thank you, but nothing's happen again ^^

    Here is my profile_add_body before i saw your comment
    profile_add_body:
    Look that lines, it's apply for use profile except that tabs I can't edit Sad
    Code:
    <!-- BEGIN switch_user_logged_in -->
    <!-- END switch_user_logged_in -->
    <!-- BEGIN switch_user_logged_out -->
    <!-- END switch_user_logged_out -->
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: Template Editing

    Post by TheCrow November 10th 2013, 3:19 pm

    if u can select those 4 line and delete them and put this code. It should work

    Code:
    <!-- BEGIN switch_user_logged_in -->
    <div id="pun-visit" class="clearfix">
     
      <p><div class="pliroforiessindesis"><center>{LOGGED_AS}. <br />{LAST_VISIT_DATE}</center></div></p>   <br />
      <p class="right"><li><a href="{U_SEARCH_NEW}">Δημοσιεύσεις που έγιναν μετά την τελευταία σας επίσκεψη</a></li></p>
      <p class="left"><li><a href="{U_SEARCH_SELF}">Οι δημοσιεύσεις μου</a></li></p>
       
       </div>
    <!-- END switch_user_logged_in -->
    <!-- BEGIN switch_user_logged_out -->
    <div id="pun-visit">
       <p>{L_NOT_CONNECTED} {L_LOGIN_REGISTER}</p>
    </div>
    <!-- END switch_user_logged_out -->



    Template Editing Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Template Editing

    Post by SLGray November 10th 2013, 7:08 pm

    After saving the template, you also have to publish the template.



    Template Editing Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1442
    Reputation : 220
    Language : English

    Solved Re: Template Editing

    Post by SarkZKalie November 10th 2013, 8:36 pm

    It's not working, Sir Sad



    Template Editing Sarkzk10
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Template Editing

    Post by SLGray November 10th 2013, 8:44 pm

    Could you send my a test account by pm?



    Template Editing Slgray10

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


    Male Posts : 17922
    Reputation : 836
    Language : English
    Location : Somewhere

    Solved Re: Template Editing

    Post by Jophy November 30th 2013, 12:18 am

    Since this topic was already marked solved, and no reply was added, topic is moved to archive.