Hey guys! So I was wondering, my forum is quite small, how in the world do I have it adapt to the screen size, to be a more regular size rather than squished into the middle. Any help would be grand, thanks!
www.subtopic.org
Hey guys! So I was wondering, my forum is quite small, how in the world do I have it adapt to the screen size, to be a more regular size rather than squished into the middle. Any help would be grand, thanks!
www.subtopic.org
I’m on WP 3.8 with bbPress 2.5.1-5217. When I enable the Subscribe to topics feature in the options, it never sends e-mails for topics I’m subscribed to.
Any idea where I can start trying to troubleshoot this?
When someone posts a new topic containing characters like ” or ‘, they are converted to &something;. However, I use smart quotes (the wptexturize filter) on the rest of the website and this makes the typography inconsistent (because the html entity for ” doesn’t get converted to curly quotes).
I suppose this is a bug, or at least I don’t see any reason why a topic title should be treated differently than the rest (the topic content is displayed as it should). I also guess that all that is needed to solve this is commenting out just one line somewhere. Unfortunately, I don’t know what the search for. Any hints?
Hi,
It was lovely of Milan to add hooks to his bbPress Digest (see here: http://blog.milandinic.com/2013/12/15/bbpress-digest-2-1-customizing-emails/)
But I think he does not have much free time for non-developers, which I can understand. I was wondering if anyone can helps with implementation?
I just want to update the From and the Subject.
Thanks
Hi,
Is it possible to get the bbp reply content with the bbp topic title?
So when you have an overview of all the topics that you can see a subtitle which contains a little bit more information..
Thanks..
Hi guys,
is there any solution to have same nicks in WordPress and phpBB, which you want to import into bbPress? For example, when I do this with my forum nick ‘LinDan94’, it’ll be overwrited with ‘imported_LinDan94’, because the same user exists in WordPress. How can I link this 2 accounts together?
Thanks in advance
I want want to remove the permission that moderators can delete topics and posts from the trash. But how can I change the standard permissions from bbPress?
I made this code but it doesn’t work because bbPress roles are separated from WordPress roles:
function changePermissions() {
$role = get_role('moderater');
$role->remove_cap('delete_others_topics');
$role->remove_cap('delete_others_replies');
}
add_action('init', 'changePermissions');
Hello,
Is it possible to implement a private messages system into BB Press? Most standalone forums I saw had this feature, and I felt that existing plugins did not really satisfy my needs.
Thanks.
Anyone is using wordpress seo by yoast and bbpress please confirm that this is not a bug and this is my mistake: https://wordpress.org/support/topic/page-number-does-not-work?replies=1 . I have been struggling with Yoast and he says this is not a bug of WordPress SEO.
In short: please check to see if %%page%% in wordpress seo titles work for BBpress pages like topics and forums. For me, it does not work anymore.
Thanks,
I have a site on WordPress Version 3.8 running bbPress Version 2.5.1… I have a forum under a parent forum that participants cannot post topics in. The error they get is:
ERROR: Your topic cannot be created at this time.
I am not sure why this happens – the forum that is causing this error is configured as:
Type: Forum
Status: Open
Visibility: Public
Any thoughts on why this might be happening? The users of the site also are part of BuddyPress incase that may shed some light on this error. Anything I should look at? Thanks.