Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

Member pages not found (6 posts)

Started 11 months ago by: lewiscornwell

  • Profile picture of lewiscornwell lewiscornwell said 11 months ago:

    Most up to date version of wordpress MU and buddypress.

    It does not display member pages, instead I get an error telling me the page cannot be found (http://youareditched.com/members/maliphant/)

    Also…the css is not applied to these pages? It should look like this…http://youareditched.com/

    Any assistance would be greatly appreciated!

    Thanks
    Lewis

  • Profile picture of @mercime @mercime said 11 months ago:

    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.

    http://wordpress.org/extend/plugins/bp-template-pack/

    http://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/

    http://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/

  • Profile picture of lewiscornwell lewiscornwell said 11 months ago:

    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

  • Profile picture of @mercime @mercime said 11 months ago:

    Looks like you fixed it. I see the Members directory.

  • Profile picture of lewiscornwell lewiscornwell said 11 months ago:

    Hello

    The members directory is there. But there is still the problem when you try and view an individual members profile.

    Lewis

  • Profile picture of wchaudry wchaudry said 5 months, 3 weeks ago:

    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