Forum Replies Created
-
In reply to: Can’t create sub-forums (parents)
so in summary
live site with
Buddypress 2.9.4
bbpress 2.5.14
wordpress 4.9.5
elementor (various, 1.9.6, 1.9.8, 2.0.4)WAS working, but then suddenly stopped. Yes, this was working and then wasn’t as opposed to not working ever on live?
Test Site :
Buddypress 2.9.4
bbpress 2.5.14
wordpress 4.9.5
elementor WHICH VERSION ?IS working and always has been ?
Is the above all correct?
In reply to: How can I achieve this !In reply to: How to hide members from being listed?If you are just using bbpress (and not buddypress) then install
and go to
dashboard>settings>bbp style pack>profile and you’ll see options to block this
In reply to: User registration email not sending to userI installed the check email and clearly it’s not sending the password emails.
can you clarify what the results from this plugin were – did other emails go ok ?
In reply to: 404scan only suggest
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
In reply to: How to make new subscribers blocked from bbpress?dashboiard>settings>forums>auto role – tick and set to blocked
In reply to: WP Forms & BBPress – Advice please!bbpress just uses wordpress registration – so any worpress registration/login will be fine
In reply to: User registration email not sending to userso it is wordpress not bbpress
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
In reply to: User registration email not sending to userdid you do
As a final check, go into http://www.mysite.com/wp-login.php and test that registration also fails there
In reply to: User registration email not sending to userbbpress uses wordpress registration, so this is probably not a bbpress issue.
As a final check, go into http://www.mysite.com/wp-login.php and test that registration also fails there
Then I suggest you contact your host provider to help – as it is possibly a site configuarion/email issue.
In reply to: User registration email not sending to userIt could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
In reply to: User registration email not sending to userbbpress just uses wordpress registration, so start with
1. You should be aware that many spam filters strip messages that do not come from the correct address. So if your site is mysite.com and your email address in wordpress settings>general is fred@gmail.com then it is likely that messages will be dumped in transit. You need to set up email to come from your site eg fred@mysite.com, your hosting provider can help if needed.
2. Then you need to see if this is wordpress wide
Try https://wordpress.org/plugins/check-email/dashboard>settings>forums>Disallow editing after…
and amend to what you want
hmmm…..
Can you post the copy of the above as you have in your functions file but with any previous function and any subsequent one
In reply to: Participants can't create topics/post repliesIt could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
In reply to: Can't create topics on frontend sideyes all data is lost
In reply to: How do users check their subscriptionsthey go to their profile – click their name link on any bbpress page
In reply to: BBpress like/reply notificationAs a conclusion, I couldnt find any free plugin for reply / likes notifications to the user. I had to create one.
would you be happy to share it to help others ?
In reply to: Single Forumsyou can create an index with particular forums using a shortcode in my style pack
[bsp-display-forum-index forum= ‘2932,2921’ title=’main forums’] Displays the selected forum indexes
my style pack has a shortcode
[bsp-display-topic-indexforum =’101′ ] Displays the latest topics, optionally from a forum or forums
In reply to: Posts/Themes not showing up (only after a day or so)no problem – glad you are fixed
In reply to: Posts/Themes not showing up (only after a day or so)if you google ‘WP Super Cache bbpress’ you’ll find lots of help – including how to disable bbpress for supercache
WordPress Dashboard
> Settings
> WP Super Cache
> Advanced tab
> Scroll down to “Accepted Filenames & Rejected URI’s”> Add here strings (not a filename) …
I found the following entries in that text box:
wp-.*.php
index.php
I added:
/forums/
(My bbPress application is installed under my WordPress directory in the /forums sub-directory).
Now all URL’s that include the string “/forums/” are ignored in terms of caching.
which sound like what you may need
In reply to: 404ssorry, can’t think of any other generic idea
In reply to: bbPress Compitiblity issuelooks like 4.9.5 has finally taken that function out.
the new version of bbpress 2.6 does not use that function, so it will disapear if/when that version is released.
I’ll log it as a bug in case the authors want to do a temporary fix.
In reply to: How to get the ID of the Forum Last Active Author?$post_id = bbp_get_forum_last_active_id($forum_id)) ; $last_author = get_post_field ('post_author', $post_id);