Forum Replies Created
-
I have the same problem. Think I asked S010 over at trac (https://trac.bbpress.org/ticket/633#comment:14) about this, but I havn’t seen no answer …
In reply to: bbSyncFel: I,ve been having the same issue as William with multiple replies in WP and for me it stays consisten between refreshes and sometimes changes from reply to reply.
In reply to: WP 2.3 breaks bbpress?Thanks. I’ll just sit back and relax then
In reply to: WP 2.3 breaks bbpress?EDIT
Looks like it has something to do with “wp-blog-header.php” beeing called in from BB’s config.php. When I run a basic config.php and default theme it works fine …
In reply to: Strange (?) (404) report i FirebugBeen away for a week doing som of-line hiking in beautifull Norway. Good to see there has been som progress on this while I’ve been enjoying mother earth.
Colin’s fix worked for me as well (thanks!). Hopefully this will be solved on a more permanent way in the next bb release?
For the moment I moved my site to the root at http://enserio.se with the WP and BB in separate subfolders, and everything seems to work as expected.
In reply to: Strange (?) (404) report i FirebugI’ll link it. And it’s the same userid over at WP as here att bbpress.
Turning of/setting WP permalinks to default fixes it at my site.
In reply to: Strange (?) (404) report i FirebugOdd it is. I’ve posted this over att the WP forum as well, https://wordpress.org/support/topic/127302?replies=3. Nothing there that has worked for me, so far. There are a lot of htaccess-issues regarding password protection problems, but nothing I’ve found so far has fixed this.
In reply to: Strange (?) (404) report i FirebugSome more info:
If I set permalinks in WP to default the 404-message in firebug goes away, and I can chech the forum pages with http://www.websiteoptimization.com/ without problem …
In reply to: Plugin: bbCode for bbPressThanks! That fixed it.
In reply to: Plugin: bbCode for bbPressLooked like a nice tweek-plugin, but it produced a “fatal error” when I activated it. Looks like it has something to do with this suggested code:
add this to a plugin
function force_balance_tags($text) {return balanceTags($text, true);}
add_filter(‘pre_post’, ‘force_balance_tags’);
When I added this to the bbcode plugin it resulted in the same fatal error when activated…
In reply to: fix to: RSS XML Parsing ErrorYep, that fixed it. Thanks!
In reply to: Firefox don’t show “Edit forum order”Reinstalled everyting and now it’s working …
In reply to: infobox ie/firefox differenceThis problem has to do with IE7 needing a “min-height” value in the stylesheet to expand the box whose border is the bottom line. Adding this to the css for the “.infobox”-rule will fix the problem:
height:auto!important;
height:1px;
min-height:1px;
The adding of “height:auto!important;” and “height:1px;t” will fix the same problem i IE6.
In reply to: Rss feed for latest topicsregarding my post above: this error only occurs with firefox. With bloglines there is no problem …
/o
In reply to: Rss feed for latest topicsWith regard to collegemates’ error above:
XML Parsing Error: xml declaration not at start of external entity
Location: http://mysite/rss.php?profile=1
Line Number 2, Column 1:<?xml version=”1.0″?><!– generator=”bbPress” –>
I’ve been getting the same error when trying to subscribe to favorites or forums. Topics works great, thou. Is there anyone out there with any clue to this problem?