Search Results for 'bbpress'
-
Search Results
-
I just installed bbpress
and I have a feed of my forum in my netvibes page, but it does not seem to ‘refresh’? My quesiton is: How fast does the netvibes page should ‘notice’ that I posted a new post in my forum? Is there something I should look into? I think it should be ‘noticed’ at once. Right?
Many thanks!
-daniel
Update => It was just published in my netvibes page… that was after like 50 mins!! And I hit ‘refresh’ in the netvibes feed.
Is this normal?
Posts I make to my blog until today showed up thanks to the bbpress post plugin on my forums. Now they’re posting to the forums but closed from the outset so nobody can comment on them.
If I click on ‘close topic’ it changes to ‘open topic’ but remains closed. Click it again, it goes back to ‘close topic’ and, again, stays closed.
Does anyone have a fix, please?
Hi,
Is it possible at all to update a db table when de-activating a plugin?
Some plugins create an own db table and it would be great if this table is deleted when a plugin is deativated. Keeps the db clean

Greetz
Topic: Theme Check
I am working on a few themes for WordPress and BBPress and would very much like to use (and perhaps release) concurrent ones for wordpress and bbpress.
The WordPress example, and what I hope to eventually accomplish can be seen here. It’s kind of simple, I know. I am having a bit of trouble with the BBPress theme of the same styling because it does things so much differently than WordPress.
I am struggling (a bit) with trying to figure out the CSS required, but is there a bit more ‘in-depth’ description of the style sheet and various php files for the basic BBPress theme? I am having trouble getting it to do things the same way as the working theme. As well, is there a way to get the borders of the photographs displayed in posts to change? The graphics used would have to be scalable (corners intact) and be ‘above’ the images photos displayed, and a method for bypassing that feature as well (basically a method of using the same photo to demonstrate the cutouts used).
Thanks muchly.
I’ve been fiddling around inside Ardentfrost’s Private Messaging plugin, which is very cool!
One question I have, though… it seems that when a PM is sent, it ignores the line breaks from the text area so that everything runs together. I suppose you could hard code the paragraph tags in, but most users would never take the time to do that.
This might belong in the discussion on that plugin’s page, but my question is a general one. In the normal BBP post routine, it automatically converts the double line breaks so they show up correctly in the post. How is this done, and is it simple enough that I could add it somewhere in the plugin to make it perform the same way when a new private message is posted?
Thanks!!!
When I click on the RSS-icon in FF browser window, i get these errors:
bbPress database error: [Table ‘*****.bb_online’ doesn’t exist]
SELECT activity FROM bb_online WHERE user_id=1 LIMIT 1
bbPress database error: [Table ‘*****.bb_online’ doesn’t exist]
SELECT * FROM bb_online WHERE user_id = 1 LIMIT 1
bbPress database error: [Table ‘*****.bb_online’ doesn’t exist]
INSERT INTO bb_online (user_id, activity) VALUES (‘1’, ‘2007-03-25 10:56:55’)
***** = BBDB_NAME
Any thoughts on what’s wrong?
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 26I 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.
Topic: Spoiler plugin?
Just curious – is anyone working on such a thing? I had a terrific plugin for my WP comments section, but now that I’ve migrated everyone to bbPress and shut comments down, we’re in a bit of a bind. I’d gladly have them just color tag their text, but I’m not sure…
Could I create a custom tag that worked like ‘blockquote’ with its own CSS info?