Published on March 26th, 2007 by
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?
Published on March 26th, 2007 by Null
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
Published on March 26th, 2007 by Null
Hi,
I finished the next version of the bbMenu plugin, but it has 1 little bug that I can’t seem to fix. When you double click a menu item (in the admin area -> site management) you can change the title. When you press “ok” ajax will save the changes to the db, but it will return the value TWICE (not update the value twice, that goes well).
So like title:
Forums
edit to: bbForum
press ok
ajax will save: bbForum to the db, but will show:
bbForumbbForum
Refreshing the page will clear it and show it just once. How to fix this?
I’ve created a beta file so you guys can see what i mean:
http://www.sourceskins.com/bbmenu1.1beta.zip
If you already used this plugin, you’ll have to delete the menu table from the db first!!
Files that really matter:
edit.php (file that is called when pressing ok)
editinplace.js (handels al the editing)
bbmenu.php (actual plugin)
Also, when I commented out: require_once('../bb-load.php'); in the edit.php file, I didn’t had the problem (could be because nothing was being saved, so it wouldn’t return a value at all)
Hope some one can help me with this so I can release this 
ps. when installing this plugin and you see nothing, refresh the page (still working on this)
Published on March 26th, 2007 by
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.
Published on March 26th, 2007 by
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!!!
Published on March 25th, 2007 by
Is there a way to mark users as trusted, so that their post cannot be identified as spam? It would be good if this happened automaticly when changing a post to ‘not spam’ after it has been marked by akismet as spam.
I don’t think there are any bots acting as regular people at first, then spamming…
Anyway, some kind of whitelist is needed.
Could the reason that many of my user’s posts are being marked by akismet as spam be due to the fact that my forums are in swedish?
Published on March 25th, 2007 by ThomasClausen
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?
Published on March 25th, 2007 by c00l2sv
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: https://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.
Published on March 25th, 2007 by
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?
Published on March 25th, 2007 by
This might be a feature rather than a bug, but anyway:
I did a long test post with the tag ‘test’, and then clicked “not spam” on the Akismet Spam page. The post then appeared on the site, but the tag was removed. (The tag still appears in the tag cloud, but doesn’t point to anything.)
I’m guessing Akismet strips tags since they’re an easy target for spam. If so, would it be possible for it to remember the tags for the sake of false positives?