johnny-rocket (@johnny-rocket)

Forum Replies Created

Viewing 16 replies - 1 through 16 (of 16 total)
  • @johnny-rocket

    Member

    Hey Jared,

    I added that code functions.php under /public_html/wp-content/plugins/bbpress/bbp-themes/bbp-twentyten. Did not work.

    I added it to functions.php under /public_html/wp-content/themes/twentyten/functions.php, but it starts intercepting all requests to my site instead of just intercepting /forums request.

    Any thoughts?

    Thanks,

    @johnny-rocket

    Member

    We have tried working on this some more, but still not working. Would bbpress.php be the right script for these changes?

    <?php

    include_once “/home/@#$$$/public_html/dap/dap-config.php”;

    //the problem is get_post_type comes up empty..

    if((get_post_type() == ‘forum’) || (get_post_type() == ‘topic’) OR (get_post_type() == ‘reply’))

    {

    if( !Dap_Session::isLoggedIn() ) {

    header(“Location: /dap/login.php”);

    exit;

    }

    }

    Our problem is that get_post_type() comes up empty when used in bbpress.php.

    So maybe the whole check needs to go else where. I am not sure where.

    Also i don’t see a bb-config.php in our folders? Should this file exist?

    @johnny-rocket

    Member

    thanks jared, i’m trying that-getting call to undefined function

    @johnny-rocket

    Member

    Hey Jared, yes, that is what happens. But unfortunately it happens for the entire site, whereas i just want it applied to the forum. Is that possible?

    @johnny-rocket

    Member

    does anyone know if any of these plugins can be used with current version of bbpress? I don’t see a myplugins folder and tried to create one-uploaded the files and see nothing in my plugins section.

    @johnny-rocket

    Member

    Ok, guess that was the issue. I added a new forum which is public and can view the one post there. So i guess for some reason you can’t switch back between public, and private or public-hidden or any variation of the three.

    My other question John is this..and not sure if you can help, but would appreciate if you have any idea.

    With my member plugin-DAP-we attempted to put the following at the head of the bbpress.php file in order to block the forum from any non-members.

    < ?php

    include_once “/dap/dap-config.php”;

    if( !Dap_Session::isLoggedIn() ) {

    header(“Location: /dap/login.php”);

    exit;

    }

    ?>

    The only issue is that it blocked the entire site and not just bbpress. IF you have a suggestion and its ok if you don’t, would love to hear any recommendation.

    Thank you!

    @johnny-rocket

    Member

    Forum is public now. I did change it to private and hidden a few weeks back just to see if it somehow corrected my problem.

    I understand. Sorry if i sounded irate-just a bit frustrated- and I guess i didn’t understand the whole volunteer aspect. I do apologize. Trust me i like the product- and I do want it to work!

    @johnny-rocket

    Member

    Oh and permalinks refreshed…nothing.

    @johnny-rocket

    Member

    PS- i can view the forum as an admin, like many others in my shoes have described.

    @johnny-rocket

    Member

    This is still an issue for me? Any help here? This is an obvious bug.

    @johnny-rocket

    Member

    Thanks Scy…that’s actually me posting over there (crstuart) too. Wishlist keeps telling me to use Simple Press (which I hate). My conclusion is that the two don’t play well together. You are right, i think unless BBPress comes up with some sort of solution, it’s hopeless. I’m thinking of switching to another member plugin.

    @johnny-rocket

    Member

    John how do we contact you?

    @johnny-rocket

    Member

    I installed the suggested members plugin. Still not working. I even made sure that my ‘Subscribers’ have the same privileges as a forum moderator. Nothing. Then i selected all of the privileges and still…nothing.

    The only way i can view the forums now is if I am logged in as an ADMIN.

    I am using Wishlist Member as well. With that turned off I can view forums both as a guest and a logged in member.

    Any clues on this one??

    @johnny-rocket

    Member

    god, i am having the same issues. man i really like this forum, but it’s so buggy. there must be some way to fix this. anyone?

    @johnny-rocket

    Member

    Thanks man…Are you using Wish List Member also, or just the members plugin on its own?

    @johnny-rocket

    Member

    Any luck on this Noah? Having the same exact issues.

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