Move topic footer buttons to top 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

    Move topic footer buttons to top

    TheCrow
    TheCrow
    Manager
    Manager


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

    Solved Move topic footer buttons to top

    Post by TheCrow Fri 17 Jan - 13:38

    Hello again..

    I want to move the buttons on my topic footer to the top and place them in a box.
    Move these:
    Move topic footer buttons to top SDHF7mJ
    Place them here:
    Move topic footer buttons to top LGpEp2q

    Thank you in advance!
    TheCrow
    TheCrow
    Manager
    Manager


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

    Solved Re: Move topic footer buttons to top

    Post by TheCrow Sat 18 Jan - 20:52

    Bump



    Move topic footer buttons to top 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 : 51497
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Move topic footer buttons to top

    Post by SLGray Sat 18 Jan - 20:53

    Which forum version?

    Please post your forum's link.



    Move topic footer buttons to top Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    Solved Re: Move topic footer buttons to top

    Post by Ange Tuteur Sat 18 Jan - 21:03

    Hello Marios94,

    Display > Templates > viewtopic_body

    Find and remove :
    Code:
    <div class="post-options profile_{postrow.displayed.PROFILE_POSITION}">
     {postrow.displayed.THANK_IMG} {postrow.displayed.MULTIQUOTE_IMG} {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.IP_IMG} {postrow.displayed.REPORT_IMG}
     </div>

    Find :
    Code:
    <div id="p{postrow.displayed.U_POST_ID}" class="posthead"{postrow.displayed.THANK_BGCOLOR}>
     <h2>
     <strong>{postrow.displayed.COUNT_POSTS}</strong>
     {postrow.displayed.ICON} <a href="{postrow.displayed.POST_URL}">{postrow.displayed.POST_SUBJECT}</a> {postrow.displayed.POST_DATE_NEW}
     </h2>
     </div>

    Replace by :
    Code:
    <div id="p{postrow.displayed.U_POST_ID}" class="posthead"{postrow.displayed.THANK_BGCOLOR}>
     <h2>
     <strong>{postrow.displayed.COUNT_POSTS}</strong>
     {postrow.displayed.ICON} <a href="{postrow.displayed.POST_URL}">{postrow.displayed.POST_SUBJECT}</a> {postrow.displayed.POST_DATE_NEW}
     </h2>
                                               <div class="post-options profile_{postrow.displayed.PROFILE_POSITION}" style="text-align:right;margin:2px 0px;">
     {postrow.displayed.THANK_IMG} {postrow.displayed.MULTIQUOTE_IMG} {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.IP_IMG} {postrow.displayed.REPORT_IMG}
     </div>
     </div>

    Then save and publish the template.
    TheCrow
    TheCrow
    Manager
    Manager


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

    Solved Re: Move topic footer buttons to top

    Post by TheCrow Sat 18 Jan - 21:08

    Thank you both! You guys are amazing..

    Problem Solved!  Smile 



    Move topic footer buttons to top 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!
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    Solved Re: Move topic footer buttons to top

    Post by Ange Tuteur Sat 18 Jan - 21:09

    You're welcome Smile

    Topic solved and archived