ca3sar
Forum Replies Created
-
Same here, and now it’s freezing all the sites on my server (when the update is not running) and creating database connection errors, using over 100% of a large servers CPU. I can’t do anything on the backend of my site either, when the database errors do go away, any help appreciated. Also, when errors does this upgrade solve? We have over 80k entries.
Thanks,
Ca3sar
this also works .gamipress-achievement.user-has-not-earned {display:none}
…just curious if there a way to do it in the shortcode
UPDATE: Figured out how to do half of it, you can trigger multiple conditions like this:
[gamipress_show_content_if condition=”points_greater” points=”100″ points_type=”Gamipress Gems” condition=”rank” rank=”200″ message=”{user} to unlock access to your Gamipress Level 2 Daily Gem Rewards, you need to have at least 100 Gamipress Level 1 Gems and hold the rank of Gamipress Boss”]
[gamipress_time_based_reward id=”1000″]
[/gamipress_show_content_if]..just by typing condition again and putting the second condition. Still stuck on the image inside of the message=”some image” container.
Here would be an example using ‘show if’
[gamipress_show_content_if condition=”points_greater,rank” points=”100″ points_type=”Gamipress Gems” rank=”200″ message=”
{user} to unlock access to your Gamipress Level 2 Daily Gem Rewards, you need to have at least 100 Gamipress Level 1 Gems and hold the rank of Gamipress Boss”]
[gamipress_time_based_reward id=”1000″]
[/gamipress_show_content_if]