Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved: 13 Years, 8 Months, 4 Weeks ago Adding Reputationd To Postbit?
#1
Solved: 13 Years, 8 Months, 4 Weeks ago
Somehow I removed it when editing that template. is there anyway to add it back?
#2
Solved: 13 Years, 8 Months, 4 Weeks ago
In postbit_author_user add {$post['replink']}
#3
Solved: 13 Years, 8 Months, 4 Weeks ago
Thanks AJS

I have one more question. Is there anyway to change rep count color from green to blue?
#4
Solved: 13 Years, 8 Months, 4 Weeks ago
In global.css stylesheet, you need to change those attributes;
.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}
#5
Solved: 13 Years, 8 Months, 4 Weeks ago
In global.css find and change the color:
.reputation_positive {
	color: green;
}
#6
Solved: 13 Years, 8 Months, 4 Weeks ago
thanks so much AJS & Yaldaram for all of the help!


Forum Jump:


Users browsing this thread: 1 Guest(s)