Changeset 1716192
- Timestamp:
- 08/19/2017 07:03:34 AM (9 years ago)
- Location:
- userplus
- Files:
-
- 5 added
- 6 edited
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (added)
-
assets/screenshot-3.png (added)
-
assets/screenshot-4.png (added)
-
assets/screenshot-5.png (added)
-
trunk/admin/admin.php (modified) (2 diffs)
-
trunk/admin/dashboard/settings.php (modified) (1 diff)
-
trunk/assets/images/cover.jpg (modified) (previous)
-
trunk/functions/initial_setup.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/userplus.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
userplus/trunk/admin/admin.php
r1627779 r1716192 20 20 21 21 function add_admin_menu(){ 22 add_menu_page( __('UserPlus', $this->slug), __('UserPlus', $this->slug), 'manage_options', $this->slug, array(&$this, 'admin_page'), 'dashicons-admin-users', ' 9');22 add_menu_page( __('UserPlus', $this->slug), __('UserPlus', $this->slug), 'manage_options', $this->slug, array(&$this, 'admin_page'), 'dashicons-admin-users', '127'); 23 23 add_submenu_page( $this->slug, __('Forms', $this->slug), __('Forms', $this->slug), 'manage_options', 'edit.php?post_type=userplus_form', '', '' ); 24 24 } … … 94 94 $reset=new USERPLUSInitialSetup; 95 95 $reset->initial_setup($reset="1"); 96 echo '<div class="updated"><p><strong>'.sprintf(__('Reset form to default','userp lus'), $i).'</strong></p></div>';96 echo '<div class="updated"><p><strong>'.sprintf(__('Reset form to default','userpro'), $i).'</strong></p></div>'; 97 97 98 98 } -
userplus/trunk/admin/dashboard/settings.php
r1627779 r1716192 32 32 33 33 <!--<tr valign="top"> 34 <th scope="row"><label><?php _e('Reset All Forms to Default','userp lus'); ?></label></th>34 <th scope="row"><label><?php _e('Reset All Forms to Default','userpro'); ?></label></th> 35 35 <td> 36 <a href="admin.php?page=userplus&userplus_action=reset_all_form" class="button"><?php _e('Clear Members Cache','userp lus'); ?></a>36 <a href="admin.php?page=userplus&userplus_action=reset_all_form" class="button"><?php _e('Clear Members Cache','userpro'); ?></a> 37 37 38 38 </td> -
userplus/trunk/functions/initial_setup.php
r1627779 r1716192 17 17 18 18 19 $pages = get_option('userp lus_pages');19 $pages = get_option('userpro_pages'); 20 20 21 21 /* Rebuild */ 22 22 if ($reset) { 23 23 24 // delete existing pages for userp lus24 // delete existing pages for userpro 25 25 if (isset($pages) && is_array($pages)){ 26 26 foreach( $pages as $page_id ) { … … 30 30 31 31 // delete from DB 32 delete_option('userp lus_pages');32 delete_option('userpro_pages'); 33 33 34 34 } -
userplus/trunk/readme.txt
r1627771 r1716192 1 === User registration & user profile -UserPlus ===1 === User registration & user profile – UserPlus === 2 2 Contributors: UserPlus 3 3 Tags:login, user registration, user registration form, user fields, extra user fields, edit profile, user custom fields, front-end login, front-end edit profile, front-end user registration, email confirmation, login form,profile builder,user, users, user fields, user profile, user-profile,form builder 4 4 5 5 Requires at least: 3.3 6 Tested up to: 4. 7.36 Tested up to: 4.8.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 104 104 = Translations = 105 105 * English 106 107 108 109 = Screenshots =110 111 112 = Documentation =113 114 115 /li>116 106 </ul> 117 107 … … 127 117 128 118 == Screenshots == 129 130 1. screenshot-1.jpg 131 2. screenshot-2.jpg 132 3. screenshot-3.jpg 133 4. screenshot-4.jpg 134 5. screenshot-5.jpg 135 6. screenshot-6.jpg 119 1. screenshot-1.png 120 2. screenshot-2.png 121 3. screenshot-3.png 122 4. screenshot-4.png 123 5. screenshot-5.png 136 124 137 125 … … 139 127 140 128 == Changelog == 129 = 2.0 = 130 * Ui issue fixed 131 141 132 = 1.1 = 142 133 * Fixed Bug -
userplus/trunk/userplus.php
r1627771 r1716192 4 4 Plugin URI: 5 5 Description:The easiest way to create beautiful user profiles with WordPress 6 Version: 1.16 Version: 2.0 7 7 Author:userplus 8 8 Author URI:
Note: See TracChangeset
for help on using the changeset viewer.