Path: blob/master/spec/fixtures/finders/plugin_version/readme/wp_user_frontend.txt
486 views
=== WP User Frontend ===1Contributors: tareq19882Donate 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%3aNonHosted3Tags: frontend, post, edit, dashboard, restrict, content submission, guest post, guest, dashboard, registration, profile, anonymous post, gravity, gravity forms, formidable4Requires at least: 3.35Tested up to: 3.5.26Stable tag: trunk78Create, update, delete posts and edit profile from wordpress frontend.910== Description ==1112Gives ability to the user to create new post, edit post, edit profile from site frontend.13So users doesn't need to enter the admin panel. Everything they need to do can be done from14the frontend.1516= Features: =1718So here is my plugin that solves your problem. This features of this plugin are follows:1920* User can create a new post and edit from frontend21* They can view their page in the custom dashboard22* Users can edit their profile23* Administrator can restrict any user level to access the wordpress backend (/wp-admin)24* New posts status, submitted by users are configurable via admin panel. i.e. Published, Draft, Pending25* Admin can configure to receive notification mail when the users creates a new post.26* Configurable options if the user can edit or delete their posts.27* Users can upload attachments from the frontend28* Post featured image can be set29* Admins can manage their users from frontend30* Pay per post or subscription on posting is possible3132= WP User Frontend PRO =3334The <a href="http://wedevs.com/plugin/wp-user-frontend-pro">premium version</a> of WP User Frontend comes with tons of features:3536[youtube http://www.youtube.com/watch?v=C0sInxx49Vg]3738* Unlimited post type form creation39* Drag-n-drop form builder40* Custom taxonomy support41* 13 variations of custom fields42* Guest post support43* Custom Redirection44* Image upload on post content area45* Post status selection on new post and edited post separately46* New or edit post notification47* Custom fields are generated also in admin area48* <strong>Profile form builder</strong>49* Different profile edit forms for different user roles50* Drag-n-Drop profile form builder51* Profile fields are generated on backend too52* Avatar Upload53* Frontend profile edit54* <strong>Registration form</strong> builder55* Captcha Support56* Theme My Login compatible57* Much more...5859<a href="http://wedevs.com/plugin/wp-user-frontend-pro">Try out the awesome Pro version</a> of bunch of features6061= Translation =6263* Italian translation by Gabriele Lamberti646566== Installation ==6768This section describes how to install the plugin and get it working.69701. Create a new Page “New Post” and insert shorcode `[wpuf_addpost]`.71For a custom post type **event**, use it like `[wpuf_addpost post_type="event"]`721. Create a new Page “Edit” for editing posts and insert shorcode `[wpuf_edit]`731. Create a new Page “Profile” for editing profile and insert shorcode `[wpuf_editprofile]`741. Create a new Page “Dashboard” and insert shorcode `[wpuf_dashboard]`75To list custom post type **event**, use it like `[wpuf_dashboard post_type="event"]`761. Set the *Edit Page* option from *Others* tab on settings page.771. To show the subscription info, insert the shortcdoe `[wpuf_sub_info]`781. To show the subscription packs, insert the shortcode `[wpuf_sub_pack]`791. For subscription payment page, set the *Payment Page* from *Payments* tab on settings page.801. To edit users, insert the shortcode `[wpuf-edit-users]`818283== Screenshots ==841. Admin panel852. User Dashboard863. Add Post874. Edit Posts885. Edit Profile896. Custom Field Manager907. Subscription Pack Manager918. Subscription packs929. Edit Users9394== Frequently Asked Questions ==9596= Can I create new posts from frontend =9798Yes99100= Can I Edit my posts from frontend =101102Yes103104= Can I delete my posts from frontend =105106Yes107108= Can I upload photo/image/video =109Yes110111= I am having problem with uploading files =112Please check if you've specified the max upload size on setting113114= Why "Edit Post" page shows "invalid post id"?=115This page is for the purpose of editing posts. You shouldn't access this page directly.116First you need to go to the dashboard, then when you click "edit", you'll be117redirected to the edit page with that post id. Then you'll see the edit post form.118119120== Changelog ==121122= version 1.2.3 =123124[fix] `has_shortcode()` brought back again by renaming as `wpuf_has_shortcode()`125[fix] all the labels now have a default text126127= version 1.2.2 =128129[fix] shortcode error fix for edit users130[fix] plugin css/js url131[fix] removed has_shortcode() call132133= version 1.2.1 =134135[fix] Performance problem with wp_list_users()136137= version 1.2 =138139* [fix] Subscription post publish140* [fix] Post delete fix in dashboard141* [fix] Silverlight in IE upload error142* [fix] Category checklist bug fix143* [new] Checkbox field in custom field144145= version 1.1 =146147* warning for multisite fix148* allow category bug fix149* fix ajaxurl in ajaxified category150* custom post type dropdown fix in admin151* post date bug fix152* category dropdown fix153154= version 1.0 =155156* Admin panel converted to settings API157* Ajax featured Image uploader added (using plupload)158* Ajax attachment uploader added (using plupload)159* Rich/full/normal text editor mode160* Editor button fix on twentyelven theme161* Massive Code rewrite and cleanup162* Dashboard replaced with WordPress loop163* Output buffering added for header already sent warning164* Redirect user on deleting a post165* Category checklist added166* Post publish date fix and post expirator changed from hours to day167* Subscription and payment rewrite. Extra payment gateways can be added as plugin168* Other payment currency added169170= version 0.7 =171172* admin ui improved173* updated new post notification mail template174* custom fields and attachment show/hide in posts175* post edit link override option176* ajax "posting..." changed177* attachment fields restriction in edit page178* localized ajaxurl and posting message179* improved action hooks and filter hooks180181= version 0.6 =182---------------183184* fixed error on attachment delete185* added styles on dashboard too186* fixed custom field default dropdown187* fixed output buffering for add_post/edit_post/dashboard/profile pages188* admin panel scripts are added wp_enqueue_script instead of echo189* fixed admin panel block logic190* filter hook added on edit post for post args191192= version 0.5 =193194* filters on add posting page for blocking the post capa195* subscription pack id added on user meta upon purchase196* filters on add posting page for blocking the post capa197* option for force pack purchase on add post. dropdown p198* subscription info on profile edit page199* post direction fix after payment200* filter added on form builder201202203= version 0.4 =204205* missing custom meta field added on edit post form206* jQuery validation added on edit post form207208= version 0.3 =209210* rich/plain text on/off fixed211* ajax chained category added on add post form212* missing action added on edit post form213* stripslashes on admin/frontend meta field214* 404 error fix on add post215216= version 0.2 =217218* Admin settings page has been improved219* Header already sent warning messages has been fixed220* Now you can add custom post meta from the settings page221* A new pay per post and subscription based posting options has been introduced (Only paypal is supported now)222* You can upload attachment with post223* WYSIWYG editor has been added224* You can add and manage your users from frontend now (only having the capability to edit_users )225* Some action and filters has been added for developers to add their custom form elements and validation226* Pagination added in post dashboard227* 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"]"228* Changing the form labels of the add post form is now possible from admin panel.229* The edit post page setting is changed from URL to page select dropdown.230* You can lock certain users from posting from their edit profile page.231232== Upgrade Notice ==233234Nothing to say235236237