Hey,
i’m using my bbpress with the mysty theme.i’ve been trying to customize it so it can fit the screen of a Playstation Portable without scrolling.
Heres the forum:
http://bordercollie.kilu3.de/forums/bbpress/
the latest disccusion thing is next to the login form.
what do i have to do so the latest disscoussion thing is below?
i guess i’ll hjave to put a <p> tag somewhere but i don’t know.
thanks a lot
alex
looks like I’m about 1 month late to this discussion… did the plugin ever get released?
I’ve just launched a new BBPress theme for public testing via my website:
BBPress
It’s available in 4 colours. Feedback, bug reports etc would be greatly appreciated.
Looks nice just 2 comments:
– The background mouseover is still green, would change that to some blue-ish
– The bold black titles (like latest discussions, views etc) are kinda too hard black for the theme. I would soften these or give them the color that ADD NEW haas now (ofcourse the add new would get a new color too then) I think it would blend in better then the hard black.
_Null
Ugh sorry.
I will have to create a bunch of fake posts to try to test a similar environment.
Because of the way bbpress calculates those pages, this is a very tricky process (also a very annoying process).
If all you are trying to affect is just the front page, there is a direct hack for the core you can do which should not affect any other page and allow all other plugins to work properly.
https://bbpress.org/plugins/topic/3?replies=15#post-346
In theory it will work better than any other plugin method.
I’ve got my hands full right now working on an advanced user tracking program to replace simple onlinelist that works across wordpress+bbpress.
Thank you–I will test this out at the earliest.
Okay I think I have a workaround.
Try this.
http://ckon.wordpress.com/files/2007/08/change_topics_per_page.txt?v002
Don’t really have a way to test, so you’ll have to let me know. You’ll have to re-edit the limits at the top, sorry.
“We’re pleased to announce the latest release of jQuery: jQuery 1.1.4. Barring any horrible mistakes, this release will be the last of the 1.1.x branch – leading us up to the release of jQuery 1.2 in September.”
New trac made for updating jQuery
roniabirk: do you have a URL where this is happening?
I modified rss.php trying to reduce the number of topics returned in the feed, but it still returns all of them. Am I missing a step somewhere?
Hi Ganzua, Thanks for taking the time to explain this to me. I believe, as you say, that it is not the best solution but, apparently, the only one at the moment (?).
I wonder how did other users managed to translate their integrated bbpress.
Thanks again!
“hi, I have the same problem. Has anyone found a way to integrate and change the language without errors?”
I managed to translate a wp-bb integration but I don’t know if you are going to like my workaround;
1. edit bbpress config.php and in define language section point to your wp language file with this code; ‘ define(‘BBLANGDIR’, ‘wp-includes/languages/es_ES.mo’); ‘ (change es_ES.mo for the name of your language .mo file)
2. edit wp language .po file and insert there your bbpress .po file. In other words, copy/paste all bbpress entries at the end of wp .mo file
3. Open with poedit and try to save this modifed file. You’re going to have +-100 duplicated entries in an error log. Delete all duplicated entries, one by one, so you can save.
4. When you save with poedit you produce 2 files; .po file and a .mo file. This .mo file is the one you want. Now you have translated both; wp and bbpress with just one .mo file.
I do know that this workaround implies a lot of future problems and I don’t like it at all but I didn’t find any other way.
I hope someday bbpress will appear as a plugin for wordpress.
The myavatar plugin supports Gravatar but I need to do some more work to update it to the latest code – Give me a few days
I have more or less the same problem. My forum is only accessible to WordPress users of the blog the forum is linked to. They cannot register themselves. Therefore registration is not possible on the forum either. All user names consist of two words. When I, or another user, is logged in in WP and then switches to the forum, he or she has to login again. When user name and password are filled in correctly and the login button is clicked, the user is redirected to a page where it says that the login failed and that he or she has to try again. But this time the space between the words of which the username consists is deleted (‘tester twee’ becomes ‘testertwee’). Logging in with the newly formed username doesn’t work either, of course. Logging in with a username that is made up of one word is no problem (for example ‘admin’).
This problem didn’t exist in the previous version of BBpress and it doesn’t have anything to do with the browser either since I tested this with Firefox as well as with IE. I also tried deactivating all plugins, but wasn’t the solution either.
I hope there is anyone who can help me fix this, because it’s really annoying. I was so glad I finally found a rather simple forum that could be integrated with WP.
hi, I have the same problem. Has anyone found a way to integrate and change the language without errors?
I am having problems with the character encoding of my bbpress install. I have it integrated with wordpress and when I use the “Latest bbpress discussions” plugin I see the weird characters you get when you mix collations and charsets.
I have wordpress in utf-8 thanks to this plugin: utf8 dtaabase converter.
Before it I had it set to utf but still, the database was showing weird characters (the collation was alright though). So this is probably a MySQL problem somewhere.
Should I try to adapt the wordpress utf8 converter for bbpress?
Just down loaded latest version and it says copy the confi.example.php to the config.php and I don’t see a document called config.php. What do they mean?
Yeah all the “users online” and user tracking can only come after I release a user tracking plugin
Try this:
.post { display: block; width: 100%; overflow: auto; overflow-x: auto; overflow-y: hidden; }
Tested in IE 6, Opera 9.23 and Firefox 2.0.0.6 on the PC
Didn’t test it on IE 7 though, so you might want to look at that…
cb
Nice nice
. Maybe a “Most users ever online” or something. Personally I like to keep statistics simple and compact, but some people like to display a lot of statistics.
Top Taggers maybe? Who knows.
I began working on this last night:
http://bbshowcase.org/forums/views/statistics/
As you should be able to tell it’s far from finished.
I’m interested in hearing ideas for other statistics you’d like to see.
I already just realised a list of the 10 oldest/newest member registrations might be interesting.
Since all those calculations are “expensive” I’ll make it cache them for an hour at a time (perhaps adjustable).
Also there will be more time/user based calculations once I get useronline released for bbpress.
Currently bb-topic-views is required for the module.
I’ll release it for beta test after more work on it tonight.
After a few tests it seems the problem comes from the last paragraph
// The rest is only useful if you are integrating bbPress with WordPress.
// If you’re not, just leave it as it is.
$bb->wp_table_prefix = ‘wp_’; // WordPress table prefix. Example: ‘wp_’;
$bb->wp_home = ‘http://www.subventions.fr’; // WordPress – Options->General: Blog address (URL) // Example: ‘http://example.com’
$bb->wp_siteurl = ‘http://www.subventions.fr/wordpress’; // WordPress – Options->General: WordPress address (URL) // Example: ‘http://example.com’
$bb->cookiepath = ‘/’;
$bb->cookiedomain = ‘.subventions.fr’;
define(‘WP_BB’, true);
require_once(‘/wordpress/wp-blog-header.php’);
/* Stop editing */
if ( !defined(‘BBPATH’) )
define(‘BBPATH’, dirname(__FILE__) . ‘/’ );
require_once( BBPATH . ‘bb-settings.php’ );
?>
Where is the error guys?
Is there a way to get the latest posts highlight to, instead of highlighting the title bar and the first post, skip the first post and then highlight the second post first? (To avoid having a very thick highlighted top plus the first post)