Changeset 714644
- Timestamp:
- 05/17/2013 10:59:02 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-user-frontend-reloaded/trunk/wp-user-frontend-reloaded/readme.txt
r714640 r714644 1 === WP User Frontend ===2 Contributors: tareq19881 === WP User Frontend - Reloaded === 2 Contributors: aitsys 3 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=tareq%40wedevs%2ecom&lc=US&item_name=WP%20User%20Frontend&item_number=Tareq%27s%20Planet¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted 4 4 Tags: frontend, post, edit, dashboard, restrict, content submission, guest post, guest, dashboard, registration, profile, anonymous post … … 7 7 Stable tag: trunk 8 8 9 Create, update, delete posts and edit profile from wordpress frontend.9 Based on WP User Frontend by Tarek Hasan. 10 10 11 11 == Description == 12 12 13 Gives ability to the user to create new post, edit post, edit profile from site frontend. 14 So users doesn't need to enter the admin panel. Everything they need to do can be done from 15 the frontend. 13 Based on WP User Frontend by Tarek Hasan. The original plugin does not support private posts. This version adds private posts capabilities. 16 14 17 = Features: =18 19 So here is my plugin that solves your problem. This features of this plugin are follows:20 21 * User can create a new post and edit from frontend22 * They can view their page in the custom dashboard23 * Users can edit their profile24 * Administrator can restrict any user level to access the wordpress backend (/wp-admin)25 * New posts status, submitted by users are configurable via admin panel. i.e. Published, Draft, Pending26 * Admin can configure to receive notification mail when the users creates a new post.27 * Configurable options if the user can edit or delete their posts.28 * Users can upload attachments from the frontend29 * Post featured image can be set30 * Admins can manage their users from frontend31 * Pay per post or subscription on posting is possible32 33 = WP User Frontend PRO =34 35 The <a href="http://wedevs.com/plugin/wp-user-frontend-pro">premium version</a> of WP User Frontend comes with tons of features:36 37 * Unlimited post type form creation38 * Drag-n-drop form builder39 * Custom taxonomy support40 * 13 variations of custom fields41 * Guest post support42 * Custom Redirection43 * Image upload on post content area44 * Post status selection on new post and edited post separately45 * New or edit post notification46 * Custom fields are generated also in admin area47 * <strong>Profile form builder</strong>48 * Different profile edit forms for different user roles49 * Drag-n-Drop profile form builder50 * Profile fields are generated on backend too51 * Avatar Upload52 * Frontend profile edit53 * <strong>Registration form</strong> builder54 * Captcha Support55 * Theme My Login compatible56 * Much more...57 58 <a href="http://wedevs.com/plugin/wp-user-frontend-pro">Try out the awesome Pro version</a> of bunch of features59 15 60 16 … … 116 72 == Changelog == 117 73 118 = version 1.2 =119 120 * [fix] Subscription post publish121 * [fix] Post delete fix in dashboard122 * [fix] Silverlight in IE upload error123 * [fix] Category checklist bug fix124 * [new] Checkbox field in custom field125 126 = version 1.1 =127 128 * warning for multisite fix129 * allow category bug fix130 * fix ajaxurl in ajaxified category131 * custom post type dropdown fix in admin132 * post date bug fix133 * category dropdown fix134 135 74 = version 1.0 = 136 137 * Admin panel converted to settings API 138 * Ajax featured Image uploader added (using plupload) 139 * Ajax attachment uploader added (using plupload) 140 * Rich/full/normal text editor mode 141 * Editor button fix on twentyelven theme 142 * Massive Code rewrite and cleanup 143 * Dashboard replaced with WordPress loop 144 * Output buffering added for header already sent warning 145 * Redirect user on deleting a post 146 * Category checklist added 147 * Post publish date fix and post expirator changed from hours to day 148 * Subscription and payment rewrite. Extra payment gateways can be added as plugin 149 * Other payment currency added 150 151 = version 0.7 = 152 153 * admin ui improved 154 * updated new post notification mail template 155 * custom fields and attachment show/hide in posts 156 * post edit link override option 157 * ajax "posting..." changed 158 * attachment fields restriction in edit page 159 * localized ajaxurl and posting message 160 * improved action hooks and filter hooks 161 162 = version 0.6 = 163 --------------- 164 165 * fixed error on attachment delete 166 * added styles on dashboard too 167 * fixed custom field default dropdown 168 * fixed output buffering for add_post/edit_post/dashboard/profile pages 169 * admin panel scripts are added wp_enqueue_script instead of echo 170 * fixed admin panel block logic 171 * filter hook added on edit post for post args 172 173 = version 0.5 = 174 175 * filters on add posting page for blocking the post capa 176 * subscription pack id added on user meta upon purchase 177 * filters on add posting page for blocking the post capa 178 * option for force pack purchase on add post. dropdown p 179 * subscription info on profile edit page 180 * post direction fix after payment 181 * filter added on form builder 182 183 184 = version 0.4 = 185 186 * missing custom meta field added on edit post form 187 * jQuery validation added on edit post form 188 189 = version 0.3 = 190 191 * rich/plain text on/off fixed 192 * ajax chained category added on add post form 193 * missing action added on edit post form 194 * stripslashes on admin/frontend meta field 195 * 404 error fix on add post 196 197 = version 0.2 = 198 199 * Admin settings page has been improved 200 * Header already sent warning messages has been fixed 201 * Now you can add custom post meta from the settings page 202 * A new pay per post and subscription based posting options has been introduced (Only paypal is supported now) 203 * You can upload attachment with post 204 * WYSIWYG editor has been added 205 * You can add and manage your users from frontend now (only having the capability to edit_users ) 206 * Some action and filters has been added for developers to add their custom form elements and validation 207 * Pagination added in post dashboard 208 * You can use the form to accept "custom post type" posts. e.g: [wpuf_addpost post_type="event"]. It also applies for showing post on dashboard like "[wpuf_dashboard post_type="event"]" 209 * Changing the form labels of the add post form is now possible from admin panel. 210 * The edit post page setting is changed from URL to page select dropdown. 211 * You can lock certain users from posting from their edit profile page. 75 Adds private post support to original WP User Frontend plugin 212 76 213 77 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.