Donation goal error

Modifications for phpBB3.
Try the Mods here and share Your own Mods
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

Donation goal error

Post by Cable Player »

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

Post by Solidjeuh »

Donation goal error

Post by Cable Player »

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 :)

Donation goal error

Post by doktornotor »

You removed the donation goal in 1.0.3 template intentionally, or :?:

Another thing I do not get:

Code: Select all

<!-- ELSEIF FORUM_POST_PERCENT < 101 -->green<!-- ELSEIF FORUM_POST_PERCENT > 100 -->blue<!-- ENDIF -->
Would not

Code: Select all

<!-- ELSEIF FORUM_POST_PERCENT < 101 -->green<!-- ELSE -->blue<!-- ENDIF -->
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.)

Donation goal error

Post by Cable Player »

Sorry, I don't understand?

Donation goal error

Post by Stoker »

Donation goal is not part of the latest version. Hence it wont work.