It is all program related. I would check if there is a setting to change this to a quicker time. I have this issue with Google Reader and other feed readers as well. Rest assured, the feed is instantly updated and you can check this by going to the feed yourself in a web browser.
Trent
Currently i’m trying to develop something using wordpress & bbpress.
Everything flows pretty good when talking on functionality and the rest of features, but there is a problem.
Actually 2 problems. First I already posted here: http://bbpress.org/forums/topic/867
And now the second one:
The final release has to be in another language but english. It’s true, I found no troubles translating bbpress in my language and the rest of updated wordpress. But after what I’ve integrated both of api’s: the wordpress and bbpress; this resulted in the following error:
Fatal error: Cannot redeclare class streamreader in /var/www/pm/forum/bb-includes/streams.php on line 26
I suppose it’s because of the translations, cause when I did not defined BBLANG, everything worked well.
After a bit I thought, that a solution for my problem can be joining both of the bbpress and wordpress translation .mo’s and defining just WPLANG for my language settings. That worked, but I dont see this as a pretty simple and accessible solution for everybody!
I would be glad getting some help on that, If there is any other more easier solution, that would be cool.
@fel64 – You don’t have to copy the styles into another style sheet, just edit the styles in the file page-links.css
@wittmania – I’ve updated the plugin to be compatible with “Front Page Topics”, it’s more a design problem with that plugin, but I’ve worked around it.
@Null – All that has to be done is copying the three files, one php, one css, one image into the my-plugins folder. If you want to change the styles then just edit them in the CSS file. I couldn’t have made it any easier given I wanted it to be easily styled for different layouts without having to modify templates.
What version of bbPress are you using. I have to admit that I haven’t tested against 0.8.1, only against the latest 1.0 alpha
I think I know what went wrong though. Download and try again, I’ve updated the version to 1.0.1
The links are text-only. If you don’t want the images/styles just remove them from the CSS file.
So that’s the other place I saw it. I’ve updated that ticket.
Hmm well so the easiest way is to keep the external file containing:
<?php
$id = $_POST['id'];
$content = $_POST['content'];
echo stripslashes(htmlentities($content)); ?>
This file returns the edited text (this works), but how can I let it safe the variables to the database at the same time?
It’ll have to save: $content to the table bb_menu -> item
where $id = edit_id
Tried some stuff, but couldn’t get this updated into the db
Thanks for the replies. I have updated the plugin, but now I am getting an errors on my wordpress pages:
WordPress database error: [Table ‘content._bbtopics’ doesn’t exist]
SELECT * FROM _bbtopics WHERE topic_status = 0 ORDER BY topic_time DESC LIMIT 50
I am starting to research this, and if anyone else already knows what the problem might be, feel free to chime in.
Best,
Orion
Hello,
I follow this thread, and i dont know why solution from nanome works perfectly for me…
thanks
Is there any way of displaying the page numbers (as links) in the thread listing, so that you can jump straight to the latest page? Would be much nicer to navigate.
If not, I’ll add it as a ticket to trac? Not sure what the right thing to do is!
Haha. All I know is… after wiping the database clean of the bbPress tables and files/folders and such in the htdocs folder for Xampp Lite/ localhost … tried to install it fresh again… it went just fine, except for that Stylesheet URL issue….
Not sure why, or what’s going on with it.. but apparently she’s holding a grudge against Xampp Lite and the localhost… damn bitch!!!! LOL! Nah, just kidding folks! 
spencerp
Good to know…….so that is the URL issue and not the localhost issue even though you are installed on a localhost. Man, this thread is confusing sometimes! 
Trent
Oh okay. However, I just SVN-ed my localhost copy, and she’s still not working like supposed too. So, I just manually re-added the straight URL to the stylesheet for now..
So evidently it hasn’t been fixed yet sigh.. Hmm..
spencerp
I let him know about the problems people are having from this thread and he mentioned the ‘localhost’ thing and the ‘other slash’ problems should be fixed in the next release, but may be re-worked. I haven’t tested the localhost install yet, but I think the ‘slash for stylesheet’ thing is fixed.
Trent
It’s ok Trent.
It’s really not a big deal since it’s for the localhost copy only.
It’s just that it *would be* nice to have this fixed in general though, ya know.. ?
Do you know if mdawaffe had applied a fix yet or not? I noticed a handful of files come through the SVN, just not sure if one contains a “fix” or whatever.. lol!
spencerp
Sorry to hear that Spencer. I guess you found a way to patch it for now. mdawaffe will be releasing a ‘fix up’ release pretty soon that hopefully will address most (if not all) issues people are having!!
Thanks,
Trent
Screw it, I just manually added in the straight URL path to the style.css file instead of worrying about it. It’s working on my live version, so it’s no biggie to just manually add the straight URL to the stylesheet for localhost… whee!
<link rel=”stylesheet” href=”http://localhost/forum/bb-templates/kakumei/style.css” type=”text/css” />
I just hope they get this crap fixed soon though.. /Yes, I’m an impatient prick.. wheee! LmaoAOAOAO….
spencerp
@nanome, nope.. still a no-go. I even tried it with BOTH “plugins” your’s and trent’s together. Then one at a time… no-go..

spencerp
ISSUE NOW RESOLVED. I have reinstalled bbPress, this time using only a pure text editor (TextWrangler) and a different FTP client. Before I was using Dreamweaver as my interface, and you would think, after years of web work and experience with DW’s thug-like behavior with relative paths, that I would have known better.
By the way, upon reinstalling without using DW, I did not have the initial reverse-slash issue. In other words, I am not having to use the path-to-url plugin, with or without its subsequent tweak.
By the way 2: I know this would be a “duh” comment for many, but just in case it helps someone avoid the problems I had: When running bb-admin/install.php, in the field where it calls for your web site, do not enter a trailing slash. I tend to add one out of habit, and I think that was the cause of some of my earlier problems.
I’m viewing all this on Firefox/Mac 10.4.9 (in other words, I’m not trying anything fancy here). When I first began having the reversed-slash issue in Firefox (and IE Windows), I still was at least able to navigate through my admin panel. Now it’s giving me errors and redirects.
Admittedly your fix might not be the cause of the current problem. I’ll reinstall and see what happens. Your fix certainly was successful with the original problem. Thanks again.
Weird as I am not having any trouble in the admin area.
Prehaps, the more experienced mods here will be able to help.
What are you running on?
It does seem to be wreaking havoc with some of the other slashes and paths, particularly within the Admin panel.
Last time I checked (about a minute ago
) I was still a man.
Glad it worked for you as well.
Since I only downloaded BBpress today this hack comes with “use at own risk warning”. Don’t know what other effects it may have on other parts of the script. Saying that, it works ok for me so far.
Nanome, UBD Man! (or woman, whatever)
That fix, as path-to-url.php in the my-plugins directory, did the trick immediately. Thanks for the hack.
Testing bbpress on localhost (xampp, windows) and viewing with firefox I get the same error in the stylesheet link.
<link rel="stylesheet" href="http://localhost/leebbpress/bb-templates/kakumei/style.css" type="text/css" />
Created the plugin as Trent suggested but that didn’t solve the problem. Played around with the code a bit and now it does work.
Here is my hacked version.
<?php
function fix_bb_path_to_url( $url ) {
$url = str_replace(array('//', '\\', '\'), array('/', '\', '/'), $url);
return preg_replace( '|
([^/])|', '
/$1', $url );
}
add_filter( 'bb_path_to_url', 'fix_bb_path_to_url', 1, -1 );
?>
Only difference is adding ‘\’ to the str_replace.
Plugin updated!
Now you can also display an individual user’s latest replies on their profile page.