Published on April 18th, 2007 by
When i was using author.php for my wordpress profile i used the following code to show the latest blog posts i had made
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
” rel=”bookmark” title=”Permanent Link: <?php the_title(); ?>”>
<?php the_title(); ?>
Posted @ <?php the_time(‘d M Y’); ?>
<?php endwhile; else: ?>
<?php _e(‘Well well, it looks as if this user has no posts. Nevermind!’); ?>
<?php endif; ?>
This doesn’t work in my bbpress profile, even though i have the 2 integrated. Any ideas of how i could get it to work?
Published on April 18th, 2007 by rlrr
Published on April 18th, 2007 by
I would like to include previous/next thread navigation on the topic page. I have not been able to determine if this functionality is built in, or if there is an easy way to add it in my template. Does anyone have any ideas? Any and all help with be greatly appreciated.
Published on April 17th, 2007 by talgalili
Hi peoples.
I wish to install bbpress for the Hebrew language (which is right to left), for which I need a supporting style sheet (such as the style-rtl.css).
Unfortunately, style -rtl.css is broken (for IE):
https://trac.bbpress.org/ticket/612
(for a month, and much longer then that)
I tried, yet wasn’t able to fix the css myself, and until the issue isn’t resolved, I can not install bbpress (which I very much wish to do).
I know that once bbpress will work for the Hebrew language, many of the Hebrew wordpress community would love to use it, so the request is for more users then me.
Please Please Please, can someone fix it ?
Published on April 17th, 2007 by wmarcy
OK, I have the Bozo problem under control, but now, my bbPress sites are starting to get alot of users, and some of them are of course spammers looking to get their site link in the ‘interests’ and ‘homepage’ field. Any way we can make it so that when a user is marked as a Bozo to zero out those fields, automagically? I hate tha tthey get some free advertising.
What say you people?
Published on April 17th, 2007 by AphelionZ
My blog is getting cluttered with tons of useless posts and I’d really like to clean it out, but since I work with multiple authors I don’t want to upset them. I figure a fair compromise is to convert the wordpress posts to threads.
The plugin would be a sort of ‘one step’ process where you run a script or hit a button in the admin panel and whichever wordpress post you select becomes a thread with:
1. the same title
2. roughly the same text (given bbpress’ html capabilities)
3. comments converted to replies
Published on April 16th, 2007 by
Phew!! After a whole evenings work and a lot of jumping over hurdles trying to fix things, my wordpress and bbpress are working perfectly. Now what i want is to scrap the wordpress author.php page i created for users profiles, and use the bbpress profile. But that means adding i na few extra fields in edit profile, and displaying them in the profile. Can anyone help with this?
Also can anyone recommend the best avatar plugin that will also work on wordpress comments? Thanks!
Published on April 16th, 2007 by Null
bbPortal 1.2 is ready to download. You can download it here: http://www.bbportal.org/bb-downloads/bbportal1.2.zip
Changelog:
– Made bbPortal compatible with bbPress 8.0 +
– Rewritten most part of the code and fixed some small bugs
– Now using the bb_get_option API instead of creating a new database table
– Moved the plugin options in the admin area from “Content” to “Portal Management” in the main admin menubar
– bbPortal now uses the bbMenu plugin for its menu’s. This plugin is added into the .zip file
– Fixed the form processing bug (thanks to Sam Bauers)
Still to do:
– Fix the hyperlink bug
– Better CSS for the left and rightbars
– Widgets
– Being able to create new pages
– Being able to create new link tabs
_Null
Published on April 16th, 2007 by
edit: nevermind. i stumbled across a post that helped me solve it.
Published on April 16th, 2007 by Calitoe
Hello,
Sorry if this has been resolved already, but I haven’t found the answer 
Is there a directory, viewer, site, post, whatever that lists bbPress themes available round there (similar to WordPress themes viewers-showcases)? I’ve only found like 4 bbPress themes that really work with my current installation (0.8.1) after searching virtually everywhere.
Of course, I can always try and make my own template, but if anyone else is developing and releasing themes, I would like to know and they deserve to be promoted.
Thanks in advance.