NM, I fixed the issue I was having. I need to stop panicking and posting these issues when I figure them out myself shortly later.
@jmaraujo: I am having one minor problem, my adding the <!-- If U_ACP --> tag made it so that non-admins don't see the karma points bolded the way Admins do, I assume I bracketed something I wasn't supposed to. The relevant code is below.
Code: Select all
<!-- IF U_ACP -->
<!-- IF postrow.U_KARMA_INCREASE || postrow.U_KARMA_DECREASE -->
<dd>
<span class="karma-icons">
<!-- IF postrow.U_KARMA_INCREASE --><span class="karma-increase-icon"><a href="{postrow.U_KARMA_INCREASE}" title="{L_KARMA_INCREASE}"><span>{L_KARMA_INCREASE}</span></a></span><!-- ENDIF -->
<!-- IF postrow.U_KARMA_DECREASE --><span class="karma-decrease-icon"><a href="{postrow.U_KARMA_DECREASE}" title="{L_KARMA_DECREASE}"><span>{L_KARMA_DECREASE}</span></a></span><!-- ENDIF -->
</span>
</dd>
<!-- ENDIF -->
<!-- ENDIF -->
@Fasko: I looked over your error and I can't tell just from that what your error was. This is a very complicated mod, and obviously you made an error somewhere in one of he edits or something. All I can tell you is that you should completely uninstall the mod and reinstall it carefully, but somebody more skilled in the ways of modding may be able to give you slightly more useful advice

.
@Misty: This is the most complex and thorough mod I've ever installed, it's awesome. I love your extensive use of lang vars; when I made my earlier request for information on changing the term "Karma" to something else I assumed less extensive use of lang vars, but with the karma.php file in the language/en/mods section it was extremely easy to change all the references to karma to "reputation". While reading through the lang vars I noticed some minor gramatical issues probably just a result of your not being a native english speaker. Here are a couple examples:
You have: 'Here is possible to install or update Karma MOD onto your phpBB'
It would be better to say: 'Here it is possible to install or update the Karma Mod onto your phpBB installation'
There are a bunch of other similar grammar mistakes, and a handful of typos, but only one serious issue; in one place you say, 'Updation compatibility'. Updation is not a valid english word, or at least not one that makes sense (I think technically you can use it gramatically, since you can pretty much ad 'tion' to anything, but in that context it doesn't make sense). You use the word updation in a couple other places as well. I would fix it but I'm not entirely sure what you're trying to say, if you can explain it to me I'll fix it and include it in the edited version of the file.
Edit: I suspect all you mean is 'update compatibility' based on context in other places. In english the word 'update' can mean a variety of things depending on context, it can even be used as both a noun and a verb, your native languague must employ different words for these different meanings, hence the confusion.
In general your grasp of english is amazing; I'm terrible with foreign languagues. I'm conversant in French, but only after taking four yeas of it and spending a semester there.
As my way of saying "thank you" for this mod I have created an edited version which corrects those types and minor mistakes. It's not much, but it's something. If you'd like me to send it to you just PM me an email address or something. Thanks!