Forum Replies Created
-
It is that the name is so short that bbpress can fit it in the space
you could fix using
#bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-reply-author, #bbpress-forums div.bbp-topic-author { width: 100px; }in the custom css area of your theme
In reply to: add links to bbpress login widgetgreat – glad you tracked it down
In reply to: bbp-topic-form won’t show up properly on mobile@nickds the issue is site/theme specific – I cant fix everyone’s theme issues !!
a quick look at your site and the forums page appears to have issues with your theme performing calculations on the css eg
.entry .entry-content > *, .entry .entry-summary > *, .entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *, .entry .entry-content > .wp-block-group > .wp-block-group__inner-container > * { max-width: calc(6 * (100vw / 12) - 28px); }In reply to: 500 Internal Server Error on repliessuggest if you haven’t updated or changed software that you contact your host provider
otherwise
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Then come back
In reply to: Alert when a post is writtenI’m just a bbpress user who helps out on support – I leave trac to the authors 🙂 🙂
In reply to: Moderators bbpressyou can have as many moderators as you like.
If you want a person to moderate across all forums, then set their bbpress role to ‘moderator’ in their profile in the dashboard.
If you want them to only moderate a particular forum, then set that in dashboard>forums>edit forum on the right hand side
thanks, I’ve logged a trac ticket o the authors will be aware
In reply to: get notification of any posts by emailif you enable subscriptions they could just subscribe to the forums
or presuming these people have a specific role (eg moderator) then
In reply to: how do I remove first two parts of breadcrumb?no idea on the code – style pack still works
In reply to: Open forums & topics in templateok, still not quite sure what you are meaning, but suspect
and look at section 8 which talks about getting bbpress to use the template you want
In reply to: Open forums & topics in templateok, so now you need to explain what you want it to look like
In reply to: Open forums & topics in templatelink to your site please
In reply to: link you followed has expired when sending a replygreat – glad you are fixed
In reply to: link you followed has expired when sending a replythose words are not from bbpress.
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Then come back
In reply to: Related Posts for bbpressI don’t know of anything that dos this – sorry
In reply to: Inserted link – post doesn’t go throughit could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Then come back
In reply to: Fix for PHPBB3 to BBPress conversion script2.6.3 is out that supersedes 2.6RC7 and incorporates the fixes in this
In reply to: “Keep me logged in” text in side bar widget stacking🙂
In reply to: Notification Emailsno template but filters available
incudes/common/functions
look for
function bbp_notify_forum_subscribers
function bbp_notify_topic_subscribersand the filters within these
In reply to: Customize reply author infoso just use the total and rename it !!
In reply to: “Keep me logged in” text in side bar widget stackinggreat – glad you are fixed !
In reply to: “Keep me logged in” text in side bar widget stackingadd this to the custom css area of your theme
#sidebar .bbp-login-form label { width: 200px !important ; }is she set as keymaster ?
In reply to: “Keep me logged in” text in side bar widget stackingwould need a link to a live example on your site please