The members tag has no wiki summary.
0
votes
0answers
31 views
Updating user_meta from pop-up form in back-end
I have created a custom wordpress backend area, which lists out all members on my wordpress site. Currently, there is a point system involved for loyalty rewards, which is maintained in this back-end ...
0
votes
0answers
12 views
wordpress profile page [duplicate]
Hi there basically this is going to be very complicated for me to explain
basically i am creating a student profile page where parents can log in to view their childs profile
I am creating a ...
-2
votes
1answer
41 views
How to change user role setting in members plugin so that user can only edit his own post?
I want enable a user to only edit specific post. I am using the members plugin. I do not see a way to achieve this. Do I need to do some code for that post?
Thank you!
0
votes
1answer
87 views
Creating a folder structure
My WP site has a members area which they pay to get access to.
I want that area to be a subfolder, so something like site.com/premium/nameofpage.
I am aware of url rewriting, htaccess etc. Is that ...
-1
votes
1answer
22 views
I need help about wordpress of members section
function yg_yorumsuz_link_gizle($content) {
global $current_user, $post, $wpdb, $yg_yorumsuz_yazi;
$mesaj = '';
//Eğer giriş yapılmamışsa
if ( !is_user_logged_in() ) {
$mesaj = '<a ...
0
votes
2answers
100 views
how do i get pages to be visible to only members that are logged in
Hi i want to make a page for each user on my website. When a user logs in i want them to be able to click on pages that are just designed for them (basically when they log in i want them to be able to ...
2
votes
1answer
119 views
Members area with externally-managed htaccess / htpasswd authentication?
I am looking at the feasibility of converting a client's site from countless hand-built web pages to a WordPress installation. The challenge is that we have a free area and a members-only area. The ...
1
vote
0answers
75 views
Conditional menu for registerd users/guests (Genesis framework)
I'm running Genesis Framework on WordPress and I have to display a different top menu for logged in users and a different one for unregistered users (guests).
I created the 2 menus in the WP backend ...
2
votes
2answers
253 views
Shared Members between two different wordpress installations with different databases
I have two wordpress installations with same host with different folders. Each installation uses its own database. I mean, database are separated. I am not using one database for two wordpress ...
2
votes
2answers
125 views
Identical members roles on all sites in a multisite
In a multisite system I need editorial accounts with custom rights. Therefore I have chosen the members plugin. As I do have lots of sites, creating and synching the roles for all sites becomes quite ...
3
votes
2answers
249 views
Paid member plugin with some specific features
I was wondering if anyone knew of a paid membership plugin that streamlined the peyment/registration process into a single step.
Ideally there would be a signup page. This page would have the typical ...
0
votes
1answer
241 views
SQL Query members by profile fields Buddypress
i am trying to add a profile based search option into my existing plugin. my plugin already search members by distance within a certain radius and i want to add the option to filter results by profile ...
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
1answer
761 views
How to Make a Custom Dashboard Widget to Display Custom Notification from Admin?
I am looking for a way to achieve the following:
A group of users 'students'
They login to the site
Each student can see a 'Custom Dashboard Widget(s)'
Each widget will carry a personal message ...
-1
votes
1answer
164 views
BuddyPress User Profile Tagging Plugin Needed [closed]
Does anyone know of a good (low overhead) plug-in for BuddyPress that can be used to apply tags to member profiles?
Thanks.
0
votes
1answer
300 views
How to you redirect to Member Profile in BuddyPress
Currently, when you click a member's picture of name in BuddyPress, you are redirected to the member's Activity Page. How can I get Buddypress to default to the member's Profile tab instead?
0
votes
1answer
308 views
Can I get an email notification when media is uploaded to the media library?
I have a front end uploader for members only, utilizing this code:
<?php
function insert_attachment_form($postID) {
?>
<form id="file-form" name="file-form" method="POST" action="" ...
0
votes
1answer
42 views
conditional statement for profile pages
I'm using different headers for in my wordpress/buddypress setup and I need a conditional statement for member pages. So everything that comes after mysite.com/members/. How do I do that with ...
0
votes
2answers
722 views
Alter BuddyPress member search to include search on added profile fields
I added a "company" field to member profiles via s2member plugin. However, this field is not included in the "member" search. For instance, when I search on the name of a company (when I know the ...
0
votes
1answer
368 views
Redirect non-members to about/intro page
I´m making a small wordpress/buddypress community site where I want all content except an about page to be for members only.
I need to do a redirect to the about-page for all non-logged in users. ...
0
votes
1answer
458 views
BBPress private topics by default
I'm using the BBPress plugin for WordPress and also the Members plugin. Does anyone know of an easy way to make Topics for members only by default? I know the Gravity Forms forum does this but I do ...
0
votes
1answer
419 views
Member plugin - register approval, restrict downloads, members only pages
I've seen a few members plugins but was wondering if any of them can do a few things i need.
1) I need two different types of users. One is a standard user another is a Partner. The standard user ...
0
votes
2answers
752 views
IF user is logged in only show certain page
I have this wordpress site that I am making where a user has to login to see their specific gallery. My problem is that all our users are members and all the members can see all the other member ...
-1
votes
4answers
166 views
Membership Plugin [closed]
I'm looking for a good plugin for premium blog content. My client wants to offer 30 trial that's free as well as a paid monthly/6 months/yearly plan.
It should display an except of the post for ...
1
vote
4answers
285 views
Password protect the site (without htaccess or membership)
I'd like to display a simple password box where visitors need to enter a password before they can access the site.
0
votes
2answers
205 views
How do I “trash” a custom post type post while logged in as Admin
I am using the members plugin and have a custom post type of "listing"
When I navigate to listings in the backend, I can edit. quickedit, and view. There is no option to trash. I am logged in as ...