I wanted to add a simple login/out link in the ‘breadcrumb’ area of every page which I did by using the code on this page: http://bbpress.org/forums/topic/bbpress-20-plugin-adding-a-log-inout-link-to-the-top-of-every-forum-page
However, I’d also like to add a ‘edit profile’ link as there doesn’t seem to be an easy way for users to do this.
Could anyone tell me how I would amend this to add a edit profile link?
$bb2custom_user_is_logged_in = 'Welcome '.$current_user->user_login.'. You can log out <a href='.wp_logout_url( get_permalink() ).'>here</a>.';
Something like this but I’m unsure of the syntax (plus being a ‘front-end’ chap, I’m crap with PHP):
$bb2custom_user_is_logged_in = 'Welcome '.$current_user->user_login.'. You can log out <a href='.wp_logout_url( get_permalink() ).'>here</a>. Or edit your profile <a href='.bb_press_edit_profile().'>here</a>';
errol, you need the development version, not the latest stable release. You’ll have to use Subversion to check it out. Link in on the download page: https://bbpress.org/download/
Hi, I have the same problem. I installed physically the WP files in /wp subfolder and blog is accessible virtually in /blog subfolder. Is it possible to similarly access forum in virtual /forum subfolder instead of /blog/forum?
Hi, I have the same problem. I installed physically the WP files in /wp subfolder and blog is accessible virtually in /blog subfolder. Is it possible to similarly access forum in virtual /forum subfolder instead of /blog/forum?
A standalone bbPress 2.0 will allow subforums, correct?
Sorry for the newb questions, I’m just getting into understanding bbPress and the different types of installations has me a bit confused.
Thanks
i do not found the option “meta tag option” in my adminisration i use bbpress plugin 2.0.2
you are saying right… it has great customization capability.i have also customized bbpress 2.0 in my site and now it is looking good.You should see my forum.
forum Home page:
http://www.authorcode.com/forums/
topic page:
http://www.authorcode.com/forums/topic/save-listview-data-to-same-excel-file-but-different-sheet/
The setup and appearance of the forum is great – and i looked forward to use it on my site.
But i have big issues with plugins that not support v 2.0.2. Most plugins are old and +1 years old. The wise plugin makers really need to upgrade the great old plugins to support the new bbpress version
Interesting post. I look forward to what you continue to put up. Thanks!
bbpress 2.0 allows you to have standalone forums (your normal forum style – vbulletin ect.) But, it doesn’t intergrate with groups. Yet.
The forum skin doesn’t need to be different across the different sites. I was thinking of off-linking the forum somehow in an iFrame or something using Multisite on WP.
Hello bbPress community!!!
Its very nice and ease forum plugin and had used it a lot. But now I have a little problem with it: after installing “Another WordPress Classifieds Plugin 1.8.9.4” on main page of bbPress (/?post_type=forum) my forums are just disappeared and message “Oh bother! No forums were found here!” is shown. Also interesting that all forums and topics are working properly. How can I put my forums back on main page?
Yeah, bbpress 2.0 is unbelievable, love this thing. So easily customized, looks awesome, feels awesome, and it’s ability to integrate with wordpress the way it does is bad ass.
Hi Chris,
Thanks for your response. I attempted to upgrade to 2.0 on a WP site. Those plugins were giving me plenty of trouble too. Additionally, I prefer the look/feel of the bbPress I’m using.
I noticed that the error provided said ‘perms’ had been changed to ‘scope’. So, in the connect.php plugin file, I made these changes. Since uploading the new file, I now see the FB Connect pop-up and it asks me to ‘allow’ access to my profile info. After allowing access, the pop-up disappears and another error is shown on the page – Permission Denied – all.js. Code:0 http://connect.facebook.com/en_US/all.js – Line: 22 Char:4321
While I’m a bit closer, I’m sure I’m still pretty far off from finding this on my own. Any help would be appreciated :o)
Thanks,
Chris
Sorry for bumping. Im on a deadline and this is the last thing keeping me from completion of a site. I’ve looked through a lot of threads on this and can’t find a good answer. One talked about changing the line 832 in bp-forums-templaetags.php but I can’t even find that. Is there any known answer for the current version of bbpress?
Sorry for bumping. Im on a deadline and this is the last thing keeping me from completion of a site. I’ve looked through a lot of threads on this and can’t find a good answer. One talked about changing the line 832 in bp-forums-templaetags.php but I can’t even find that. Is there any known answer for the current version of bbpress?
Hi,
I am using the most final version! but the prb. is there!
if you kindly tell me how to do i t will appreciate it.
thanks
Well i hoped i found the solution, when i found this plugin = https://bbpress.org/plugins/topic/read-only-forums/
But i dont work with my bbpress Version 2.0.2.
Hi everyone. I have spent a whole lot of time building a website with this great bbpress forum, and suddently i found out that there is no “close for reply’s” options for the users who makes topics.
The forum contains both discussion and also a section, where the topics not shall have reply’s.
Is it possible to make such a function? Merry christmas everyone 
Regards, Daniel
To clarify, we need subforums within groups. So each group would have multiple subforums.
Thanks
I’m working on a site that uses BuddyPress 1.2.8 I see that BuddyPress has bbPress support, but I also have read references to BP having it’s own forums.
The ultimate goal is to get forums setup that allow sub-forums.
So, what’s the deal with Buddypress and forums, bbPress, etc etc ? What’s my best route to get forums that are nicely integrated with Buddypress and allow sub-forums?
Thanks
@sravankumardv
I think your code should read:
[bbp-single-forum id=36]
instead of:
[bbp-single-forum id=$Introduction]
I hope this helps…
How to display the BBpress Version anywhere? I want to provide a download link showing the latest version on my WP Blog
I also found the video very helpful. Many thanks for posting the link John.
A-HA! Okay, the culprit for the table color had to do with bbpress using a twentyten styled theme. That’s taken care of. Now just the aligning..