Search Results for 'bbpress'
-
Search Results
-
When I view topics on my S9+ the right side of the topic section is cut off.
Viewing on phones with smaller screens isn’t a problem. Just on a larger mobile screen.
It’s fine on Tablets too.
I have adjusted the screen res on my phone aswell.
I’ve attempted several CSS changes with no luck.
#bbpress-forums .hentry {
margin-left: 0px;
}and
@media only screen and (max-width: 480px){
#bbpress-forums div.bbp-forum-author,
#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author {
position: relative;
}
#bbpress-forums div.bbp-reply-author img.avatar{
position: relative;
display: block;
}
}Hi 🙂
I do not know if my problem is more concerned with buddypress support or bbpress support, but I wrote here.My WordPress
bbPress 2.5.14
BuddyPress 3.2.0
I use theme Eduma.I’m using BuddyPress and created a group with a private forum. The problem is that the group forum has no template. If I check the page, it has all classes. It looks like it can’t read the css bbpress file (it look like that Annex1). I created the forum using bbPress. My forum looks like that Annex 2 and the group forum should look exactly the same. How can I do this? I will be grateful for your help.
Hello all, recently upgraded to PHP 7.2 on WPengine and our BBpress Forums has decided to throw a HTTP error 500.
The error message shown in log:
[Wed Nov 21 2018] [php7:error] PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function blockchain_replace_the_title(), 1 passed and exactly 2 expected in /nas/content/live/ep18/wp-content/themes/blockchain/inc/default-hooks.php:60\nStack trace:\n#0 [internal function]: blockchain_replace_the_title(‘Forums’)\n#1 /nas/content/live/ep18/wp-includes/class-wp-hook.php(286): call_user_func_array(‘blockchain_repl…’, Array)\n#2 /nas/content/live/ep18/wp-includes/plugin.php(203): WP_Hook->apply_filters(‘Forums’, Array)\n#3 /nas/content/live/ep18/wp-content/plugins/bbpress/includes/core/theme-compat.php(519): apply_filters(‘the_title’, ‘Forums’)\n#4 [internal function]: bbp_template_include_theme_compat(‘/nas/content/li…’)\n#5 /nas/content/live/ep18/wp-includes/class-wp-hook.php(286): call_user_func_array(‘bbp_template_in…’, Array)\n#6 /nas/content/live/ep18/wp-includes/plugin.php(203): WP_Hook->apply_filters(‘/nas/content/li…’, Array)\n#7 /nas/content/live/ep18/wp-content/plugins/bbpress/includes/core/sub-actions.php(436): apply_filters(‘bbp_temp in /nas/content/live/ep18/wp-content/themes/blockchain/inc/default-hooks.php on line 60, referer: https://ep18.wpengine.com/
Can anyone help?
Is BBpress compatible with PHP 7.2?
Thanks
BenHello,
I am using bbpress for forums on my site. But now I am migrating my forums to another site.I want to export only open topics to new site. Is there any way to get only open topics? Can anyone help me out for this?
Tearing my hair out here trying to change the content container to transparent. I’ve tried changing the bbpress.css file, putting custom css in the bbl style pack, but nothing seems to work.
Really appreciate some help here as I don’t what else I can do.
WordPress 4.9.8
bbPress 2.5.14
http://dftasmania.com/forums/topic/test-topic/
Thanks in advance.
Cheers
LongtallTopic: Migrating part of forum
Hello,
we are migrating our site which includes a bbPress forum. The migration process is pretty long. So we’d rather not close the forum for a long time.We’ll start the migration import the whole database. The rest of the process will take several days. This means that in the meantime new discussions will be added to the forum.
We thought we could add those new discussions using the XML importer. But in our tests it didn’t work. The discussions don’t show up in the frontend. And when we try to fix them with the bbPress tools, they disappear.
Is there a way to do it?