Tagged Questions
0
votes
1answer
39 views
How to auto strip hyperlinks & images in wordpress post
I creat a post form on front-end for wordpress members by use DJD Site Post plugin.
Plugin url: http://wordpress.org/extend/plugins/djd-site-post/
And now i want to auto strip all hyperlink & ...
0
votes
1answer
29 views
Check in function on custom page
I have a website about places and attractions in my country. Each place/attraction is a different custom post. On this page, i would like to add a button with the value "Check In" and if clicked by a ...
0
votes
0answers
38 views
Update 1 specific field wrapped in shortcodes on frontend?
I am working on a page template where users can update their profile fields on the front end. I am using profile builder pro and it works fine however I am trying to recreate a specific field so I can ...
2
votes
1answer
101 views
Custom user profile URLs
I have created a page "profile" that when visited with get variable of user id like:
http://example.com/profile/?uid=1
Then it will display the profile details of user id 1. Now I want to rewrite …
...
1
vote
1answer
375 views
Get user input from a form
I am trying to create a form that will allow users to update their information on the front end. I am just starting to learn PHP (I know C# very well). If I use this code to create a form on a ...
1
vote
1answer
39 views
Create a shortcode that creates a form for users to edit their information
I want to make it so that logged in users can edit their information on a page in my site, so that I can avoid having them go to the admin side all together.
I was thinking that I could create a ...
2
votes
2answers
282 views
Creating a Front-end based User Search
I am working on a membership site which requires a front-end user search. I have been searching for an answer like a mad man, and I could really use some help! While there are several plugins that ...
0
votes
2answers
497 views
Register new user in the frontend
I hava a big form and when a user fill it I need to create a new user in Wordpress from there.
Its posible to create and user from the frontend and add some custom information?
Thanks
1
vote
1answer
1k views
How to let user set password on registration
I´m working on a front end registration form adn have gotten as far as getting the standard registration form to work, but... I´d like to add the oportunity to let the user choose his/her own ...
0
votes
2answers
216 views
Plugin needed to allow subscribers to post articles on the front end without admin approval [closed]
Folks,
I'm working on a magazine that has two areas: a professional writer driven portion and a user submitted portion. We want the user submitted portion to be able to be formatted like the ...
4
votes
4answers
1k views
Front end registration/login & publish/update 1 custom post
I want to be able to allow a user to register/login via a front end form and be able to create 1 custom post which only they will be able to edit and update via a front end form.
This will be part of ...
1
vote
2answers
1k views
Front-end editing with custom fields?
I use the custom field plugin http://www.advancedcustomfields.com
Is it possible to create and edit custom posts via the front end? I'd need to be able to see all the custom fields and allow those to ...
0
votes
1answer
824 views
Front end user meta options for users
I have created user meta options using this tutorial. Now I want to know how to allow users to edit (update) certain custom user meta options that I created.
Users already have a template account ...