Info
- 6 posts
- 4 voices
- Started 5 years ago by anchel
- Latest reply from satellio
- This topic is not a support question
changing user type
-
- Posted 5 years ago #
I can't change the user types via edit profile .. what can that be?
Tried it as the same user and as key master.greetings,
Michel
http://www.anchel.nl/babbelbox/ -
- Posted 5 years ago #
Found the bug .... I've editted the config for using a language file like
define ('WPLANG', 'nl_NL');after deleting the line I can change the user type again. -
- Posted 5 years ago #
How odd. Thanks for letting us know!
-
- Posted 5 years ago #
I ran into that exact same problem; no matter what you changed the user role into, he/she would always stay a member. bbPress would also NOT give me the "profile updated" message after submit.
My guess: since I was also using a localised version of WP (I had already tried to just include WP, not use the wp_ tables for user info), a lot of strings were translated, including the roles. It even changed the URL to the profile edit page to /profile/2/bewerken/ (bewerken == edit).
And sure enough, after complete removing the WP inclusion code, things worked again...Maybe there's some strings being gettext'd, that shouldn't be?
-
- Posted 5 years ago #
Yes, see here -> http://bbpress.org/forums/topic/6/page/2#post-2617
It seems there is a gettext mark-up error in 0.73. If you want to use a localized 0.73, make another .mo file where the line in question is not translated.
Newer versions from svn trunk work fine.
-
- Posted 5 years ago #
See this other post: http://bbpress.org/forums/topic/6/page/2#post-2685
-
You must log in to post.