- Posts: 86231
- Thank you received: 14224
Jomsocial - Display - Tiny editor bugs !
15 years 2 months ago #20617
by nicolas
Replied by nicolas on topic Re: Jomsocial - Display - Tiny editor bugs !
If you go to the hikashop user management screen, you will see that some users are not linked to any joomla user account:
1 demo@
3
2 fupfac@
4
3 test_hikashop@hikashop.com 5
4 ili93600@
7
5 florian2@
11
6 florian3@
279
That means that these users won't be recognized as logged in by hikashop even if you loggin with them.
If you delete the user in hikashop, it will be resynched automatically on next loggin and it will work properly. I did it for the admin_test user and it's now working.
1 demo@
3
2 fupfac@
4
3 test_hikashop@hikashop.com 5
4 ili93600@
7
5 florian2@
11
6 florian3@
279
That means that these users won't be recognized as logged in by hikashop even if you loggin with them.
If you delete the user in hikashop, it will be resynched automatically on next loggin and it will work properly. I did it for the admin_test user and it's now working.
Please Log in or Create an account to join the conversation.
15 years 2 months ago #20744
by fupfac
Replied by fupfac on topic Re: Jomsocial - Display - Tiny editor bugs !
Hello I have some questions about email configuration.
Is it possible to configure completly the messages our customers will receive ?
We wish to know if we can send them invoices in many langagues ?
Can we prepare that?
Is it possible to configure completly the messages our customers will receive ?
We wish to know if we can send them invoices in many langagues ?
Can we prepare that?
Please Log in or Create an account to join the conversation.
15 years 2 months ago #20769
by nicolas
Replied by nicolas on topic Re: Jomsocial - Display - Tiny editor bugs !
Emails are already sent in the current language of the website so there is nothing to do.
If you want to personalize your emails, you need to go in the menu System->Emails and edit them (business edition only).
If you want to personalize your emails, you need to go in the menu System->Emails and edit them (business edition only).
Please Log in or Create an account to join the conversation.
15 years 2 months ago #20789
by fupfac
Replied by fupfac on topic Re: Jomsocial - Display - Tiny editor bugs !
ok, thank you for the reply,
but actually, I have already added some informations, I mean, I have already modified the code and it works good.
So the point is that, I modified it for french customers, so they can see the added informations.
But, form what I saw and what you saying it seems that my only option is to make only one mail with the 3 translations (wich just be added to the one made by Hikashop formerly.
Is that correct?
because I would like to add some informations in french when the user select this langage, one in english for the english spoken people and finaly one spanish for the spahnish spoken people.
but actually, I have already added some informations, I mean, I have already modified the code and it works good.
So the point is that, I modified it for french customers, so they can see the added informations.
But, form what I saw and what you saying it seems that my only option is to make only one mail with the 3 translations (wich just be added to the one made by Hikashop formerly.
Is that correct?
because I would like to add some informations in french when the user select this langage, one in english for the english spoken people and finaly one spanish for the spahnish spoken people.
Please Log in or Create an account to join the conversation.
15 years 2 months ago #20804
by nicolas
Replied by nicolas on topic Re: Jomsocial - Display - Tiny editor bugs !
You need to do like we already do for all the text in the email:
echo JText::_('TRANSLATION_KEY');
Then, for each translation file override that you can edit in the tab Languages of the configuration, you can add your translation key:
TRANSLATION_KEY="Translation in english"
for the english translation,
TRANSLATION_KEY="Traduction en français"
for the french one.
And the system will pick up the good one automatically.
echo JText::_('TRANSLATION_KEY');
Then, for each translation file override that you can edit in the tab Languages of the configuration, you can add your translation key:
TRANSLATION_KEY="Translation in english"
for the english translation,
TRANSLATION_KEY="Traduction en français"
for the french one.
And the system will pick up the good one automatically.
Please Log in or Create an account to join the conversation.
15 years 2 months ago #20810
by fupfac
Replied by fupfac on topic Re: Jomsocial - Display - Tiny editor bugs !
Thank you for that answer, I saw the file before, but I didn't manae how to use it.
I'm trying this rigth now.
Thanks again
I'm trying this rigth now.
Thanks again
Please Log in or Create an account to join the conversation.
Time to create page: 0.168 seconds