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 members-only area is a folder protected by standard Apache .htaccess / htpasswd authentication. The password folder is externally managed by legacy … Read more

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 wrote by Admin for that logged-in student. Such as A] Total Days in the course B] Total attendance C] paid … Read more

Custom Roll/Custom Post Type – Can’t Select Categories

I am using Justin Tadlock’s Members plugin 0.2.4. I have a custom user role “Author” that I am granting permission to post a Custom Post Type “blogpost”. The Author can post and edit the CPT blogpost however cannot add categories as the check-boxes are grayed out. Others have reported similar problems in his plugin’s support … Read more

BuddyPress | Check if user is in current group [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 7 years ago. Improve this question I’m developing a plugin for a website, which uses the Group Extension API to create a new “subpage” in the group’s … Read more

Hiding posts from non logged in users

I wish to hide certain posts for anyone that is not logged in. I tried the Restrict Content (RC) plugin but that did only hide the content of posts, i wish to omit the post completely. Using RC as a foundation i tried the following: function hideFromUnknownUsers($postObject) { $rcUserLevel = get_post_meta ( $postObject->ID, ‘rcUserLevel’, true … Read more

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 installations. My Problem: I have two different member databases. Because my wordpress installation databases are not shared. So i want to use wpA database … Read more

Paid member plugin with some specific features [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 7 years ago. Improve this question I was wondering if anyone knew of a paid membership plugin that streamlined the peyment/registration process into a single step. Ideally … Read more