Category Archives: CalendarScripts

BroadFast for WordPress 2.0 and the Intelligence Module

We’ve just update the WordPress auto responder to version 2.0. All existing members will receive a free upgrade with a newsletter coming in a day.

What’s New?

  • HTML signup form code available so you can embed your signup forms even on static pages or outside of your WordPress blog.
  • Newsletter reports.
  • Autoresponder campaign reports.
  • The plugin is now compatible with the new Intelligence module.
  • Bug fixes and code improvements.

Intelligence Module

The Intelligence module is a new plugin that’s sold together with the autoresponder for $87. It currently adds 3 very powerful and important features:

  • Trackable links: embed trackable links in your email messages and get detailed reports which links are clicked most and which messages deliver highest click-trough rates.
  • Event triggers are powerful workers that can subscribe, unsubscribe and move the users between mailing lists when they do various actions. Triggers can be activated automatically when user subscribes, unsubscribes, reads email or clicks on a trackable link.
  • Send post or page as a newsletter. You can send any post or page, any time, to a selected mailing list. If later you edit the post you can decide to update the associated newsletter as well.

If you are existing customers you’ll receive a promo code that will let you buy the Intelligence with 50% discount. Please feel free to contact us if you don’t receive the newsletter.

Choices showing under the radio/checkboxes in WatuPRO?

Some theme authors create CSS that overwrite standard HTML tags like <label>, <input> etc. Because of this some users see the choices to questions showing on a new line, under the corresponding radio button or checkbox, instead of next to it.

This is not a bug in WatuPRO, it’s poorly written CSS outside of it. WatuPRO does NOT overwrite the behavior of any HTML tags, but your blog theme CSS might be doing it.
So please check your CSS and pay special attention to any lines that show “display:block;” for the “label” or “input” tags.
A Quick Solution:

If you don’t have the resources or knowledge to solve the problem in the CSS, you can try adding the following lines at the bottom of the CSS file:
.quiz-form label {
   display: inline !important;
}
.quiz-form input[type=’checkbox’] {
   display: inline !important;
}
.quiz-form input[type=’radio’] {
   display: inline !important;
}
In most cases this should solve it. If not we can provide a CSS expert for charge as this is not a problem coming from the plugin.

WatuPRO 3.7

This release is fairly important and contains a lot of updates. Here are the new features and fixes made after 3.6. If you have some of the intermediate versions between 3.6 and 3.7 you may already have some of them enabled. As usual the release will be sent as a newsletter to customers who bought less than one year ago.

WatuPRO 3.7 Changelog

  1. Exams pagination and sorting
  2. Fixed issue with the timer on non-paginated tests
  3. Conditionally load the scripts and CSS to avoid loading them on pages where you don’t have exams.
  4. Fixed import/export issues
  5. Dependencies can work with % correct answers (Intelligence module)
  6. Re-take exam only when some grades (results) are achieved (a new option)
  7. Allow multiple correct answers in “Fill the gaps” questions (Intelligence module)
  8. Certificates are now shown on the front-end. This avoids issues with some plugins and configurations where the student is not allowed to reach the dashboard.
  9. Exams can be published in custom post types
  10. “Sort the values” question type (Intelligence module)
  11. Changed the Paypal headers in the IPN script, as required by latest Paypal announcement

If you don’t receive the newsletter in the next couple of days feel free to send us email and request the update.