Hello,
I have an issue with the donation goal.
It doesn't state how much money is remaining. (Remaining GBP) Inbetween 'Remaining' and 'GBP' should be remaining donation required to hit 100%.
I've looked in functions_forum_goals.php and there seems to be code for each forum views, gallery, files, users etc. but not one for donations. Could this be the issue?
Thanks
Donation goal error
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
Donation goal error
Thank you - I was just reading through that topic but I started from the last post and was working my way up. Probably not the wisest idea.
I'll see if that works
Update: Yep that worked. Thank you
I'll see if that works

Update: Yep that worked. Thank you

Donation goal error
You removed the donation goal in 1.0.3 template intentionally, or 
Another thing I do not get:
Would not
make more sense? (Also, there is a bunch of redundant single spaces in those IF statements in 1.0.3 that makes updating the addons a genuine PITA.)

Another thing I do not get:
Code: Select all
<!-- ELSEIF FORUM_POST_PERCENT < 101 -->green<!-- ELSEIF FORUM_POST_PERCENT > 100 -->blue<!-- ENDIF -->
Code: Select all
<!-- ELSEIF FORUM_POST_PERCENT < 101 -->green<!-- ELSE -->blue<!-- ENDIF -->