Best Blackhat Forum

Full Version: [GET][Purchased] UserPro - User Profiles with Social Login v2.41
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6
getting error when try to create a account on my site or log in:
Error in jQuery.ajax while submitting a form:SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data
please help
Have Updated the OP with v2.3.6 Purchased
Try to delete /admin/admin-functions.php

this line
<span class="userpro-admin-version"><?php echo $userpro_admin->version; ?></span>
<span class="userpro-admin-span"><?php if (get_option('userpro_activated')) { _e('Thank you for activating UserPro!','userpro'); } else { _e('This copy is unlicensed. Please activate your copy.','userpro'); } ?></span>

will be better =))
please share version 2.37 ( 06 July 2015)
please share 2.38
version 2.38 (23 July 2015)
============================
-Fixed Bug : The member search is not finding a user when it manually entered from the back end.
-Fixed Bug : Assign pre define role to multiple registration forms with social login.
-Fixed Bug : Improved XSS security
version 2.39 (29 July 2015)
============================
-New feature : Added widget for inviting users.
OP Updated with the latest version
What's the password?
> bestblackhatforum.com
ok to remove the notice on admin areaafter deleting require_once userpro_path . "functions/_trial.php"; from index.php go to userpro/admin/admin-notices.php and delet this code

function userpro_admin_notices()
{
if (current_user_can('manage_options') and& get_option('userpro_trial') == 1) {
userpro_admin_notice( sprintf(__('You are using a trial version of UserPro plugin. If you have purchased the plugin, please enter your purchase code to enable the full version. You can enter your <a href="%s">purchase code here</a>.','userpro'), admin_url() . 'admin.php?page=userpro&tab=licensing'), true);
}
}

add_action('admin_notices', 'userpro_admin_notices');
Pages: 1 2 3 4 5 6
Reference URL's