![]() |
Modify the reputation mod!
This should be a relatively simple modification. I need it so instead of showing an image as reputation, it says Karma: "reputation description", and if the reputation description requires a reputation of negative, the rep description turns red, if it requires a reputation of zero, it turns black, and if it requires a rep of more then 1, it turns green. Also I need to change all "reputation" to "Karma"
thanks a bunch |
This can be done by changing the phrases. To change the images to text, you can look through the postbit template and change them.
|
ummm
how do I do that? im not good with php :/ |
Phrase Manager > Search in Phrases
|
whats the postbit template?
|
Styles & Templates > Style Name > Edit Templates > postbit
|
Ah excellant! I now have it displaying almost what i want! All that I need to do now is make it so if you have negative karma, the text displayed is red, if you have posotive karma, the text is green, and if you have Zero, the text doesnt change :D
|
You can use conditionals in templates like so:
Code:
<if condition="$foo == 0"> |
would you mind writing exactly what I need to put in? im not so good with this lol
Code:
<if condition="$show['minimumreputation'] == 0">Karma: <b>$post[level]</b> |
$show['minimumreputation'] is boolean value, not the actual reputation level.
|
can you make it work plz?
I just copied what it said in the postbit thing in the hope that it works, i dont actualy know wat to do |
Code:
<if condition="$post[reputation] == 0">Karma: <b>$post[level]</b> |
wow! that actualy worked! thanks!!
Is it possible to make reputation only count as 1 point, not 6, so if i set normal karma to 10, it takes 10 +k's to get to it? |
^ I am looking for the same thing. One rep counts as 1 addition/difference.
|
All times are GMT. The time now is 12:39 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|