When I go to youareditched.com/members I get
“To enable the member directory you must drop the “plugin-template.php and plugin-sidebar.php” files into your theme directory.”
which is something I’ve not seen before.
So you have BuddyPress installed and activated; installed Hybrid theme, and then installed and activated Malleable child theme in some order or another. Next thing you need to do is install the BP Template Pack plugin which is not what I see in your page source.
https://wordpress.org/extend/plugins/bp-template-pack/
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/
Hello,
Many thanks for your reply.
I copied the files over to the template directories but the members section is still not showing.
I also uploaded the BP Template pack plugin, did a network activation, but I am not seeing the options under the Appearance tab?
Sorry to be a pain!
Lewis
Looks like you fixed it. I see the Members directory.
Hello
The members directory is there. But there is still the problem when you try and view an individual members profile.
Lewis
I am having the same exact problem. I have already configured my sever with mod_rewrite and I know that is not the problem.
the contents of my .htaccess files are listed below:
# BEGIN WordPress
RewriteEngine On
RewriteBase /ximbia/
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /ximbia/index.php [L]
# END WordPress
Please advise.
Thanks
-W