Forum Replies Created
-
In reply to: Spam Registrations
I’m not sure what you mean by a ‘spam registration’ – when a user registers, how could the system know whether they were a genuine user or a spam one ??
In reply to: Where?? Single Forum ID for shortcodeif you go into
dashboard>forums>all forums and put your mouse over edit on a forum, then at the bottom of the screen you will see
http://mysite.com/wp-admin/post.php?post=16426&action=edit
16426 is the ID of the forum
In reply to: Forum notification to subscribersWhere I have had problems with WordPress sending emails (mainly contact form 7), I have switched to SMTP using
and then setting ‘other smtp’ using your mail provider’s details.
This seems much more robust to sending emails, and preventing mail servers seeing this as spam
In reply to: Edit/change ‘noreply’@ email addresssee https://bbpress.org/forums/topic/remove-noreply-email-from-notification-emails/ for various answers
great – glad you are fixed !
In reply to: Freshness is way offthat bar can be hidden
once activated go to
dashboard>settings>bbp style pack>Forum Display
In reply to: Freshness is way offtry
dashboard>tools>forums>repair forums and run one at a time
In reply to: Edit the bbPress login widgetgreat – glad you are fixed
In reply to: Freshness is way offIn reply to: Recent Topic Missingit went into a pending file – now approved
In reply to: Edit the bbPress login widgetTry adding this to the custom css of your theme
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], textarea, select { margin-bottom: 0rem; padding: 0px; }
In reply to: bbp-topic-form won’t show up properly on mobileok, just looked at your site – seems ok, what part EXACTLY is the problem?
In reply to: Edit the bbPress login widgettheme dependant – need a link to a live example
In reply to: bbp-topic-form won’t show up properly on mobileat the moment the whole forum page looks bad
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