Forum Replies Created
-
I had the same problem and I fixed it by copying the files from the child theme that have new translated items to the bp-default theme. Then I scanned the buddypress plugin using codestyling plugin to get the new po file, which contains now the new translated items. this works only if you keep the textdomain as “buddypress”. hope this helps..
check this plugin: https://wordpress.org/extend/plugins/fw-quick-langswitch/
ok I solved it by changing the collation on the forums tables to utf_general_ci.. but I don’t know why the forum is installed with the Latin collation instead of utf in the first place!
this “delete avatar” link redirects to homepage without removing the avatar. For me, that link is not important, so I just deleted it, and chose the generated avatar pictures option at the backend. now the user has to upload a new avatar or a new one will be generated, no option to delete the current avatar. I think this is better for me .. thanks @r-a-y
@r-a-y thanks that function did remove the slash at the end, and the link works now, but before using you code the “remove avatar” link at the end didn’t work either. It just redirect to the homepage and keeps the old avatar.. can you please look at this again and see what may be the cause?!
thanks
this small problem is driving me crazy.. I would appreciate any help to solve the link problem,
thanks
@r-a-y no it is running on linux with litespeed server
You can see the problem here, this is the link : http://tinirn.com/admin/profile/change-avatar/ , when I remove the slash at the end it works!..
can anyone advise me if there is a file I can change to remove that slash.. thanks
to make registration page multilingual you need to copy the register.php from buddypress/bp-default/registration folder to your themes folder and make your changes by replacing the loop :
http://buddypress.pastebin.com/wC4fCkbT
hope this works for anyone interested..
Edit: this makes only the registration page multilingual, but unfortunately it doesn’t translate the member’s profile view and edit fields.. instead they show what you saved in the profile setup fields in the backend.
@Zanzoon did you manage to get it to work for you?
Hello,
I enabled “View Activity Comments on Forum Posts” in the backend and I edited the theme with the code provided. But when i go to the forum page to test if that works, I get this error :
Parse error: syntax error, unexpected T_ENDWHILE in /home/user/public_html/wp-content/plugins/buddypress/bp-themes/bp-default/groups/single/forum/topic.php on line 4
when I removed the “endwhile” it works but my sidebar shows inside the content’s div.
btw..I’m using the fishbook theme, can anyone help pleasethanks