• I have a membership site that uses ccbill to add members. But once members clear the CCbill log in they are faced with the WP sign in….

    Is there a way around the WP sign in so my members do not have to log in via ccbill then create and log in WP.

    Can they be treated as non users and just view the site?

Viewing 10 replies - 1 through 10 (of 10 total)
  • Jason King

    (@jasoncharlesstuartking)

    Which plugin do you use for membership? You should probably ask this question on their support forum, for more chance of getting an answer.

    Thread Starter DFWMills

    (@dfwmills)

    Thanks for the reply. Im at a total loss as to why the WP login page is even coming up. I am not using a plug for memberships. My memberships (users) database runs completely separate from WP.

    I just want something in place so non registered people can still see my wp site.

    Jason King

    (@jasoncharlesstuartking)

    Confused by that.

    What’s the url of your website?

    And what technology are you using for your membership database, if it’s not related to WordPress?

    And how are the two connected if not by a plugin?

    Thread Starter DFWMills

    (@dfwmills)

    CCbill handles the membership database. It acts as the gatekeeper allowing people to pass on to my members site which is wordpress based.

    Imagine it like this. If I had a wordpress website and I wanted everyone to come and see it with out registering….I do believe that is the standard setup for WP….correct?

    In this case…after people have cleared the ccbill username and password pop up box…..I want them to be able to visit my wp site without having to deal with the WP login or register page….since they have already been cleared by ccbill as authorized to see the wp site.

    But something is forcing the wp-log on them

    Jason King

    (@jasoncharlesstuartking)

    What’s the url?

    Thread Starter DFWMills

    (@dfwmills)

    Is there a site privacy setting? Its NSFW Jason

    Jason King

    (@jasoncharlesstuartking)

    Gotcha, better not share it here then!

    Could you send me an email at [email protected] with the site URL? I can take a look to see if there is a way we can limit this to just the one authentication window.

    Thanks!

    Ray Kelsey

    Thread Starter DFWMills

    (@dfwmills)

    Thanks Ray.

    Sent you an email.

    Thread Starter DFWMills

    (@dfwmills)

    Found this in my header. One of the designers left it in during production….removed it and its fixed.

    thanks

    <?php
    if ( (! is_user_logged_in()) && ($_GET[‘post_type’]!=’product’) && (!isset($_GET[‘product’])) && ($_GET[‘page_id’]!=’3205′) && ($_GET[‘page_id’]!=’3206′)) {

    wp_redirect( ‘https://www.blahblahblah.com/wp-login.php?redirect_to=/members/&#8217; );

    exit;
    }

    ?>

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Can I Let Non Users View My Site’ is closed to new replies.