Forum Replies Created
-
In reply to: all users need approval, can I change messages?
great – glad you are fixed
In reply to: Database broken?something seriously wrong !
In reply to: all users need approval, can I change messages?yes it is buddypress
you can change the text as per below
//This function changes the text wherever it is quoted function change_translate_text( $translated_text ) { if ( $translated_text == 'You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address. ' ) { $translated_text = 'new text'; } return $translated_text; } add_filter( 'gettext', 'change_translate_text', 20 );
so just put what you want in place of ‘new text’
Put this in your child theme’s function file – or use
In reply to: Database broken?slow down comes from a flood check function.
The flood time is set is
dashboard>settings>forums>flooding.
for this specific issue, I’d try setting that to a longer period and see if it makes a difference
Then you can disable this function using
add_filter( 'bbp_bypass_check_for_flood', 'rew_bypass_flood' ) ; function rew_bypass_flood () { return true ; }
Put this in your child theme’s function file – or use
In reply to: How can I refresh a page twice?nothing I know of, when testing I just hit the refresh button in my browser
In reply to: all users need approval, can I change messages?great – it may well be buddypress or WordPress.
If you give me a link, I’ll register and might be able to tell from the code sent to the browser
In reply to: Database broken?I’m just a bbpress user who helps out here.
I did not respond to allow and other community members to respond if they wished.
I appreciated that you are frustrated, but you are using free software, and with that comes volunteer support. I’m not sure why you feel entitled to get someone to fix your problems for free and at a weekend.
There are 300,000 bbpress sites, and I have been offering support on this forum for 6 years, and have seen most issues that bbpress has had over the years.
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: impossible to edit a subjectit 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: all users need approval, can I change messages?I’m not sure where this message is coming from.
It is not in bbpress, and bbpress just uses WordPress registration.
It may well be WordPress (I haven’t got auto registration on any of my test sites so can’t say)
Or are you running and registration plugins, or does your theme do this, or is it WordPress.
You’ll need to do a bit more digging.
from your last post the issue seems to be your email provider only letting you have 400 emails an hour, so changing plugin will not help unless you find one that will throttle sending.
In reply to: Changelog v 2.6.5?!I’m just a user who helps out here, so best I can offer is
@netweb – can you help in updating the log?In reply to: Database broken?sorry, not sure what support we can offer.
It is a site specific issue, caused by something, following which you have done many things.
Beyond free help I’m afraid.
In reply to: Ive deleted a user with the keymaster statutthat may be true, but it was probably not deleting that user that is behind the problem.
WordPress and bbpress roles are stored in the options table in the database under wp_user_roles.
Something (possibly a roles plugin?) has deleted or changed this role.
If you go into the database and copy what is on there, I may be able to help.
In reply to: Subscription don’t work🙂
In reply to: Ive deleted a user with the keymaster statuthmmm… not sure what to suggest -you must have code that is stopping that role.
what other plugins are you running?
In reply to: Setup for saving messagesthanks again for posting to help others
In reply to: Sub Forums Or Topics🙂
In reply to: User Notification not showing on Userswhat notifications please?
In reply to: Ive deleted a user with the keymaster statutare you looking at WordPress roles or bbpress roles?
In reply to: Ive deleted a user with the keymaster statutI’m not sure why you can attribute keymaster to another admin – are you not an admin also? or what is preventing you?
ok, I’m not seeing this issue – can you as a test deactivate bbpress do shortcodes and then retest
In reply to: Activation Email Not Being Sentbbpress just uses WordPress registration,so will use whatever WordPress does
In reply to: Subscription don’t workjust looked – there are tick boxes at item 2&3 that are a non-activation.
If you leave box 1 blank, then that has no effect
But thanks for raising – always good to have someone checking my work – it’s hard being a one man band 🙂
In reply to: Replies not indenting🙂
can you list other bbpress related plugins you have