Here is some CSS to float the forum subscribe link to the right. You can also just display in block to make the link just have its own row.
https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#17-move-subscribe-to-right-hand-side
This css will fix some padding issues for lists in your bbPress forum.
#bbpress-forums li {
padding-bottom: 0;
}
Since I couldn’t really read what was in the red oval I hope this helps.
tvirtual – did you ever get this resolved? Sounds like you need to be using the aMember login form, not bbPress login form.
I have integrated the two scripts nicely and would be glad to help (if you still need it). aMember support through tickets is also top notch.
The unit tests are passing, so my guess is that it’s a problem with a plugin, or (less likely) your PHP setup. The $_SERVER['SERVER_NAME'] doesn’t include the protocol (http:// or https:// in most cases), so that shouldn’t be an issue.
My guess is that there is some other plugin that’s filtering bbp_get_do_not_reply_address incorrectly. Maybe even some code in your theme’s functions.php file. Could provide a list of the plugins you’re using. Specifically, bbPress or email related plugins?
whilst forums are part of bbpress – I think this is a buddypress question – try posting on there
https://buddypress.org/support/
Hello,
I have heard from my visitors that they have problem to register to the forum on pc/laptop, but it works fine on mobile devices (for some visitors). They face a blank page saying “Blocked”
Personally, I do not face this problem.
I have read other possible solutions to this problem on the bbPress forum, but none of them have solved my issue.
WP version: 4.5.2
bbPress version: 2.5.9
Website: aviationiran.com
Thanks in advance,
Amin
Hi Schoelje,
Tnx for your help. I’ve imported my database from phpBB succesfully using the 2.6 alpha version of BBpress.
grtz
Willem
[I am just creating a new topic about this]
I’ve finally completed the conversion (took only 8 hours against the 2 days of the previous versions).
Nevertheless, big problem here: I can see no forum after the conversion.
I’ve been checking the database schema in which wordpress is installed and nothing….
I can only find an empty wp_bbp_converter_translator table and for the rest: no users converted, no posts, no forum and topics tables.
Does someone has any idea why this happened?
It actually looked like it was converting something and the number of interactions I’ve seen in the log during the conversion matches the actual numbers in PhpBB.
I would appreciate if someone can help.
Thanks,
Gio
Hi Everyone!
I’m very new to bbPress. It looks great for what I currently need, but it doesn’t work on any mobile devices such as iphone ipads etc! What’s up with that?
My site is http://clarineat.com/forums
I have the genesis theme installed with an Appendipity pod casting child theme.
Thank you for any thoughts!
@arutam if you want flaunt your forum in Pimp your Press and I will check it out there.
Try some plugin and theme troubleshooting since this is the most common.
https://codex.bbpress.org/getting-started/troubleshooting/
Well the one on the left is from a widget, and the one on the right is the actual one for your bbPress forum profile.
Without looking at your site, this is possibly just a common CSS issue with left padding on lists (bbPress uses lists for its forum layout).
I do see them, they seem oddly big though.
This CSS is causing that issue. This class is used throughout bbPress for its avatars.
a.bbp-author-avatar {
background-size: cover;
padding: 35px;
display: block;
max-width: 100px;
}
@rnmartinez you can’t just use a phpbb theme for bbPress, you know different functionality for each forum system. You would have to remake the theme but for bbPress instead.
bbPress can have its own theme technically, by just using customized bbPress templates and custom styles and you can either put that in a custom/child theme or a plugin that creates a forum theme package, Robins plugin is a small example of the forum theme package thing.
Dear Robkk,
Thanks a million to you, it worked well! I already lost hopes to use the bbPress. Appreciate your help!
Do you know, by any chance, how to add margin between forum topics and Subscribe, and also align it properly, on the top of forum topic panel? (http://www.mynettips.com/blog2/forums/forum/новый-форум/)
Thank you again!
This is a common theme related issue, where avatars are displayed in block instead of inline or inline-block. Add this CSS anywhere you can add your custom CSS like a child themes style.css file or a seperate custom css plugin.
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
float: none;
margin-bottom: 0;
vertical-align: middle;
border: 1px solid #ddd;
display: inline-block;
}
I think with bbPress you just have forums on one site each only for right now, there is no shared content on a multi site setup.
Not entirely sure this plugn works still, but there is this still.
https://wordpress.org/plugins/bbpress-digest/