Forum Replies Created
-
In reply to: I don’t get email notifications
It may well be the address that bbpress is sending from.
this is typically noreply@ and if this email address does not exist then many email hosts will not permit its transit through the system.
either
once activated go to
dashboard>settings>bbp style pack>Subscription Emails
where you can amend the address and change the wording as well
or
Put this in your child theme’s function file –
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
or use
add_filter('bbp_get_do_not_reply_address','my_bbp_no_reply_email'); function no_reply_email(){ $email = 'noreply@yourdomain.com'; // any email you want return $email; }
and change the address
In reply to: Registry List – Expandable – Self enteredand are you using Jetpack?
In reply to: Blank content, see only username.@sakullak – are you running Jetpack?
In reply to: Registry List – Expandable – Self enteredok, presume you have bbpress enabled ?
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, 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.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
In reply to: Blank content, see only username.it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, 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.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
In reply to: “User” Page seems to be stuck in a loopgreat – glad you are fixed đŸ™‚
In reply to: How To Allow Same Topic Postit will work fine, just not for the same person posting the same title in succession – it detects those as duplicates
Different users doping the same title will work fine.
to find the posts look in
dashboard>topics they may be in pending or spam
In reply to: How To Allow Same Topic Postsee another post in this forum that I have just done with the same title
In reply to: How To Allow Same Topic Post@zoddshop63 now this forum has 2 topics with the same title
In reply to: How To Allow Same Topic Postbbpress copes with that quite happily
In reply to: “User” Page seems to be stuck in a loopok, I’ve released version 5.5.2 of
once activated go to
dashboard>settings>bbp style pack>Theme Support and there is a fix in there which stops this.
I will report the issue to Astra as well to fix in a future release of their theme
In reply to: “User” Page seems to be stuck in a loopThanks, I’ve just found the issue and am working on a fix, so hold on contacting plugin author.
It is an Astra theme issue – I’ll come back shortly
In reply to: “User” Page seems to be stuck in a loopok, is that from a shortcode, or how are you getting to that page?
In reply to: posts to forums stopped sending mails to subscribersI’d start by seeing in email is working
In reply to: Translate BP Registration pageok, you’ll need this support page
In reply to: Update my profile Button does not showcontact me via
In reply to: Translate BP Registration pagebbpress or buddypress ?
In reply to: Update my profile Button does not showI would need a link to a live example on your site, I can then use browser tools to see what is happening
In reply to: abonnésok, so is the email working or are subscriptions not working ?
so I would start with using this email to see if emails are being sent
In reply to: abonnésis this turned on
dashboard>settings>forums>subscriptions
In reply to: La date et l’heure dans le forumGreat – glad you are fixed đŸ™‚
In reply to: La date et l’heure dans le forumI would guess that you are using the bbp-style-pack and using the ‘freshness display’ gab to set the date.
If so, then in item 6 – freshness format, you need to set the separator as a space
If this is not the case, then come back and say how you are setting the date
In reply to: How to unsubscribe a member to all threads?no problem, glad you are fixed
In reply to: How to unsubscribe a member to all threads?hiver over a username as you would do to edit them, and you’ll see a subscriptions option
In reply to: How to unsubscribe a member to all threads?I have added this feature to
once activated go to
dashboard>settings>bbp style pack>Subscription Management and activate
You can then manage a users subscriptions in dashboard>users