The users tag has no wiki summary.
1
vote
1answer
78 views
Users can only view their content from the front end
There was a great answer to how users can manage their posts only from the back-end. What I am wondering, is how to allow users to only see their posts, pages, etc, which have their user id attached ...
11
votes
1answer
15k views
How to change the default registration email ? (plugin and/or non-plugin)
After a new user registration, WP sends out an email with the login / password, and a link to the login page.
Is there a way to change this defaut email template? I'd also like to change the subject ...
0
votes
0answers
17 views
How can a user add more bookings to his/her account using a custom form? [closed]
As I user I want to be able to register my booking request from a custom form. I should also be able to return and book future apartment requests without having to login to the website where the name ...
1
vote
1answer
367 views
Force display name as full name
Is there a way I can force all users display names to be Firstname Lastname or alternatively change this to be the default?
0
votes
2answers
406 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
0
votes
1answer
86 views
Echo text if field under user_meta is empty with get_users()
With get_users() I am listing users and their information. I've a custom field in the database, people_lists_class.
<?php
$blogusers = get_users('role=contributor&orderby=display_name');
...
-2
votes
1answer
71 views
Shopping plugin with user groups [closed]
We need to implement different user groups on our new WP-site so every group has it's own price for every product. For example: "retail customers" and "wholesale customers".
Is there an appropriate ...
-3
votes
2answers
166 views
How to get user contact info
In the user profile in Dashboard I have a section 'Contact info' containing email, URL, aim, yahoo, jabber. I would like to build a widget and output that user info within the widget. What function ...
3
votes
1answer
913 views
User File Upload Repository?
I am trying to make a user-uploaded file repository on my wordpress site, but have been unable to find any plug-ins or tutorials on how to accomplish such a task. Basically I want a page where users ...
1
vote
0answers
436 views
Why are BuddyPress user avatars not displaying properly?
I have a BuddyPress 1.6.x installation on WordPress 3.4.2.
User avatars are not displaying in the following situations.
On pages like:
www.domain.com/members/USERNAME/profile/edit/group/1/
Here is ...
0
votes
2answers
201 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 ...
0
votes
1answer
93 views
Creating teams of users in Wordpress
I'm currently working on a University project wich is a website for managing a GameJam event that occures every 6 months. Our users will be in teams of 1 to 4 people and will be able to post about ...
1
vote
1answer
45 views
How can i change the name order in the admin?
When i go to wp-admin/users.php, in the second column i can see the users full name, however, its not in the right order. In Hungary, we use a different name order: ...
0
votes
1answer
440 views
Return all users with a specific meta key
I'd like to use get_users() to return all users that have a particular meta_key, but I don't want to specify what the value has to be because it will change for every user. The value is a json string. ...
-1
votes
2answers
387 views
Different user type , different profile fields buddypress
I have a buddypress site build for a social media for Entrepreneurs and workers to help each other. now, this site can have different user types and according to type, different profile informations, ...
1
vote
0answers
389 views
Integrating Facebook Registration (and Login) on a Wordpress page
I would like to use the Facebook Registration tool.
I've read the documentation on https://developers.facebook.com/docs/plugins/registration/
I've also gave a look at plugins like Simple Facebook ...
1
vote
1answer
138 views
Custom Fields - Taller editing area
Don't know if this is possible, but can the custom fields be adjusted to be taller in the admin panel? It's a bit tedious to have to stretch the textbox every time you want to edit an existing field ...
0
votes
3answers
102 views
Get users registered 30 days ago(or more)
How(in wordpress multisite) can i get id of users, who signed up 30 days ago, or more? I am building free trial system for 30 days. I want to have a function, that check when user signed up, and how ...
1
vote
1answer
624 views
A way to count logged in users and display count?
Is there a possibility to get the count of users currently logged in and display it somewhere?
0
votes
1answer
94 views
Admins can't edit each other's posts
After I imported content from another wordpress site using the WXR export/import tools, my admins can't edit each other's posts. This is really aggravating because I can't figure out how to change ...
0
votes
1answer
213 views
Show errormessages on wrong username/password on custom loginform?
I use this simple HTML loginform in my sidebar. Does anyone have any clever way to make it show the errormessages when you type in wrong password or username?
<form action="<?php echo ...
1
vote
1answer
56 views
Users managed to register on website with no register button?
Due to recent spam, I wanted to stop registration on my website for a while.
But doing so meant the registration page would redirect to the homepage, which was bad for SEO.
So I left the ...
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 ...
-1
votes
1answer
44 views
Disable editing profile for second time
Hi and thanks every one . i wonder if there was any way to disable editing profile for users of my site for a second time . because after i approve a user he/she changes his avatar to inappropriate ...
0
votes
1answer
28 views
What does “link” refer to when you delete a user?
I'm not sure if this is BuddyPress or not but what does "links" refer to when you delete a user?
http://screencast.com/t/ZeMQUG368t
0
votes
1answer
377 views
How to get user ID on the registration and add in to custom table
I am trying to get user ID on registration and automatically add that ID to my custom table. I am using wp-members plugin for registration.
So is it possible to get user ID on the fly while ...
0
votes
2answers
291 views
Removing user fields [duplicate]
Possible Duplicate:
How To Add Custom Form Fields To The User Profile Page?
I'm current removing some user fields with the following code in the functions.php file:
function ...
0
votes
1answer
64 views
Assign a category by user and customize the edit-tags.php?taxonomy=category page
I've been searching for days now without success... Here's my goal:
- assign a top level category by user (this I've made it)
- let each user create child categories only in his assigned category ...
0
votes
2answers
137 views
How can I show different content for different user-levels?
Can I use is_user_logged_in to manage content for different roles?
Example:
If subscribevr user is logged in.... show content.... else show "you are not logged in"
and on anonther page
if ...
2
votes
1answer
641 views
Importing users? From another wordpress site
Is there a way to import users from another wordpress site?
Both sites are new. I just don't want to go through the trouble of adding the same users profile information and password.
0
votes
1answer
151 views
How to handle dates, trying to calculate time since a post
I am trying to create a "time since" post display so when someone views a post they will see "posted about a week ago" instead of the date.
I've tried a few things but to no avail and I think it is ...
0
votes
0answers
55 views
How give users points for their interactions ? (think of LockerZ) [closed]
I want to create a website for making daily exercises, the isea is I put a video and give some questions .. I want if thee user watch a video , he earns a point , and if he answers a question with a ...
0
votes
1answer
72 views
first_name property missing inside register_user action hook
I'm trying to access the $user->first_name property from a function triggered by the register_user action hook but it's not there:
function do_stuff($user_id) {
$new_user = get_userdata($user_id);
...
0
votes
1answer
96 views
Recover the user that have been deleted
I have deleted some users, and now I want to recover onen of them. But I have a mesage that the user name and his email already exist.
0
votes
1answer
131 views
How can I get list of emails of users who commented on a post?
What I want here is simple, but I'm not really sure how to approach it. I have a tournament website based on WordPress, where users sign up for a tournament by commenting on a post.
The problem is, ...
2
votes
4answers
989 views
How to check username/password without signing in the user
I'm writing a plugin that creates an API endpoint that validates username/password pairs.
I'm currently using wp_signon() to check whether the username/password combo works. This works fine when the ...
1
vote
1answer
144 views
Is there a way to make custom fields only editable by administrators?
I've found the following code that places custom fields into a user's profile:
function extra_user_profile_fields( $user ) {
?>
<h3><?php _e("Roof Asset Information", "blank"); ...
0
votes
1answer
115 views
Cannot Modify Header Info Error on updating User Profile
I keep on getting this error on updating a user:
PHP Warning: Cannot modify header information - headers already sent by (output started at /wp-admin/includes/update.php:134) in ...
0
votes
2answers
245 views
How to allow registered users to submit the form only 5 times per day?
Question
Is there a way that my registered users (if they are not the form is hidden so I don't need that) are restricted to submit the form more than 5 times per day, or 20 per month or whatever ...
1
vote
1answer
96 views
Stop loading “collaborators” users on add new post or page?
So our website has about 20k "collaborators" type of users and we'd like to stop loading all of them on the select box on the "add new post" or "add new page" PAGE. Maybe load only authors and above ...
0
votes
1answer
56 views
Filter to remove the default password on “Your Profile” page
Whenever I go to my "Your Profile" page to edit any of the settings other than the password, I have to manually empty out the password field to avoid errors/nags.
Is there a filter I can place in ...
4
votes
4answers
2k views
How to search all user meta from users.php in the admin
The search form at the top of the users listing in the Admin area (wp-admin/users.php) is limited and does not search all of the user meta fields, such as bio, instant messenger handles, etc. I've not ...
3
votes
2answers
386 views
Setting WP Admin passwords to expire
I'm aware it's not a feature of Wordpress, but I was wondering if there was a way or a plug-in (haven't found one from searching) that allows me to force a user to change their password after a ...
0
votes
2answers
123 views
Contact Management Plugin suggestions, or tutorials/resources recommendations [closed]
I will soon be building a site for a local Non-Profit Art Community, and they would like a to have a powerful contact/member management system that can do these key things:
Store User Contact info ...
4
votes
8answers
5k views
Is there a way (plugin?) to restrict a user to being able to edit just one page?
We use wordpress like a CMS and would very much like to allow users to have a "homepage". Ideally they'd be prevented from mucking up the whole site.
Is there a simple way to limit users editing ...
2
votes
1answer
257 views
How to manually activate user in dashboard only by admin
I'm looking for a function that allows admins (only) to activate new users. When a user registers he have to be approved by the admin before he gets access to log in.
Does anyone know how I can do ...
0
votes
1answer
113 views
Add number of members to “Right Now” dashboard widget
Problem
I have this code in functions.php but it does not output the total number of members (something is wrong with it it breaks the site) in my "Right Now" dashboard. Is there a way to fix it?
...
1
vote
3answers
194 views
How to assign capabilities to user NOT to User Role
Is there any way to assign custom capabilities to user, I'm NOT talking about User Role.
I'm running a multi author blog where I assigned user role of "Author" to all of my authors. But I need a ...
8
votes
3answers
814 views
Multiple developers / editors working on a site in progress
Background
I'm nearing the final stages of constructing my first fairly large WordPress site, and I'm now encountering some friction. For the most part, the site was developed on my local machine and ...
3
votes
3answers
801 views
Find out if logged in user is not subscriber
Is there any conditional tag which will allow me to display the certain content only if the user is NOT a subscriber?