Search Results for 'bbpress'
-
Search Results
-
Hi,
I’m currently running WP 2.9.1 and integrated with bbPress 1.0.2 successfully.
WP URL is installed at URL: http://www.example.com/
BBpress is installed at URL: http://www.example.com/forums/
I have a problem when I enabled HTTPS login in bbPress via
define(‘BB_FORCE_SSL_USER_FORMS’,true);
When a user SUCCESSFULLY login into bbPress via HTTPS, it redirects the page to:
http://www.example.com/forums/forums
which means 404 not-found page because bbPress is installed at URL http://www.example.com/forums NOT http://www.example.com/forums/forums
User can login SUCCESSFULLY when define(‘BB_FORCE_SSL_USER_FORMS’,true); is DISABLED
I have searched/read several posts about bbPress HTTPS login from this forum, but could not find any solution.
Any help will be appreciated.
Topic: Misty Morning Theme
What happened to it? I found the WordPress theme and liked it but I can’t find the matching forum theme now because bbShowcase was shut down. Does anybody still have the original zip file? I also looked through this topic but had no luck.
Sorry to sound impatient, but I’ve had my forums on hold for months betting that some of the little bugs would get worked out and it seems like things are just a big stall at the moment. I can’t really tell from the dev sites if anything’s going on. Does anyone have a real idea as to when bbpress (plugin or not) is going to make its next phase? I’m kinda tempted to go back to the drawing board with phpbb or something like that unless something is imminent…
Topic: Theme of bbpress.org
Hello,
I really like the theme that is using in bbpress.org. I recently install new bbpress for my Singapore Silverlight User Group http://forum.sgsug.org/ but the default theme of my site looks a bit different from here.
Where can I download the theme that is using in bbpress.org?
Can someone or me create the theme that exactly like bbpress.org if there is no theme available on the net?
I have an existing WP install. My host provides a quick install using SimpleScripts. Can I integrate the two if bbPress is installed this way? Should I install manually? Do you know where a current integration guide can be found. Many on the web look old and it looks like some things have changed.
I’m ready to slug through this, but I want to at least start in the right direction. Thanks.
Hi!
I was trying to integrate a bbpress-1.0.2 forum with my existing WP installation and I found a funny bug.
If I open a topic and use the interface right to the title to add a russian-language tag, only the first half of a tag is actually added.
If I try to add a tag “mama” (written in russian, of course. I write here in english just for the english speaking people being able to read the post) only the first half of a tag (“ma”) is actually added. It happens everytime I add a tag with an even number of letters (2, 4, 6, etc). Tags with an odd number of letters are added correctly.
BTW every russian letter in UTF-8 is encoded using exactly two bytes.
Unfortunatelly, I don’t fully understand what the code does and the below is just my guess.
I guess the problem is in file /bb-includes/functions.bb-formatting.php either in function seems_utf8() or in bb_utf8_cut().
Traditionally, strlen() returned 8 for utf-8-encoded “mama”. In such case bb_utf8_cut() would work correct (althought I haven’t actually checked). But if one use php.ini mbstring.func_overload option to overload str* functions by mb_str* ones, then strlen(“mama”) returns 4 and bb_utf8_cut() thinks this’s is non-utf-8-encoded string length and assumes that the “actual” string length would be 2. That’s wrong.
So, my general suggestions is to fix somehow one of those functions to work correctly with mbstring.func_overload both set and unset.
The quick-fix for people having the option set is to add the following line at the very start of bb_utf8_cut() function:
return $utf8_string;1. Am I correct or should I search for the problem in another piece of the system?
2. Would this “fix” break anything else?
Topic: Can't connect to Database
Hi All,
I’ve moved a bbpress install for a client, and I’m seeing the strangest bug – Client has bbpress, and the bbpress “latest” plugin for showing the posts on his main page. The latest plugin works great, accesses the DB and all, the bb though – can’t access the DB. Same username/pass/database/host, file has correct permissions so it can read it – everything looks great..but BB continually can not reach the DB.
I’ve deleted/recreated the file, I’ve done it all – any tips? We rsync’d the files from the other host, and it worked fine prior.
This is my first real attempt at making a site using wordpress and using bbpress for the forums. Please take a look http://englishchile.com. Any feedback positive or negative will be appreciated.
thanks