The users tag has no wiki summary.
0
votes
0answers
18 views
How to make affiliate links show up in profile area
I have created a memberships site that is offering four different programs in it which people are able to put their own id for each program in.
What I want to achieve is to create a custom field to be ...
0
votes
0answers
26 views
Display custom fields in frontside user profile
I installed the CIMY User Extra Fields plugin to add new custom fields in theuser profile.
I added 1 custom field for gender to the user profile but it displays only in the admin panel user profile. ...
-1
votes
2answers
25 views
Show User Their Password
I've got a few automated scripts that run to notify users of certain updates to the application, etc... and for one in particular, I need to be able to display the users user_login and their password.
...
0
votes
2answers
47 views
How to display page title+link of page created by user
I want to check if user is logged in and if have created a page. If so, option 1 is shown. This all works fine.
But how to display page title+link of page created by that user between {page title ...
0
votes
1answer
23 views
Wp-admin Custom User Management
I am working on a plugin for which I will have to develop a backend page similar to the built-in "Users" one, in the sense that it will be basically do the same things: list the existing users ( using ...
1
vote
1answer
96 views
How to get the Gravityform entry ID from current user's form submission?
Case: When a user submits a (Gravity)form, the plugin automatically generates an unique entry ID for that specific form. In my case the form settings only allow user to submit the form once, and only ...
3
votes
1answer
43 views
How to count current user's pages?
There are a lot of answers on how to count users posts by using:
<?php
if ( is_user_logged_in() ) {
global $wpdb;
$user = wp_get_current_user();
$where = ...
1
vote
1answer
39 views
Extend the wp_users table
I'd like to to extend the wp_users table in my WordPress' database.
Why? I want people to add more information about themselves when they sing up at my website.
I know how to extend it, but I'm ...
1
vote
1answer
24 views
Extra filed under “About the user” user profile
I use the following to add Phone number,linked id etc Under the "Contact Info" in user profile. Now I have to add a filed under the "About the user". How can i do that?
function ...
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
1answer
22 views
Distinguish profile user and admin user IDs / get ID of user being edited
On the user-profile page of my site I want to allow admin role users to be able to edit specific user-meta fields of subscriber role users.
How can I distinguish between the two user IDs.
The ...
0
votes
1answer
25 views
How to show a users bio on a page
I'm fairly new to Wordpress. I have users that create profiles on my site and one of the sections is their bio. How can I take this information and display it on lets say a "users profile page".
...
0
votes
1answer
33 views
How can i display movies in profile page, added by an user?
How can i display movies added by an editor in profile page, i mention that the user (editors) have capabilities to add movies.
I shoud use a querry? with args?
I mention that the
post_type is ...
-5
votes
0answers
46 views
How can I get the movies liked by a user? [closed]
I have a cinema site and I want to be able to get movies liked by a user.
E.g.:
In my movie page I want to have 5 buttons / links:
I want to see it
Seen it
My collection
I have the movie
My note ...
-1
votes
0answers
19 views
Do not allow same User Nicknames
Is there any way to make User's Nickname in Wordpress a unique field, so if there's some user with a nickname you try to choose, an error would pop up saying that this nickname is already taken?