bbp style pack
once activated go to
dashboard>settings>bbp style pack>forum templates
and select the alternate template
My website : d20arabia.com
WordPress v. 5.0.2
Events manager 5.9.5
Ultimate Member 2.0.37
User Role Editor 4.48
Hi all, I know this is an old topic. Those days When I faced this problem and I reached here.
But I can’t find a satisfying answer from the forum. So I wrote a plugin to solve this problem. Hope it will help someone else has the same problem.
BBP DoFollow
The post editor of bbpress is not fully displayed on mobile devices. WordPress version is 5.0 and bbpress version is 2.5.14.
I’ve tried different mobile devices and the problem remains. This is a recent problem, which has been normal before.

I am trying to allow users to embed videos by using links such as Youtube. When I do so the videos appears but is cut off because the box is to small to fit the iframe that is added to the site when wordpress adds the embed code. You can see an example here: http://b67.3d8.myftpupload.com/no-shift/topic/messed-up-divorce/
I did some searching and found some CSS that doesn’t work either. Basically it adjusts the width but breaks on the height.
.bbp-reply-content {
overflow:hidden;
padding-bottom:56.25% !important;
position:relative;
height:0;
}
.bbp-reply-content iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}
Is there a way to make the WordPress auto embed code responsive in BBPress?
Anyone ?
I believe I am missing some very basic configuration option. I am new to WordPress so can’t figure it out. Any help is very appreciated.
Looking for the right solution…
We would like to create a social community site like facebook where members have profile pages and can post videos, pictures and such. Create and join groups and get push notifications for chosen content.
1ST PAGE – ENROLLMENT & INTRO VIDEO
1. Three minute intro video
2. MEMBERSHIP ENROLLMENT BUTTON:
Most important this will be a paid membership site with a pay to enter button. Emails provided in this sign up should integrate with mailchimp
2ND PAGE- POST ENROLMENT
Once they’ve entered we would like a landing page that has
1. A embedded live stream video player
2. A randomized video playlist player
3. A grid avatar list of our core contributors below these two players
4. Tabs up top to navigate to members profiles, groups and more
we welcome your suggestions. Thank you all so much in advance
1. Which version of WordPress are you running? WordPress 5.0.2
2. Did you install WordPress as a directory or subdomain install? Directory installation
3. If a directory install, is it in root or in a subdirectory? Root
4. Did you upgrade from a previous version of WordPress? If so, from which version? No Fresh Install 2 days ago
5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. N/A
6. Which version of BP are you running? 4.1.0
7. Did you upgraded from a previous version of BP? If so, from which version? NO
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? BuddyPress, Google Analytics for WordPress by MonsterInsights, Jetpack by WordPress.com, OptinMonster API, WPForms Lite
9. Are you using a standard WordPress theme or customized theme? Tonic
10. Which theme do you use ? Tonic
11. Have you modified the core files in any way? NO
12. Do you have any custom functions in bp-custom.php? NO
13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? NO
14. Please provide a list of any errors in your server’s log files. https://codex.wordpress.org/Debugging_in_WordPress
15. Which company provides your hosting? Bluehost
16. Is your server running Windows, or if Linux; Apache, nginx or something else? Apache
17. Which BP Theme are you using? Tonic
18. Have you overloaded any BuddyPress template files. NO
19. Any other site customisations that might have a bearing on the issue? NO
Wordpress version -5.0.2
bbpress – 2.5.14
ADD/ADHD
I have been trying to add a description to my forum but it doesn’t save.
You can see the differency here
https://www.sanaristikkofoorumi.net/wordpress/forums/forum/sanaristikot/suomen-kuvalehti/
On the right bottom corner of the main menus is (double) arrow down, which has the link
#new-post
That goes to the right place
Clicking + ALOITA UUSI KESKUSTELU
goes
https://www.sanaristikkofoorumi.net/wordpress/forums/forum/sanaristikot/suomen-kuvalehti/#bsptopic
That goes a little bit too far.
sorry, but bbpress is a wordpress plugin, that’s it
put this in your functions file or in code snippets
add_filter( 'bbp_suppress_private_author_link', 'rew_remove_author_space' ) ;
function rew_remove_author_space ($author_link ){
$author_link = str_replace( ' ', '', $author_link );
return $author_link;
}
Code Snippets
bbpress uses wordpress posts, so this will be the count of all posts of whatever type since your site started. Post and page revisions count as posts, so each time you hit update on a page, post, topic, reply, forum and whatever other custom post types you have, a new post is created, so 1346 is actually quite low !!
Hi
Handling of links behaves a little bit annoying
- When transforming link as blockquote, bbPress strip off anchor.
- Linking to external bbPress page, bbPress does not add target=”_blank” to the link, which is annoying.
- bbPress doesn’t always convert link to another bbPress-page as iframe (see. https://www.sanaristikkofoorumi.net/wordpress/forums/topic/ongelmia-visuaalisen-editorin-kanssa/#post-9373 – there first the link to this site was first inside a blockquote, but next time inside iframe.
I’ve found no issues in relation to WordPress 5.0
And BBPRESS continues to be stable but as an actively maintained and developed platform BBPRESS is dead.
As you have seen Version 2.6 has been in development for about 2 years and no updates have been made on the latest release candidate in over a year I think.
The only person providing any support here seems to be Robin, who I understand Is not part of the BBPRESS team but has developed a number of plugins that can help with many users issues.
Even with Bbpress scale and amount of plugin developers I still can’t believe there is no way of adding images inline in a BBpress post with the image being loaded into the WordPress media library.
Log into your WordPress back-end.
Go to Plugins > Installed Plugins .
Scroll down until you see bbPress and click Deactivate.
After the page reloads , scroll back down to the bbPress plugin , now click the red Delete link.
If you have a WordPress.com account, then you can use that or you can create a free account. Once you have connected Jetpack to WordPress.com, you need to visit Appearance » Widgets. Drag and drop Blog Subscriptions (Jetpack) widget to a sidebar and then click on Save button store your widget settings.
bbpress just uses wordpress, so not really a bbpress issue
try
Check Email
Seems that if the link is an independent paragraph, WordPress makes conversion. See:https://www.sanaristikkofoorumi.net/wordpress/forums/topic/foorumin-ulkoasusta-ym/
When pasting some texts, TinyMCE show some HTML (DIV and SPAN tags)
as you can see https://www.sanaristikkofoorumi.net/wordpress/forums/topic/suomen-kuvalehti-50-2018/#post-8740
I put an additional function in order to parse that off, but it did not work. I installed bbp Style pack and seems that using this plugin I don’t get unwanded HTML tags.
But I would like also get automatic transforming www-addresses using the title of the page instead showing the www-address itself.
I didn’t find how to accomplish that.
It is not necessary under GDPR to prevent people form publishing their personal data if they wish. For instance if x wants to put their personal phone number on a public forum, that is up to x, and the site is under no obligation to remove it or advise x.
However if you want to create a ticket like system, then I presume you tried my private groups plugin mentioned in the other thread which does just what you want if I understand you correctly.
Private groups
Well this works better than by adding some extra function to the functions.php
The problem was that pasting text add unwanted HTML:
Suomen Kuvalehti 50/2018
I tested using this plugin. I didn’t get unwanted HTML. so in his plugin this issue has been solved.
But I would like to get transforming http://… into format, which has been used in my previous post. Can that be achieved with this plugin?
You can answer this question also in my own forum. I have written now in Finnish, but also answers in English are OK.
https://www.sanaristikkofoorumi.net/wordpress/forums/topic/ongelmia-visuaalisen-editorin-kanssa/