Jump to content
WebFlake
  • 0

Reputation button position


Heroes Killer

Question

3 answers to this question

Recommended Posts

  • 0

It's not entirely correct, however, thank you very much and +rep. :D

 

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

  • 0

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']}'>
  • Upvote 3

Need some IPB, MyBB, or HTML/CSS work done? Check out my thread!
:smiley:

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...