Move topic footer buttons to top
3 posters
Page 1 of 1
Move topic footer buttons to top
Hello again..
I want to move the buttons on my topic footer to the top and place them in a box.
Move these:
Place them here:
Thank you in advance!
I want to move the buttons on my topic footer to the top and place them in a box.
Move these:
Place them here:
Thank you in advance!
Re: Move topic footer buttons to top
Bump
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!
Re: Move topic footer buttons to top
Which forum version?
Please post your forum's link.
Please post your forum's link.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Move topic footer buttons to top
Hello Marios94,
Display > Templates > viewtopic_body
Find and remove :
Find :
Replace by :
Then save and publish the template.
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.
Re: Move topic footer buttons to top
Thank you both! You guys are amazing..
Problem Solved!
Problem Solved!
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!
Similar topics
» How to move the footer links
» Move Twitter Button to Post Footer
» Topic move & topic Sort
» How can I move these thanks buttons & info down?
» Footer up in new topic
» Move Twitter Button to Post Footer
» Topic move & topic Sort
» How can I move these thanks buttons & info down?
» Footer up in new topic
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum