DarthJay
Forum Replies Created
-
I think I figured out what is going on and it doesn’t have to do with question type or if a correct answer is chosen. It looks like the case sensitivity on categories has been turned on (at least for me). I have a question category called “Believe”. It used to be that when I put the variable on my results page, I would put it as “%CATEGORY_POINTS_BELIEVE%” and it would show my points value for that category, but it stopped doing so and was showing a point value of 0. On a hunch, I looked at my category and saw it was in the system as “Believe” (initial cap). When I changed my variable on the results page to “%CATEGORY_POINTS_Believe%” it started showing my point values again.
I am having the same issue, but neither category score or points work for me. It was working fine until I upgraded to the latest version of the plugin (7.3.14). I’m guessing something is broken in the latest update even though it says they fixed a bug with it.
I had a plugin (easing slider) that was activating an old version of jQuery. Once I told it not to, WordPress loaded up the latest version. View source of your site and search for jQuery to see what plugin may be loading an older version.
Forum: Plugins
In reply to: [Social Login] [Plugin: Social Login] Welcome EmailsI was able to make this work by adding:
wp_new_user_notification( $user_id, $password );
to the communication.php file on line #237 inside the create new user function. Now the ONLY reason I am doing this is because the SB Welcome Email Editor plugin I installed overrides the default welcome email with one I setup myself that does not include a username and password.