Heroes Killer Posted July 5, 2014 Share Posted July 5, 2014 Greetings. In view of the fact that I had tried to find on the whole internet how to change position of Reputation Bar to the left side of posts and couldn't find it anywhere, now I know how to do it and here is the tutorial. Thanks to user Sanctuary, who told me how to change position of Like-button, so that I could easily find out how to change position of Rep-button. This tutorial shows how to move it to the left side of a post (see the screens below). If you would like to center it in the middle, see by Sanctuary. How to change position of Like button? Simply go to: ACP -> Look & Feel -> Your Skin -> Other Global Templates -> repButtons, find this: <div class='ipsLikeBar right clearfix' id='{$data['domCountId']}'> and replace it with: <div class='ipsLikeBar left clearfix' id='{$data['domCountId']}'> How to change position of Reputation buttons? Simply go to: ACP -> Look & Feel -> Your Skin -> Other Global Templates -> repButtons, find this: <div class='rep_bar clearfix <if test="pos:|:!$data['position'] || $data['position'] == 'right'">right</if>' id='{$data['domCountId']}'> and replace it with: <div class='rep_bar clearfix <if test="pos:|:!$data['position'] || $data['position'] == 'left'">left</if>' id='{$data['domCountId']}'> 7 Link to comment Share on other sites More sharing options...
Divaio Posted July 6, 2014 Share Posted July 6, 2014 Good, nice work Link to comment Share on other sites More sharing options...
Gavrilo Posted July 10, 2014 Share Posted July 10, 2014 How to center it in the middle? Link to comment Share on other sites More sharing options...
Heroes Killer Posted July 14, 2014 Author Share Posted July 14, 2014 I am sorry, it seems there is no easy way how to do it. Maybe externally via CSS... 1 1 Link to comment Share on other sites More sharing options...
Zedd Posted July 14, 2014 Share Posted July 14, 2014 Good work! Link to comment Share on other sites More sharing options...
Yuu Posted July 14, 2014 Share Posted July 14, 2014 (edited) How to center it in the middle? For the Like system, find this: <div class='ipsLikeBar right clearfix' id='{$data['domCountId']}'> Replace it with this: <div class='ipsLikeBar rep_center clearfix' id='{$data['domCountId']}'> For the Rep system, find this: <div class='rep_bar clearfix <if test="pos:|:!$data['position'] || $data['position'] == 'right'">right</if>' id='{$data['domCountId']}'> Replace it with this: <div class='rep_bar clearfix <if test="pos:|:!$data['position'] || $data['position'] == 'center'">rep_center</if>' id='{$data['domCountId']}'> Then make sure to add this to your CSS somewhere: .rep_center { text-align: center; } Edited July 14, 2014 by Sanctuary 1 1 Need some IPB, MyBB, or HTML/CSS work done? Check out my thread! Link to comment Share on other sites More sharing options...
Heroes Killer Posted July 14, 2014 Author Share Posted July 14, 2014 Thank you Sanctuary, I'll add a link to your post in the first post. By the way, it seems, that some idiot is having fun with giving negative reputation here. Both my and your posts. 2 Link to comment Share on other sites More sharing options...
GameSpot Posted July 14, 2014 Share Posted July 14, 2014 thank you i was looking for this Link to comment Share on other sites More sharing options...
DaW Posted July 15, 2014 Share Posted July 15, 2014 thank you ! * Link to comment Share on other sites More sharing options...
VPEC Posted July 18, 2014 Share Posted July 18, 2014 thanks Link to comment Share on other sites More sharing options...
Arif Posted July 18, 2014 Share Posted July 18, 2014 thanks for this helped me in my horizontal Link to comment Share on other sites More sharing options...
faranume Posted July 20, 2014 Share Posted July 20, 2014 thanks Link to comment Share on other sites More sharing options...
syrowiec1 Posted July 24, 2014 Share Posted July 24, 2014 good, thank Link to comment Share on other sites More sharing options...
Avernus Posted July 24, 2014 Share Posted July 24, 2014 Thx Link to comment Share on other sites More sharing options...
DaPloW Posted August 2, 2014 Share Posted August 2, 2014 Good Job Link to comment Share on other sites More sharing options...
Recommended Posts