seems to of fixed it for now i downloaded the bbpress integration plugin and it seems to of given it a big kick
Hello guys, I think this question was answered in this forum but sorry I can’t find it. So my problem:
I want to make bbpress use wp theme. Just open wp site, press forum and you are still in website (I want to make it look like a page). How to do that? I used themepress but theres no images and css when I install it…
Sorry for my english.
Another thing is about avatars.
If I recall correctly, the current version of bbpress only has native support for “gravatars”.
Many people, such as me, don’t want “an image that follows you from site to site appearing beside your name when you do things like comment or post on a blog.”
I much prefer allowing members of my site to have an avatar that is specific to their profile on my site.
Hopefully future versions of bbpress have native support for both gravatars and also avatars that are not gravatars.
JJJ, thanks for all your work on the new bbpress!
I run a wordpress site that uses a premium classifieds theme, and I have a bbpress forum integrated on the site.
One little issue is that members of my site have both a forum profile and another profile associated with the classifieds section.
It would be best if members of my site had only a single profile, that could be linked to from both the forum and from the classifieds section.
And the profile could show both recent forum posts of that member, as well as recent classified ads.
I’m not sure if this issue is best to bring up here with bbpress of maybe with the developers of the classifieds theme, or if it’s something I should try to handle myself.
Is there a plugin or an easy mod to show the replies to topics in a thread on the topic page, similar to the phorum.org demo here:
– http://www.phorum.org/demo/list.php?2, and
– http://makeupalley.com/board/board.asp?bid=1
Thanks in advance.
None of these seem to work for me in the latest version of bbPress. Any ideas on how to get this working?
I was looking for this also, thanks Gautam!
I was looking for this also, thanks Gautam!
Thanks mr_pelle!
Regarding bb_get_avatar(), it looks like you still need to have the users email to use it. Is there an easy way to grab the email of the current poster?
I find solution to avatar here, https://bbpress.org/forums/topic/how-to-get-the-last-posts-avatar
echo bb_get_avatar( get_post_author_id(), '70');
It seems I need to echo it out.
Thanks mr_pelle!
Regarding bb_get_avatar(), it looks like you still need to have the users email to use it. Is there an easy way to grab the email of the current poster?
I find solution to avatar here, https://bbpress.org/forums/topic/how-to-get-the-last-posts-avatar
echo bb_get_avatar( get_post_author_id(), '70');
It seems I need to echo it out.
Thank you! Works perfectly!
Thank you! Works perfectly!
The bbPress development (a.k.a. trunk) version allows you to choose what that link should link to (profile or website). But as you’re using 1.0.2, you can change <?php post_author_link(); ?> to:
<a href="<?php echo esc_attr( get_user_profile_link( get_post_author_id( $post_id ) ) ); ?>"><?php post_author( get_post_id() ); ?></a>
That should probably work…
The bbPress development (a.k.a. trunk) version allows you to choose what that link should link to (profile or website). But as you’re using 1.0.2, you can change <?php post_author_link(); ?> to:
<a href="<?php echo esc_attr( get_user_profile_link( get_post_author_id( $post_id ) ) ); ?>"><?php post_author( get_post_id() ); ?></a>
That should probably work…
At the moment, this code <?php post_author_link(); ?> links to the url that users type in, I have some linked to BP profile, some linked to their personal websites.
Is there a way to replace this code to link to their bbpress profile?
p.s. this is the link beneath user avatar.
I was going to wait until JJJ said go – as I assumed there would be a fair few updates in the next couple of days.
I have a deep integration with wordpress and up until today it has been working fine but then all of a sudden i cannot log into bbpress and i cannot log out properly.
I am logged out of wordpress but the link still says logout on the bbpress forums. I have cleared all cookies to see if this was the issue but no joy.
If i sign in as a subscriber then i am not able to see any forms to add a new topic or edit my profile.
if i sign in as an admin i can add new topics and edit my profile
any ideas?
We’re seeing a similar problem to that described here:
Login redirection prevents access to Admin area
in which the redirection after login doesn’t work correctly. Our installation is at:
https://www.example.org/forums/
which is the exact value of the “bbPress address (URL)” setting on the general settings page.
On the index page, wp_referer_field() returns “/forums/index.php”. This is embedded in the login form, and passed to bb-login.php.
bb-login.php calls bb_get_uri(), passing it that value. bb_get_uri() then appends that value to the value of bb_get_option(‘uri’), which returns the full URL above.
The upshot is that bb-login.php tries to redirect to https://www.example.org/forums/forums/index.php, which is obviously incorrect. So it looks as though either:
a) there’s a bug in bb_get_uri(); it should iterate through each directory in the bb_get_option(‘uri’) path in reverse order, and compare them with each directory in $resource, eliminating duplicates.
b) login-form.php shouldn’t call wp_referer_field()
– Bobby
Just to keep you people updated, this is the progress so far:
- Topic & Post Counts – This works fine, except for displaying post counts in forums, jjj said that he’s working on a patch which would be ready by Sunday.
- Voice Counts – Check #1330, has patch
- Rough Template – Done, except for front-end posting
- Admin area clean-up – This is pretty fine
- User’s Profiles, Posts, Favorites – Todo
If you’re interested in development, then you can checkout a copy of the plugin, test out patches or create tickets for bugs/enhancements etc.
What do you mean by lite wp? Plagin for wordpress integration or blog plugin for bbpress? There is bb-blog plugin but it needs some more work to become complete solution.
https://bbpress.org/forums/topic/bbblog-20-plugin
What do you mean by lite wp? Plagin for wordpress integration or blog plugin for bbpress? There is bb-blog plugin but it needs some more work to become complete solution.
https://bbpress.org/forums/topic/bbblog-20-plugin