Published on January 2nd, 2014 by The_Geek
Hi there!
The bbPress doesn’t works correctly with SMThemes theme Architecture, but with standard WordPress Theme it works well.
I want use bbPress with Architecture theme, but I can’t find information about it. Yes, I’m googling it and trying to optimize theme myself, but it doesn’t works.
In WordPress Theme – http://itmages.ru/image/view/1411812/5e541222
In Architecture Theme – http://itmages.ru/image/view/1411811/16a608ca
Help me please.
Published on January 2nd, 2014 by maplewang
I did not know where is it? though there are page i8n, i10n, seems we should use utf8 for internationalize?
Published on January 2nd, 2014 by shearamariz
Hi,
I know that this must not be posted here but the author of this plugin has no response anymore and I believe this plugin must be integrated to bbpress itself since it’s very important to avoid spams and to moderate posts that are not related to the forum.
Please see this link: http://pastebin.com/EMmZK1Zt
for my code.
Now, my problem is I cannot make it work. I have checked the structure of wp mail and I know I’m in the right path. It’s just why it’s still not working.
I hope someone here can help me as I’ve been struggling on this for months now.
Thanks and have a great day ahead.
Best regards,
Mariz
Published on January 1st, 2014 by KeonD
How do I link a user’s forum profile from their name in their comment. So far I’ve got this code in functions.php but it doesn’t seem to work:
function force_comment_author_url($comment)
{
// does the comment have a valid author URL?
$no_url = !$comment->comment_author_url || $comment->comment_author_url == ‘http://’;
if ($comment->user_id && $no_url) {
// comment was written by a registered user but with no author URL
$comment->comment_author_url = ‘http://www.examplesite.co.uk/forums/users/=’ . $comment->username;
}
return $comment;
}
add_filter(‘get_comment’, ‘force_comment_author_url’);
Please can somebody tell me where I’m going wrong?
Published on January 1st, 2014 by Spencer Hill
I’ve installed BBPress alongside BuddyPress and attempted to create the Forums page (http://www.theportlandcompany.com/contact-and-support/forums/) but nothing is appearing. Can someone enlighten me as to what I’m doing wrong? Thanks!
Published on January 1st, 2014 by focallocal
Hi, is it at all possible to display an individual part of my forum on a different page?
i want to be able to do exactly what buddypress does when they display bbpress categories as forums for their groups, and so i can have that category of the forum show up as an element in a custom made page.
i tired with shortcodes but that only seemed to give the headings, i want the threads and comments from the forum to be usable from different pages in my site, exactly how buddypress allows users to access the forums in their groups.
Any help would be amazing as i’ve been stuck on this for 2 weeks now and my project deadline is almost upon me.
Published on January 1st, 2014 by zubeek
Hi All,
Currently have a strange problem on our site whereby when a user makes a post, they can edit their post fine and so can the admins, but any post after that if anyone tries to edit it then it just shows a blank page
I can edit the reply fine in the admin section, also when we try to edit it using the forum edit function – along side showing the blank page, it also changes the icons of the admin bar along the top

I was just wondering if anyone might have an idea to the cause of the issue
Cheers
Published on January 1st, 2014 by FlitterCMC
I recently installed bbPress over at Cutie Mark Collectables, and I’m having issues with any links which include /reply/edit (i.e. http://www.cutiemark.co.uk/forums/reply/85/edit/). They appear to go into an infinite redirect loop.
Editing original topics (http://www.cutiemark.co.uk/forums/topic/looking-for-trouble-pinkblue-rainbow-dash/edit/) works fine.
The issue appears to be related to the WordPress e-Commerce plugin from GetShopped, because the edit function works when this is turned off. However, turning off my store isn’t a viable fix so I’m looking for a workaround e.g. a way to turn off using permalinks for the edit reply option.
I’m using this stack:
– WordPress 3.8
– bbPress 2.5.2
– Linux
– PHP 5.5.6
– Apache 2.4
Others have reported this issue and not received any support so I’m hoping I can get a hand here.
Published on January 1st, 2014 by 5ngua
Hello,
In the forum setting, it says:”Partner with a WordPress Page and use Shortcodes for more flexibility.”
How can I do that?
Thanks,
Published on January 1st, 2014 by 5ngua
Hello,
If in the forum setting, we do not check Prefix all forum content with the Forum Root slug (Recommended) , then what happens?
I want to uncheck the option but not sure it will work since the option is recommended.
Thanks,