Search Results for 'bbpress'
-
Search Results
-
Hi all,
Lately, I been contemplating switching to BBpress from MyBB1.4 (http://www.mybboard.net/) . I am wondering if it is worth the move.
I compared the two here: http://www.forummatrix.org/compare/bbPress+MyBB
It seems to me that the main difference is there are more plugins I would have to install with BBpress whereas on MyBB they are included.
The reason I am considering the switch is because there seems to always be problems with plugins on MyBB, otherwise I am happy with it.
So I am wondering, how reliable/user-friendly is BBpress? More specifically, are plugins and other Mods relatively trouble-free to work with? and overall, is relatively easy to manage?
Of course, I understand this probably isn’t the best place to ask about this. I would appreciate it if you could keep your opinions as unbiased as possible.
On a similar note, is there anyone that switched over from MyBB? and if so, Why did you switch over?
Hi guys,
i want to have the same theme from WordPress in my bbpress forum. Therefore i add
require_once('../wp-blog-header.php');in my bb-config.php . Then i can load the bbpress forum but it have the old kakumei theme. What should i do ? Delete the last three lines from bb-config :if ( !defined('BB_PATH') )
define('BB_PATH', dirname(__FILE__) . '/' );
require_once( BB_PATH . 'bb-settings.php' );But then the forum doesnt knoe the bbpress functions. Can somebody please help me?
Thank you in advance.
Topic: Eblah SQL -> bbPress
Hello
I use Eblah SQL Beta 4 for a few forums and so far it hasn’t let me down over ANY of the major forum packages out there.
But I want a php forum for various reasons. Has anyone written a converter? Or is anyone willing to look at writing one?
You’d have a very greatful bloke right here if so.
I’ve spent two days trying to integrate BBPress Alpha 6 cookies with WPMU 2.7…… I’m not really wanting to do day three, is it against the rules to ask for paid help here? If not, I would love to give my money to be able to move on and actually get some work done! If it is against the rules… I’m sorry… couldn’t find anything regarding this and am kind of desperate
Topic: SatNightSpecials.com
In it for the long haul with bbPress:
http://www.satnightspecials.com/
Hook me up with some link love please

Installed the alpha last night, hacked the theme all day today, my friends don’t even know it’s live yet.
Hi,
I’m looking for someone who has had a bit of experience with theming bbPress to help me port a HTML/CSS template (which I have also made into a WordPress theme) over to bbPress. It should be relatively easy seeing as the design is simple and already coded.
Please contact me at patrick.devivo [at] gmail.com if you know someone or are willing to help me out.
Topic: Custom URLs
Is there anyway to define a custom URL structure? Specifically, I was looking to get rid of the “topic” and “forum” directories.
I found it shortly after from another topic: http://bbpress.org/forums/topic/hack-to-remove-forumsforum
Greetings,
I just installed BBPress today and was totally psyched because I have heard such great things about the WordPress products.
But . . . I am having major problems:
– New user testing – password doesn’t work. Login failed.
– I created forums and when I select the topic I get a “The requested document was not found on this server.” error.
– When I select a user profile (including mine) I get the same error.
– This is where it is strange and makes me think that maybe I need to reinstall the whole thing. I can’t create a new post. Nowhere does it say “Create post” on the forums.
I did install the Approve User Registration plugin by Aditya Naik, but I deactivated it and I am still having the above problems.
Thoughts?
thanks in advance,
Jeff
Topic: Safari – Can’t log out
Hello,
I installed BBPress yesterday, and it’s working great. The only problem I’m having is that it won’t let me log out (when I’m using Safari)! When I click the “Log out” link, it refreshes the admin page, but I’m still logged in as admin. In Firefox, I can log out fine- it’s just in Safari that I’m having troubles.
Any ideas to log out would be greatly appreciated!
Thanks,
Derek
Topic: WordPress Theme Integration
I’m developing a WordPress Theme and I’d like it to work with BBPress too. My theme uses a function ( get_container(); ) to get all the information to go within the body. To change the content, within that container, for a particular page in WordPress, but leave the header, sidebars, and footer, I can reference a custom function to be added in there.
So for BBPress, I would like to do the same thing. The get_container(); function will be called and it will get the custom function defined in each BBPress template file. The problem is, is that when I do this BBPress says I’m logged out and will not allow me to login, because it can’t find the forums. Why is this? I do get the header, sidebar, and footer defined in my get_container();. But for some reason the custom function that get the BBPress forum messes the variables for the forum.