biotess
Forum Replies Created
-
Forum: Plugins
In reply to: [BadgeOS] Required step AND minimum pointsSo I can’t use point total, or any amount of point earned as a step ??
I will figure out another way to use checkpoints.
Thanks for your time!
Forum: Plugins
In reply to: [BadgeOS] Required step AND minimum pointsThank you Michael! But how can I make a step to amass X points? That is exactly my problem ??
In “steps required” there is no points option…
In my game, level 20 will need:
– step 1: admin-awarded badge required
– step 2: 1000 points earned requiredIf you don’t win level 20, you can’t pass level 21, even if you have the minimum points required for this badge:
Level 21 will need:
– step 1: level 20 badge required
– step 2: 1100 points earned requiredIs there a better way to make checkpoints between levels?
Your help is very much appreciated! ??
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] adding groups as checkboxes to contact formHi! You need to change the “###” to the name of your Group, like:
<label><input type="checkbox" name="GROUPINGS[Interest Groups]" value="SEO" /> SEO</label> <label><input type="checkbox" name="GROUPINGS[Interest Groups]" value="Social Media" />Social Media</label>
Glad to help! ??
Forum: Plugins
In reply to: [ThemeFuse Maintenance Mode] tweets not loadingSame here. Tweets are not working, it could be the new Twitter API maybe
Yay! I have solved it! ^_^ If anyone else is trying it, I have replaced:
include('static-slides-sample.php');
by
if ($_GET['lang']=='es') { include('static-slides-spanish.php'); } else if ($_GET['lang']=='ca') { include('static-slides-catalan.php'); } else { include('static-slides-spanish.php'); }
Where “static-slides-spanish.php” is the Spanish slideshow by default, and “static-slides-catalan.php” is the same slideshow, but translated to Catalan.