Heroes Killer Posted July 5, 2014 Share Posted July 5, 2014 Greetings, it's me again. Does anybody know how to move reputation button to the left? Link to comment Share on other sites More sharing options...
0 Heroes Killer Posted July 5, 2014 Author Share Posted July 5, 2014 It's not entirely correct, however, thank you very much and +rep. The code above is related to LikeBox only. If anyone would like to change position of RepBar, change this (it is located in the same template as the code above --> repButtons): <div class='rep_bar clearfix <if test="pos:|:!$data['position'] || $data['position'] == 'right'">right</if>' id='{$data['domCountId']}'> to <div class='rep_bar clearfix <if test="pos:|:!$data['position'] || $data['position'] == 'left'">left</if>' id='{$data['domCountId']}'> Link to comment Share on other sites More sharing options...
0 Yuu Posted July 5, 2014 Share Posted July 5, 2014 ACP -> Look & Feel -> Your Skin -> Other Global Templates -> repButtons Find this:<div class='ipsLikeBar right clearfix' id='{$data['domCountId']}'> Replace with this: <div class='ipsLikeBar left clearfix' id='{$data['domCountId']}'> 3 Need some IPB, MyBB, or HTML/CSS work done? Check out my thread! Link to comment Share on other sites More sharing options...
0 Kingy Posted July 5, 2014 Share Posted July 5, 2014 The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
Heroes Killer
Greetings, it's me again.

Does anybody know how to move reputation button to the left?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts