Hey Krileon, I have tested it some more and have noticed a new issue.
Joomla 1.5.7 (legacy)
Community Builder 1.1
Jawards 0.9
Fireboard 1.0.5RC2
I have added new medals to my site so that I am rewarded when I get 30, 40, 50 and 75 posts at the forums. However, none of these new medals are automatically being awarded for some reason.
Here is my config file code:
[code:1]
$fbposts1id = "1";
$fbposts1reason = "Awarded for first forum post.";
$fbposts1 = "1";
$fbposts2id = "7";
$fbposts2reason = "Awarded for joining the community.";
$fbposts2 = "1";
$fbposts3id = "2";
$fbposts3reason = "Awarded for making 10 forum posts.";
$fbposts3 = "10";
$fbposts4id = "3";
$fbposts4reason = "Awarded for making 20 forum posts.";
$fbposts4 = "20";
$fbposts5id = "11";
$fbposts5reason = "Awarded for making 30 forum posts.";
$fbposts5 = "30";
$fbposts6id = "12";
$fbposts6reason = "Awarded for making 40 forum posts.";
$fbposts6 = "40";
$fbposts7id = "13";
$fbposts7reason = "Awarded for making 50 forum posts.";
$fbposts7 = "50";
$fbposts8id = "14";
$fbposts8reason = "LEVEL 1 Awarded for making 25 or more forum posts.";
$fbposts8 = "25";
$fbposts9id = "15";
$fbposts9reason = "LEVEL 2 Awarded for making 50 or more forum posts.";
$fbposts9 = "50";
$fbposts10id = "16";
$fbposts10reason = "LEVEL 3 Awarded for making 75 or more forum posts.";
$fbposts10 = "75"[/code:1];
Post edited by: ComposerRyan, at: 2008/12/17 00:04