Forum Replies Created
-
In reply to: Hands up in the Air. I give up BBPress.
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,
In reply to: Hands up in the Air. I give up BBPress.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?
In reply to: Hands up in the Air. I give up BBPress.thanks jared, i’m trying that-getting call to undefined function
In reply to: Hands up in the Air. I give up BBPress.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?
In reply to: Prevent unregistered users from viewing the fourmdoes 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.
In reply to: Hands up in the Air. I give up BBPress.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!
In reply to: Hands up in the Air. I give up BBPress.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!
In reply to: Hands up in the Air. I give up BBPress.Oh and permalinks refreshed…nothing.
In reply to: Hands up in the Air. I give up BBPress.PS- i can view the forum as an admin, like many others in my shoes have described.
In reply to: No topics shown to forum participantsThis is still an issue for me? Any help here? This is an obvious bug.
In reply to: Integration issues with Wishlist MemberThanks 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.
In reply to: No topics shown to forum participantsJohn how do we contact you?
In reply to: Integration issues with Wishlist MemberI 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??
In reply to: No topics shown to forum participantsgod, 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?
In reply to: Integration issues with Wishlist MemberThanks man…Are you using Wish List Member also, or just the members plugin on its own?
In reply to: Private Forum Issues – Help Appreciated!Any luck on this Noah? Having the same exact issues.