I’m trying to protect my forum from non-members. I’m using Digital Access Pass. Their support has told me: “to add custom code at the top of forum.php (under bbpress installation) to look for logged-in state before allowing view access”
Something like this:
< ?php
include_once "/dap/dap-config.php";
if( !Dap_Session::isLoggedIn() ) {
header(“Location: /dap/login.php”);
exit;
}
?>
Problem is i don’t have a forum.php? They said that “when you access the forum, what’s the first script that gets accessed… that’s the script you need to update” Anyone have any clue where this would go?
Thanks
For some reason my table for the bbprss forum is only collapsed in Safari. Can someone please help me to find out why? I would really like to use this plugin.
My web page: http://reveriehound.com/forums/
Thanks
Dear all,
I used bbpress for my website. Everything is OK, excepted the topic page where the layout seems have a problem for the reply messages.
See page: http://i-simpa.ifsttar.fr/forums/topic/problemes-dimport/
I have read lot of things in forums, but no answer for my problem.
Do you have an idea ?
Thank you
WordPress Version: 3.3.1
bbPress Version: 2.0.2
All has been working well. Half way through styling the forum and suddenly when a user is not logged in the get redirected to the login page.
I have replaced the bbPress plugin files with the originals just in case I have done some thing, but still not working!
I am using the Theme My Login and Theme My Profile plugins as well but it has been working whilst using these!
Any ideas people.
Thanks
Hello!
There is a wordpress plugin I am trying to use, and it wants me to upload a file to my theme files.
If I upload the files to the BBPress theme folder, on the next update, wont it erase the file?
So, couldn’t I copy the BBPress theme folder and put it in my twenty-ten theme directory as a child theme, and wouldn’t that work? or not? Or, I I just being an idiot and forgetting something?
Hey,
How do I make the place where the forum lives (http://myblog.com/forums) the front page of my site? I want people to go there directly as soon as they come to the site.
thnx
What is a good place to look for bbPress-themes?
The wordpress.org only lists two themes when I do a search…
I have a site which is only a forum and I am looking for a crystal clear and light-wight theme to use on it.
In the edit profile or profile section of the BBPress user. the user name is a bit redundant. What files do I need to edit to remove it after the word ‘About’ and and possibly in the edit profile link?
I provided a screen shot.
Screenshot
Hello forum,
I have installed bbpress but really I have not understood how can work without the registration of members. I’m not able to find the area where members can login inside forum.
I hope in a good reply.
Have a nice day friends.
Simone
I’m using the bbpress plugin, and I would like to add a way to add the gd star rating plugin to bbpress posts. I’ve tried looking for a way to add it to custom post formats, but Google hasn’t returned any relevant results. Does anybody have any advise on how to do this?