Search Results for 'translation'
-
AuthorSearch Results
-
September 4, 2013 at 1:40 pm #170837
In reply to: [Resolved] Change language
danbpParticipantYou have nothing to add to bp-custom.php
If you’re on a local install, verify that the gettext php module is activated.
If you are on a network install, you have to set your language in WP’s settings
The translation file path is wp-content/languages/buddypress-sv_SE.moAugust 25, 2013 at 5:00 pm #170392In reply to: Private Message Button Label Change
HenryMember@shanebp good point about using the bp_send_private_message_link approach. Although you would avoid double buttons by using a translation file.
August 23, 2013 at 4:28 pm #170300In reply to: Is bp-friends-template.php editable?
terralingParticipantCan’t hurt though, right?!
Thanks for the tip, I’ll play around with it and if I encounter any issues I’ll revert to creating a translation file…
August 23, 2013 at 2:08 pm #170284In reply to: Is bp-friends-template.php editable?
terralingParticipantIn this instance I want to change the text for some of the buttons generated, e.g. the ‘Add Friend’ button etc.
I know that one way to do it is to use a translation file, but that sort of seemed like overkill to just change a few small instances of text.
But is that the recommended solution? I don’t mind dropping a function into my functions.php, although I may need a few pointers on how if it’s possible.
Thanks for your feedback.
August 13, 2013 at 4:31 pm #169795In reply to: Translation problem
Hugo AshmoreParticipantForum, bbPress? Is this site running BuddyPress?
bbPress translation issues will be better asked on their forum support as bbPress is a standalone plugin.
July 20, 2013 at 6:30 pm #168441In reply to: The name of the database for bbPress
@mercimeParticipant@doollard something’s getting lost in translation.
– By “database wp11”, do you mean your database prefix is wp11?
– WP/BP versions? bb-config.php is old school BP internal forums. Are you trying upgrade to latest WP/BP versions?
– Confused with “buddypress install the database bp77” and with a few lines after “but buddypress in the database wp11”, please explain what you meanJuly 20, 2013 at 5:09 pm #168433In reply to: A few questions – Translattions
@mercimeParticipantJuly 18, 2013 at 3:49 am #168250In reply to: Adding members who are not registered
@mercimeParticipant@carlavanloon either something’s getting lost in translation or you’re asking for custom plugin which functions as you mentioned above. There’s no plugin that I know of which provides what you want.
July 14, 2013 at 7:21 pm #168081In reply to: Persian/farsi translation
@mercimeParticipantclosing this duplicate of https://buddypress.org/support/topic/persianfarsi-translation-2/
July 6, 2013 at 5:29 am #167664In reply to: Is it possible to allow BP Mention non-English name?
bp-helpParticipant@jianzhi
You will probably want to view the info here:
https://codex.buddypress.org/developer/customizing/customizing-labels-messages-and-urls/
here:
https://codex.buddypress.org/user/translations/
And get the language file you need here:
https://translate.wordpress.org/projects/buddypress/devJuly 4, 2013 at 8:56 am #167560In reply to: Change language to Hebrew
motti_morParticipantHi Henry,
Thanks for the fast reply.
I’ve tried to move the po/mo files as the translations page guided but it still didn’t work.I did not find this:
“Also, make sure you have enabled the same language on the WordPress “Settings > General” admin page.”
In my Setting – General
I’ve also downloaded the translated Hebrew files (87%) from the link in this page and uploaded it to the /wp-content/languages/ on my server. And still did not work.
Is there another way or a different place to place it on my server in order for it to work?July 4, 2013 at 8:49 am #167559In reply to: Change language to Hebrew
HenryMemberThe language translation page has info that might be useful:
https://codex.buddypress.org/user/translations/
Also see this page for translating WordPress:
July 4, 2013 at 6:56 am #167547In reply to: buddy press forum plugin
bp-helpParticipant@shameermohamed50
Something is getting lost in the translation here. I know there is a BuddyPress plugin hence we are in the BuddyPress support forums but you keep mentioning a “BuddyPress Forum Plugin.” If you want forums then you will need to install bbpress and use the links I supplied. You can get bbpress here:
https://wordpress.org/plugins/bbpress/
BuddyPress just adds the social networking side of things like activity stream, members directories, extended profiles, adding friends, private messaging etc. If you need to have a forum you will need bbpress. Please do not take this offensively but you need to have a clear understanding of what BuddyPress is and what bbpress is because as stated before as of BuuddyPress 1.7 you will need to install bbpress which is a seperate plugin if forums is a requirement for your project. Have a look in the codex documentation to get a better understanding. Do a google search for BuddyPress and another for bbpress.June 30, 2013 at 3:19 pm #167275In reply to: My buddypress translation is gone with the upgrade
gcarlos8377ParticipantThanks for your reply on this post. But actually I didn’t do anything else but to upgrade the version from 1.7 to 1.7.2. Any suggestion on what I should try? I tried to find something to downgrade the version but no success on that.
Thanks for the support
June 30, 2013 at 1:59 pm #167270In reply to: My buddypress translation is gone with the upgrade
Paul Wong-GibbsKeymasterWe didn’t change anything with regards to loading translations in BP 1.7-1.7.2, so something else on your site must have changed.
June 30, 2013 at 2:21 am #167252In reply to: My buddypress translation is gone with the upgrade
mgrmnParticipantFollow these instructions https://codex.buddypress.org/developer/customizing/customizing-labels-messages-and-urls/
Funcione 🙂
June 28, 2013 at 1:06 pm #167103In reply to: [Resolved] User error mention
Pedro MaiaParticipant@joelteixeira The files are no more available. I can fix the .po file myself, but I didn’t understand what’s wrong with it. The translation seems to be correct. But I still get the error.
June 20, 2013 at 12:47 pm #166477In reply to: Amend Members Directory title
HenryMemberInstead of editing the text strings in the core or you theme’s files, you can use a language translation file. It makes life much easier:
https://codex.buddypress.org/developer/customizing/customizing-labels-messages-and-urls/
June 14, 2013 at 9:05 pm #166082In reply to: Problems implementing po/mo file
danbpParticipantTranslation goes throught php gettext module witch use the compiled mo file
Compilation is accomplished by the software (poEdit in your case).The pot and the po files are “working” files, they are not needed on the server.
The pot contains all translatable strings
The po contains the translatable strings AND the translation
The difference is also in both file header. The pot has a blank summary, the po’s summary has some configuration informations. (path, author name, plural settings and DOM info)But read here for more detailled information:
June 13, 2013 at 11:31 am #165917Unsal KorkmazParticipantSpanish Translation for FirmaSite theme, BuddyPress and bbPress plugins:
http://theme.firmasite.com/spanish-translation/June 12, 2013 at 4:30 am #165812In reply to: How to create a theme specific translation?
poorgeekParticipantJune 7, 2013 at 3:35 am #165510In reply to: create member page and for guest
@mercimeParticipant@volvo_owmer something’s getting lost in translation. Not quite clear what you want. What has Cars got to do with the members exactly. Both links lead to non-WP/BP sites and have lots of elements within. Are you looking to hire a developer to create a custom theme and plugins for your site?
May 30, 2013 at 10:51 am #165062In reply to: how many langage
danbpfrParticipantone: english by default or yours.
If you need to translate it, read here:
https://codex.buddypress.org/user/translations/May 25, 2013 at 3:07 am #164755In reply to: [Resolved] Registration problem
rogerhnnParticipantSo, it turns out that the problem was with my translation file. Dont know why, but after updated it worked like a charm.
Its resolved.
May 20, 2013 at 7:40 pm #164383In reply to: Message Error Showing
@mercimeParticipantWhen I Compose a wrong msg and try to it send
@yatendra16 Something may be getting lost in translation. What in the message is wrong?After it if I am going on other tabs(activity, friends,groups etc.)
Sorry, not quite clear. Do you mean after you see the error message you get redirected to other tabs or do you mean something else?
This error show there for first time
Where does the error show for the first time? Isn’t it after you send the message? Or when you click on the other tabs?
-
AuthorSearch Results