The users tag has no wiki summary.
1
vote
1answer
63 views
Display list of uploaded images, filtered by user under a specific user group
I am planning to create a "Photography" page in my wordpress site. In that page, there will be a list of the photographers (maybe create a user group called 'photographers') and display the images ...
0
votes
1answer
29 views
User's total comment count excluding comments on their own posts
I'm currently working on a plugin that I hinted at here and so far I have managed to code everything, only missing one piece of the puzzle.
This is how I get the total comment count for the ...
2
votes
1answer
1k views
How to create a public profile for authors/contributors/users?
I would like to add a public profile page to the authors and others contributors in my site. where visitors can see their profile info.
I don't wanna use Buddypress, is it possible with WordPress ...
2
votes
2answers
692 views
Buddypress - Send New User Activation Link to Admin
How do I send the new user activation link to my own email address instead of the user? Is there a simple function I can use to switch things out?
function ...
0
votes
0answers
35 views
Comment/post ratio system for users
In a multi-author platform, to enhance interaction between authors, I want to add a ratio system that calculates the author's comment count (on others posts) and post count and displays a grade.
...
0
votes
0answers
25 views
Limit to number of users connected?
ls there a limit to number of users connected to a wordpress blog at the same time? I am having a problem with users( authors) not able to log on. After about 5 or 6 are online everyone else gets hung ...
-1
votes
1answer
33 views
Creating Blood Donor Website using WordPress [closed]
I am going to build a website to gather all who are willing to donate blood without any hesitation. Here people can register, manage their profile, post blood request, post articles, receive blood ...
0
votes
1answer
46 views
How to display comments by logged in user and responses
I want to create a profile page and display the logged in persons comments, AND also responses to his/her comment.
Like this:
Post title
Comment (by logged in user)
...
6
votes
4answers
2k views
Groups of capabilities: users with multiple roles?
I'm pretty sure I understand the roles and capabilities setup in WordPress: granular capabilities, grouped together in roles that can be assigned to users. Code should check the granular capabilities, ...
0
votes
1answer
57 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. ...
0
votes
0answers
27 views
Deleting users do not deletes coments
Hello I have bee trying to figure this one out without any luck. I am deleting users from my site, and selecting either delete comments or attribute comments to: options do nothing. The user does not ...
0
votes
1answer
26 views
Total number of authors with more than one post
<?php
$users = $wpdb->get_var("SELECT COUNT(ID) FROM $wpdb->users");
echo '(', count( get_users( array( 'role' => 'author' ) ) ); echo ')'
?>
code by Jan Beck
I need to know what ...
0
votes
2answers
119 views
Is there a standard public URL convention used on a Wordpress site directly to a page listing all of a user's public content?
Is there a standard convention for a full direct public URL address that, when visited/clicked on, will show a page list all of user account's public content uploaded on that site.
Background:
I ...
0
votes
0answers
13 views
author ROLE is showing NONE on admin panel
recently i have migrate my wp blog to a new server. but on the new server everything is working fine. but my author are not able to login. then i checked the admin panel all user. there i can see lots ...
0
votes
0answers
21 views
wp user role,username and email id is missing on wp admin panel
i am facing a totally strange problem on my wordpress blog. recently i have migrate my wp blog to a new server. but on the new server everything is working fine. but my author are not able to login. ...
1
vote
1answer
30 views
Display the number of unseen comments on a page since the user last visit
The community is private and it has several pages /wordpress /design /etc . When users go to those pages the only thing they can do is to comment.
Now, what I am trying to do, Idk if possible, but if ...
1
vote
2answers
979 views
How to get userid at wp_logout action hook?
I need to perform some cleanup after a user logged out, so I added a wp_logout action hook. Problem is, wp_get_current_user() already returns null if called from within the wp_logout action hook. How ...
0
votes
1answer
37 views
Delete old post with new post
Hope you can point me in the right direction, with a plugin or function.
With "Contact Form 7" logged in users post their info with "Form to Post" plugin.
Everything is front end.
It is a big form ...
0
votes
1answer
34 views
delete user not working
Im just noticed that when I try to delete an user does remove the user, but not their comments. Also choosing the option to change the deleted user's post author to admin does not work either. Is ...
1
vote
1answer
29 views
Query users by capability - uninstall/deactivate callback
The situation
Running on MU, I'm writing an open source/publically and freely available plugin. As I used add_screen_option() to allow users to easily setup the admin page to their likings, I'm left ...
0
votes
1answer
29 views
User registration add user ID?
I have created a custom user registration template for my WP website, based on this code: http://www.tutorialstag.com/create-custom-wordpress-registration-page.html. Now I was wondering if it is ...
0
votes
0answers
14 views
Wordpress Login Customization for External Authentication
I'm not sure which approach is best but my situation is something need to tie the admin login with external authentication source. I mean, WP normally is:
wp-admin ---> Check with WP Database ...
0
votes
1answer
27 views
How to list users like an archive page 10 users on page and have navigations
How can i list registered users like an archive page? and how can i make a link on user name to point to user profile page?
Please see the link http://postimg.org/image/9wkp6kfib/
<?php
/*
...
0
votes
1answer
174 views
Display users in order by an “order” custom meta field
Alright, so here's my current code (which works, displaying the users in order by ID and excluding the admin user):
$site_admin = "1";
$order = 'ID';
$user_ids = $wpdb->get_col("SELECT ID FROM ...
0
votes
1answer
11 views
Cannot select certain authors for posts after import
I just consolidated a couple standalone WordPress installs into one Multi-site install. After importing posts into each site accordingly, I am unable to edit a post or page, and select a different ...
4
votes
1answer
948 views
How to display the status of users (online - offline) in archive.php
I am using the code the user status How to check if a user (not current user) is logged in?. On page profile of the author it works well (thank you guys). But if I put on the archive page, at the ...
0
votes
1answer
35 views
Custom search form to display users only
I'm trying to build a custom search form for one of my pages. I need the search form to be able to search for users. Not only will it need to search for users, but by first name, last name etc.. ...
2
votes
1answer
188 views
Allow User to Edit Page Based on their Email
Quick Info
I am using the Posts 2 Posts plugin in order to create a relation between Teachers and the Classes they teach.
The teacher's page is a custom post type of faculty in which teachers are ...
0
votes
1answer
239 views
Cant edit profile from frontend
Hope you can assist.
Background:
I have a multisite config. Users need to be able to update their profile from the frontend, via their profile page, which is something like, ...
2
votes
3answers
84 views
How to remove Gravatar from Username column
How to remove the Gravatar image from Username column in the All User admin page?
0
votes
2answers
118 views
get USER ID in functions.php using user_register action
I am having trouble of getting the ID in user_register filter in functions.php...
Here is what I got
add_action( 'user_register', 'sendanotheremail' );
function sendanotheremail($user_id) {
...
0
votes
1answer
60 views
Using get_user in wordpress with sorting
I have wp_users table which has a column ordering.I came to know that get_users() returns all the users. I am using it like get_users ('orderby=ordering') I got help form this link
But unfortunately ...
2
votes
1answer
80 views
Locate authors on Google map version 3
<script type="text/javascript">
var infowindow = new google.maps.InfoWindow();
var pinkmarker = new google.maps.MarkerImage('/wp-content/themes/mapdemo/pink_Marker.png', new google.maps.Size(20, ...
0
votes
1answer
32 views
How to do a task only once for logged in users
I want to do a task only once after an user has visited my site. I am currently doing like this:
function my_task(){
//do my tasks
}
add_action('init', 'my_task');
I am doing this from a ...
0
votes
1answer
188 views
Display link with current user's username in it in Custom Menu
I'd like to add a link to BuddyPress' My Favourite Topics in a Custom Menu. Is there a way to use the current logged in user's username in the link?
I mean like the %category% in the permalinks.
0
votes
1answer
458 views
Get selected value with PHP and jQuery
I have form that i'm using to update user profile from front end and i have country select.
<form method="post" id="adduser" action="<?php the_permalink(); ?>">
<select id="te" ...
0
votes
0answers
7 views
update other databases when main databases update
WPMU membership plugin on three WP websites and want to have update the other two sites automatically when someone joins the main website. Do not want to use Multisite.
content on each site is ...
0
votes
1answer
140 views
each user having category with their name and can add sub categories post in that category
I am looking for help or plugin for the following conditions of my site
I am using wordpress 3.0+ version.
my site is about School where students will get register and post their experience and ...
0
votes
1answer
28 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
22 views
how to update or refresh the wp user object?
If I have the wp user object instantiated what is the proper way to update the value of a particular key if it changes during the course of a script? For example, lets say I have this somewhere in my ...
0
votes
1answer
31 views
How to relate the Category to user?
I am developing one new plugin, In that i had a section to create new category, and having the field Created By(listing all the users in this field).
I am storing the category name in WP_terms and ...
0
votes
0answers
25 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 ...
-1
votes
2answers
33 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
72 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 ...
3
votes
1answer
56 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 = ...
0
votes
2answers
271 views
Advanced Custom Fields Plugin: how would I get an image src path uploaded from User Profile?
I have created an Image Upload field for a User Photo in the User Profile section in the wp-admin using Advanced Custom Fields. I realized ACF could do this per this post: Photo gallery on profile ...
1
vote
2answers
187 views
How to export bbPress (forums, topics, replies) and all users?
I've searched a little and I could not find a straight working answer.
I want to export all users and their bbPress(2.1.2) forums, topics and replies to another fresh WordPress installation?
If ...
2
votes
1answer
151 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 ...
0
votes
1answer
41 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 ...
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 ...

