Viewing 15 replies - 1 through 15 (of 19 total)
  • Plugin Author Robin W

    (@robin-w)

    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

    Thread Starter Martijn

    (@ximie90)

    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.

    Plugin Author Robin W

    (@robin-w)

    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.

    Thread Starter Martijn

    (@ximie90)

    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?

    Plugin Author Robin W

    (@robin-w)

    no email received

    Plugin Author Robin W

    (@robin-w)

    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

    Thread Starter Martijn

    (@ximie90)

    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.

    Plugin Author Robin W

    (@robin-w)

    ok, so halfway there !

    what text is showing?

    OK! Don’t worry about that. Let’s me help you.

    Thread Starter Martijn

    (@ximie90)

    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.

    Plugin Author Robin W

    (@robin-w)

    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?

    Thread Starter Martijn

    (@ximie90)

    Yes, I do.

    Plugin Author Robin W

    (@robin-w)

    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

    Thread Starter Martijn

    (@ximie90)

    It did not work, but I did notice, That my functions.php only had 233 lines. Am I missing something, I updated last week.

Viewing 15 replies - 1 through 15 (of 19 total)

The topic ‘Login page’ is closed to new replies.