UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is offline
It is currently off working hours and most of us aren't around

Rest assured that we will get back to you as soon as the day starts tomorrow!
  Support is offline

More sophisticated Ranking system

Abi · ·
5:48 PM Saturday, 08 August 2015
None
Hi Mark,

You helped me to develop a ranking system but I now wonder if it can be made more sophisticated.

(1) I want to modify the following code

if ($points > 100 && $points < 200) {
echo '<img src="http://cloud.stackideas.com/path/to/your/badge3.png" />';
}

So that.....
If (points greater than 100 but less than 200) AND (create.comment badge achieved) AND (reply.question badge achieved) AND (followers.follow badge achieved)
THEN echo '<img src="http://cloud.stackideas.com/path/to/your/Celebrity.png" />';

(2) But if the above is not achievable, how about

If (points greater than 100 but less than 200) AND (create.comment points greater than 300) AND (reply.question points greater than 250) AND (followers.follow points greater than 800)
THEN echo '<img src="http://cloud.stackideas.com/path/to/your/superbadge.png" />';
The replies under this section are restricted to logged in users or users with an active subscription with us