Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
wpscanteam
GitHub Repository: wpscanteam/wpscan
Path: blob/master/spec/fixtures/finders/plugin_version/readme/wp_user_frontend.txt
486 views
1
=== WP User Frontend ===
2
Contributors: tareq1988
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&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted
4
Tags: frontend, post, edit, dashboard, restrict, content submission, guest post, guest, dashboard, registration, profile, anonymous post, gravity, gravity forms, formidable
5
Requires at least: 3.3
6
Tested up to: 3.5.2
7
Stable tag: trunk
8
9
Create, update, delete posts and edit profile from wordpress frontend.
10
11
== Description ==
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.
16
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 frontend
22
* They can view their page in the custom dashboard
23
* Users can edit their profile
24
* 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, Pending
26
* 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 frontend
29
* Post featured image can be set
30
* Admins can manage their users from frontend
31
* Pay per post or subscription on posting is possible
32
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
[youtube http://www.youtube.com/watch?v=C0sInxx49Vg]
38
39
* Unlimited post type form creation
40
* Drag-n-drop form builder
41
* Custom taxonomy support
42
* 13 variations of custom fields
43
* Guest post support
44
* Custom Redirection
45
* Image upload on post content area
46
* Post status selection on new post and edited post separately
47
* New or edit post notification
48
* Custom fields are generated also in admin area
49
* <strong>Profile form builder</strong>
50
* Different profile edit forms for different user roles
51
* Drag-n-Drop profile form builder
52
* Profile fields are generated on backend too
53
* Avatar Upload
54
* Frontend profile edit
55
* <strong>Registration form</strong> builder
56
* Captcha Support
57
* Theme My Login compatible
58
* Much more...
59
60
<a href="http://wedevs.com/plugin/wp-user-frontend-pro">Try out the awesome Pro version</a> of bunch of features
61
62
= Translation =
63
64
* Italian translation by Gabriele Lamberti
65
66
67
== Installation ==
68
69
This section describes how to install the plugin and get it working.
70
71
1. Create a new Page “New Post” and insert shorcode `[wpuf_addpost]`.
72
For a custom post type **event**, use it like `[wpuf_addpost post_type="event"]`
73
1. Create a new Page “Edit” for editing posts and insert shorcode `[wpuf_edit]`
74
1. Create a new Page “Profile” for editing profile and insert shorcode `[wpuf_editprofile]`
75
1. Create a new Page “Dashboard” and insert shorcode `[wpuf_dashboard]`
76
To list custom post type **event**, use it like `[wpuf_dashboard post_type="event"]`
77
1. Set the *Edit Page* option from *Others* tab on settings page.
78
1. To show the subscription info, insert the shortcdoe `[wpuf_sub_info]`
79
1. To show the subscription packs, insert the shortcode `[wpuf_sub_pack]`
80
1. For subscription payment page, set the *Payment Page* from *Payments* tab on settings page.
81
1. To edit users, insert the shortcode `[wpuf-edit-users]`
82
83
84
== Screenshots ==
85
1. Admin panel
86
2. User Dashboard
87
3. Add Post
88
4. Edit Posts
89
5. Edit Profile
90
6. Custom Field Manager
91
7. Subscription Pack Manager
92
8. Subscription packs
93
9. Edit Users
94
95
== Frequently Asked Questions ==
96
97
= Can I create new posts from frontend =
98
99
Yes
100
101
= Can I Edit my posts from frontend =
102
103
Yes
104
105
= Can I delete my posts from frontend =
106
107
Yes
108
109
= Can I upload photo/image/video =
110
Yes
111
112
= I am having problem with uploading files =
113
Please check if you've specified the max upload size on setting
114
115
= Why "Edit Post" page shows "invalid post id"?=
116
This page is for the purpose of editing posts. You shouldn't access this page directly.
117
First you need to go to the dashboard, then when you click "edit", you'll be
118
redirected to the edit page with that post id. Then you'll see the edit post form.
119
120
121
== Changelog ==
122
123
= version 1.2.3 =
124
125
[fix] `has_shortcode()` brought back again by renaming as `wpuf_has_shortcode()`
126
[fix] all the labels now have a default text
127
128
= version 1.2.2 =
129
130
[fix] shortcode error fix for edit users
131
[fix] plugin css/js url
132
[fix] removed has_shortcode() call
133
134
= version 1.2.1 =
135
136
[fix] Performance problem with wp_list_users()
137
138
= version 1.2 =
139
140
* [fix] Subscription post publish
141
* [fix] Post delete fix in dashboard
142
* [fix] Silverlight in IE upload error
143
* [fix] Category checklist bug fix
144
* [new] Checkbox field in custom field
145
146
= version 1.1 =
147
148
* warning for multisite fix
149
* allow category bug fix
150
* fix ajaxurl in ajaxified category
151
* custom post type dropdown fix in admin
152
* post date bug fix
153
* category dropdown fix
154
155
= version 1.0 =
156
157
* Admin panel converted to settings API
158
* Ajax featured Image uploader added (using plupload)
159
* Ajax attachment uploader added (using plupload)
160
* Rich/full/normal text editor mode
161
* Editor button fix on twentyelven theme
162
* Massive Code rewrite and cleanup
163
* Dashboard replaced with WordPress loop
164
* Output buffering added for header already sent warning
165
* Redirect user on deleting a post
166
* Category checklist added
167
* Post publish date fix and post expirator changed from hours to day
168
* Subscription and payment rewrite. Extra payment gateways can be added as plugin
169
* Other payment currency added
170
171
= version 0.7 =
172
173
* admin ui improved
174
* updated new post notification mail template
175
* custom fields and attachment show/hide in posts
176
* post edit link override option
177
* ajax "posting..." changed
178
* attachment fields restriction in edit page
179
* localized ajaxurl and posting message
180
* improved action hooks and filter hooks
181
182
= version 0.6 =
183
---------------
184
185
* fixed error on attachment delete
186
* added styles on dashboard too
187
* fixed custom field default dropdown
188
* fixed output buffering for add_post/edit_post/dashboard/profile pages
189
* admin panel scripts are added wp_enqueue_script instead of echo
190
* fixed admin panel block logic
191
* filter hook added on edit post for post args
192
193
= version 0.5 =
194
195
* filters on add posting page for blocking the post capa
196
* subscription pack id added on user meta upon purchase
197
* filters on add posting page for blocking the post capa
198
* option for force pack purchase on add post. dropdown p
199
* subscription info on profile edit page
200
* post direction fix after payment
201
* filter added on form builder
202
203
204
= version 0.4 =
205
206
* missing custom meta field added on edit post form
207
* jQuery validation added on edit post form
208
209
= version 0.3 =
210
211
* rich/plain text on/off fixed
212
* ajax chained category added on add post form
213
* missing action added on edit post form
214
* stripslashes on admin/frontend meta field
215
* 404 error fix on add post
216
217
= version 0.2 =
218
219
* Admin settings page has been improved
220
* Header already sent warning messages has been fixed
221
* Now you can add custom post meta from the settings page
222
* A new pay per post and subscription based posting options has been introduced (Only paypal is supported now)
223
* You can upload attachment with post
224
* WYSIWYG editor has been added
225
* You can add and manage your users from frontend now (only having the capability to edit_users )
226
* Some action and filters has been added for developers to add their custom form elements and validation
227
* Pagination added in post dashboard
228
* 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"]"
229
* Changing the form labels of the add post form is now possible from admin panel.
230
* The edit post page setting is changed from URL to page select dropdown.
231
* You can lock certain users from posting from their edit profile page.
232
233
== Upgrade Notice ==
234
235
Nothing to say
236
237