Forum Replies Created
-
Author
-
wttribeParticipant
hi, thanks.
I found a quicker way: this plugin http://wordpress.org/plugins/jonradio-private-site/installation/
no coding. very quick to setup.
I made a great landing page and now it works.
For anyone that needs to hide the site from the public I suggest to use this plugin.
you can also set pages available to the public and the search engines!!Good solution. Thanks for your help, it was useful to get to the final solution. Thank you!
wttribeParticipantHi, when you go to facebook or twitter you cannot do anything since you are not logged in.
So When someone gets there you have a page with a video or explication and a sing up or sign in form.
How do I get people not logged in to a landing page like that? where people can do nothing but sign.up?
please help,
putting [membership level=…. is not a good solution.. I cannot do it for any page…
wttribeParticipantYeah. It definitely worked! thanks for your patience. I hope this trick can be useful to other users 🙂
Great support. Great theme!
Thaks
wttribeParticipantHi. I still have this problem. No chache plugin. Users are activated and joined the group.
In the group page i see it is 5 members and in the home page I see 0.
What’s the problem?
wttribeParticipantHi Abe, thanks for your help; did not work actually. Here is what I get:
The link created is this:
http://www.startempo.com/trova-competenze/admin/%E2%80%9Dhttp://www.startempo.com/trova-competenze/admin//profile/edit/group/1/#item-nav”any idea and this is what I wrote:
< a class=”send-message” href=”< ?php echo bp_loggedin_user_domain();?>/profile/edit/group/1/#item-nav”>< ?php _e(‘Edit Profile1’, ‘kleo_framework’);?>< /a>(I put spaces here not to have the code seen as html for this comment)
wttribeParticipantOk here is the link: http://www.startempo.com/it/trova-competenze/
if you go to page 2 or other.. it will generate a link without /it/ and you get 404 error
I really need this fixed! thank you for your precious support
wttribeParticipantHello, I already have it!
why am I experiencing such this problem?
I really need to solve this!!
If I go to settings and buddypress multilingual I see this yellow background notice…
The older activity translation has been disabled because Google discontinued their free machine translation API. Instead of the free translation API, Google now offers paid machine translation. We are considering adding support for this new API, which will allow BuddyPress activity streams to be translated again. This will require paying Google for the translation. If you are interested in the new paid translation for activity streams, please let us know. Visit BuddyPress Multilingual forum page and leave a comment. We will be looking at these comments and see if there is real interest in this.
how do I solve it?
thanks
wttribeParticipantHi great thanks.
I did a step more and put a link to it:< ?php if (bp_is_my_profile()) { ?>
< div class=”generic-button” id=”send-private-message”>
< a class=”send-message” href=”profile/edit/group/1/#item-nav”>Edit Profile< /a>< /div>
< ?php } ?>My question now is: how do I make that “Edit Profile” translatable with wpml?
I don’t find it in translation strings. How do I do it? thanks
wttribeParticipantMy colleague edited some parts of the theme files.
I deactivated most of the plugins. I’ll do it with all of them ad see what happens.
thanks
wttribeParticipantWell I checked and I cant spot same js file called with different versions.
here is the code (I uploaded a txt file for a check): http://www.startempo.com/versions.txt
wttribeParticipantI am not sure… you can check my site here: http://www.startempo.com/it/
what do you think? is there any conflict?
wttribeParticipantHello, I have a site in 2 languages with wpml.
I also have wp better mails.sometimes emails are sent in english some time in Italian.
for example one of my users requested a new password and he received a message in english. then the confirmation email was in italian.
it happens also when someone is mentioned or receives a private message (sometime ita and sometime english) how do I set it correctly??
wttribeParticipantThanks I also opened a ticket with them. When I have news I’ll put the solution here.. if there is one!
wttribeParticipantHEllo Josiah, I see you are not using BadgeOs with buddypress.
Did you try? I see it is not working for me..
wttribeParticipantOk I solved it. It was in the general-after-wrap.php
I added it there!
Thanks for your help!
wttribeParticipantHi I tried to de activate and then re-activate the plugin (both wpml core and string translator)
Nothing changed. Here is a screenshot:
wttribeParticipantHi, thanks for your help!
I did check carefully each file. Also the ones you told me above.
Everything seems to be set up.
The strange thing is that in one activity I saw this:
– Member x CREATED A GROUP xxx
– Member y HA CREATO UN GRUPPO yyySame activity, 2 different languages in the same page.
I don’t understand why!
How do I set all in my language?
wttribeParticipantOk I solved the problem. I report here for the others who might find the same problem.
I updated both wpml plugin and wpml strings translation plugin (they ware out-dated)
I switched the theme to the default wp theme.
I clicked on “translate with WPML”
and it worked.
Then I turned Sweetdate child theme back and run the scan for new strings to be translated.
It worked fine.
A little bit tricky but effective so far.
Thank you for your support!
wttribeParticipantHello,
thank you for your help!
in this case the breadcrumb is showing HOME / GRUPPI and GRUPPI is not clickable.
Plus it does not show the current group where the user is Ex. HOME / GRUPPI / HALLOWEEN PARTYIs that possibile to replicate the same as it was in english?
wttribeParticipantYes I always have that opened. I just missed that part. So sorry!
Did not want to waste your time!
Have a great weekend.wttribeParticipantThanks for you reply but that’s not what I needed.
I do not want some content to be displayed when logged in:
THE REGISTRATION button for example does not work if one is logged in and therefore it makes no sense to display it when someone is logged in.
How do I hide it when loggend in?
thanks
wttribeParticipantHi,
here is what I did. I opened buddypress bp-xprofile-template.php and changed from this
function bp_the_profile_field_name() {
echo bp_get_the_profile_field_name();
}function bp_get_the_profile_field_name() {
global $field;return apply_filters( ‘bp_get_the_profile_field_name’, $field->name );
}To this:
function bp_the_profile_field_name() {
echo bp_get_the_profile_field_name();
}function bp_get_the_profile_field_name() {
global $field;
$f_name = __( $field->name, ‘buddypress’ );
return apply_filters( ‘bp_get_the_profile_field_name’, $f_name );
}Nothing changed.
I have BP multilingual plugin activated.
In my wpml strings I did not find any new string…
wttribeParticipantHello I have a similar problem.
I need to translate profile fields.
I followed all these steps:
– WPML plugin
– WMPL String translation plugin
– From WPML -> String Translation -> Auto-register strings only when logged in as an administrator
– Make this core Buddypress change as in here: http://wpml.org/forums/topic/translate-buddypress-profile-fields/#post-64803
– Browse trough the site so the strings get registeredIt does not work.
What should I do?here is what I have:
– wpml 2.9.3
– wpml string translation 1.9
– buddypress 1.8.1
– buddypress multilingual 1.4.2
everything is updated to the latest version!!please help, I dont know what to do…
-
AuthorPosts