Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

  • Eric Wood
    Participant

    @moonviper

    yes, full integration… I’ve noticed however that it creates a SECOND account if the member already has one, so it’s either log in with Twitter credentials, or with WordPress credentials…. site seems to consider them as separate accounts.

    I explain this to my users at http://outgaylife.com/wp-login.php


    Eric Wood
    Participant

    @moonviper

    http://www.gigya.com/ has what you’re looking for. I just tried it out on my BP install (http://www.outgaylife.com) Click Log In in the Admin Bar at top of screen to see how it works!

    It works with more than just Twitter, it has Facebook, AOL, My Space, and many others.


    Eric Wood
    Participant

    @moonviper

    I had this same issue, but followed the instructions listed here, and they seemed to work.


    Eric Wood
    Participant

    @moonviper

    bump….

    have now repaired and optimized the database. error persists


    Eric Wood
    Participant

    @moonviper

    Uninstalled bbpress per above instructions (thanks btw).

    Still getting same errors. Must be some other issue…

    Tried deactivating BuddyPress then reactivating… nothing different happened?

    Any other clues where I should look?


    Eric Wood
    Participant

    @moonviper

    I did this… permissions set at 755. As mentioned, all was working until I updated the settings to show a different avatar


    Eric Wood
    Participant

    @moonviper

    I use Hostgator, and love them. Never had any real issues I didn’t cause myself :)


    Eric Wood
    Participant

    @moonviper

    On my sites, I simply have a 404 file in my themes which is actually a redirect to where ever I’d like it to go:

    <?php

    // Permanent redirection

    header(“HTTP/1.1 301 Moved Permanently”);

    header(“Location: http://yourdomain.com&#8221;);

    exit();

    ?>

    Simply copy and paste the above into your 404.php file for your theme, and you’re set!

Viewing 8 replies - 1 through 8 (of 8 total)
Skip to toolbar