Martijn,
You should get a page with ‘you are already logged in’
If you site is using a translation, it may be that this hasn’t been translated.
However if you go to dashboard>settings>bbp-style-pack>login
and complete the ‘Logged in text’ then this will show.
If not – please come back
Yes, this would be the expected behaviour. And I did change the message in the bbp-style-pack settings > login tab. But still there is no change.
what other plugins are you running?
Incidently I am working on a ‘once logged in go to xx page’ setting for this part, but I have some further tinkering to do to get it working as I want.
I’ve send you an mail with the complete list of pluggins running.
What’s the name of your site?Can i see your site?
ok, thanks I have the list.
Nothing obvious, so I can only suggest that 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 twentytwelve, and see if this fixes.
Then come back
I’ve got the text shown now, it was actually a very stupid css thing, I had the bbp–template-notice class on display none.
But the text shown now is not the same text I filled in at the settings.
OK! Don’t worry about that. Let’s me help you.
It is now displaying: ‘Je bent al ingelogd’ which is a translation for ‘you are already logged in’, Not a text you would like when you log in.
But I believe this is the standard text, and it is not overwritten by the text from the settings.
ok, as I only operate in English, I’m not sure how bbpress translation and my translation interact – in effect I’m using a wordpress translate function to do the change.
Therefore I haven’t the ability to try the several possible fixes for this.
do you have FTP and edit capabilities?
ok, I think what is happening is that my code doesn’t have preference or is not being considered, or that I am picking up the code after it has been translated
so it may be a priority issue, in which case
can you go to
wp-content/plugins/bbp-style-pack/includes/functions.php
can you edit line 241 to change
if (!empty ($bsp_login['Login/logoutLogged in text'] )) add_filter( 'gettext', 'bsp_change_text', 20 );
to
if (!empty ($bsp_login['Login/logoutLogged in text'] )) add_filter( 'gettext', 'bsp_change_text', 1 );
Basically change the 20 to 1 at the end
And then upload it again
And let me know if that works or not
It did not work, but I did notice, That my functions.php only had 233 lines. Am I missing something, I updated last week.