Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
06-29-2015, 02:37 AM
Post: #31
|
|||
|
|||
RE: [GET][Purchased] UserPro - User Profiles with Social Login v2.35
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 |
|||
07-02-2015, 10:46 AM
(This post was last modified: 07-02-2015 10:47 AM by wprocker.)
Post: #32
|
|||
|
|||
RE: [GET][Purchased] UserPro - User Profiles with Social Login v2.35
WP Rocks DaHouze
|
|||
07-02-2015, 10:51 AM
Post: #33
|
|||
|
|||
RE: [GET][Purchased] UserPro - User Profiles with Social Login v2.36
Have Updated the OP with v2.3.6 Purchased
|
|||
07-06-2015, 08:58 PM
Post: #34
|
|||
|
|||
RE: [GET][Purchased] UserPro - User Profiles with Social Login v2.36
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 =)) |
|||
07-16-2015, 02:25 AM
Post: #35
|
|||
|
|||
RE: [GET][Purchased] UserPro - User Profiles with Social Login v2.36 | |||
08-03-2015, 03:51 AM
Post: #36
|
|||
|
|||
RE: [GET][Purchased] UserPro - User Profiles with Social Login v2.36
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 |
|||
08-03-2015, 06:36 AM
Post: #37
|
|||
|
|||
RE: [GET][Purchased] UserPro - User Profiles with Social Login v2.36
version 2.39 (29 July 2015)
============================ -New feature : Added widget for inviting users. |
|||
08-13-2015, 04:03 AM
Post: #38
|
|||
|
|||
RE: [GET][Purchased] UserPro - User Profiles with Social Login v2.36
OP Updated with the latest version
|
|||
08-16-2015, 11:31 PM
(This post was last modified: 08-16-2015 11:33 PM by abhishekkjain.)
Post: #39
|
|||
|
|||
RE: [GET][Purchased] UserPro - User Profiles with Social Login v2.41
What's the password?
> bestblackhatforum.com |
|||
08-18-2015, 03:40 AM
Post: #40
|
|||
|
|||
RE: [GET][Purchased] UserPro - User Profiles with Social Login v2.41
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'); |
|||