Archives

How to change content of “about us”, “Policies” and “Terms of services”

Please follow this document to know how to change content of about us page, privacy policy page and terms of service page.

Admin panel -> Plugins manager -> Pages managers -> Select page you want to edit, click on it then enter your new content -> save changes.

You also can translate content of these pages into the languages that you installed in your site.

Clear global cache after changing.

Hope it helps.

Secure Site with HTTPS

You MUST have a security certificate (SSL) installed on your server before setting this.  You can ask your hosting provider help you install SSL or buy the service from us here

When you have ssl Cer installed correctly at your server, please continue below steps:

1. Enable ssl mode: Admin panel -> System settings -> Security tab -> Check “Enable SSL Mode” and save changes.

2. Change .htaccess file at your site to make it auto redirect to https

3. Test your site by enter https://yourdomain.com to see if it works or not.

Hope it helps.

 

 

How to manage and translate emails

1. Manage Mailing Template

You can configure Mails content that will send to users. There are many templates of emails for cases or roles.

email1

#Mail templates manager layout.

Let’s take a look at the Templates list:

email2

#Templates.

Now we take example on Welcome Mail:

First, select Welcome at Choose Email field to config, this email template is used for sending to new Members signed up.

email3

#1: Select Language for the template.

#2: Emails Templates.

#3: Description of the template.

#4: Subject of the Email Template.

#5: Message to users.

#6 Save Changes button.

*In #5: Message to users[header] and [footer] are email templates, they will display in your emails sent to users, you can config them by selecting Choose Emails field.

2. Translate email

Goto System Admin >> Mails

In Manager Mail Template tab,

Choose Por in language pack (example we choose Por language), if not have Por language yet, please see to install new language https://moosocial.com/knowledge-base/how-to-install-new-language/

there are many template emails in Choose email

We choose each of them and translate into Por language at Subject and Message body

Example Header template, we translate as bellow

porheader

Click Save change to save email template.

Now, example we translate email template Friend Request to Por language,

emailrequest

After change translate we have bellow

FriendRequestEmailPor

Click Save Changes  to save template email.

Goto System Admin >> System Settings >> Genneral

Select Por at Default Language and click Save settings.

At front end, we change language to Por language

changelanguage

Now the site translate into Por language.

When a user A ask friend request with other user B, user B will receive email in Por language.

 

How to use POEDIT

POEDIT is used for translating static data (ex: notifications, messages, error messages…etc)

Find our language package, located at [mooSocial/app/Locale/], look for a folder eng, this is English default language, copy this folder and paste into location you preferred (backup)

 

poedit1

#eng folder contains English language, copy & paste to your preferred location.

Now we start translating the backup:

Open poedit and select Create new translation

poedit2

#Select Create New Translation

Select a po file in eng/LC_Messages:

poedit3

#1 Select PO Translation files filter.

#2 Choose default.po located at [eng/LC_message/].

The poedit will ask your language for the translation, as example, to Vietnamese:

poedit4

#Select your language.

The poedit layout explanation:

poedit5

#1 The original text strings

#2 Translation strings

#3 Suggestion for translation (dictionary)

#4 Source text

#5 Translation

There are 2 ways to translate:

First, we can translate text string manually, click on the text string you want to translate and input your language to Translation text box:

poedit6

#1 Select string you want to translate

#2 Input your translation

Second, the suggestion for translation, click on the text string you want to translate, then select any of suggestion:

poedit7

#1 Select text string

#2 Select suggestion

After translation is done, save with ‘default.po’ and continue.

poedit8

#Press save button

Now change your language package folder’s name, within 3 letters, ex: vie (Vietnamese), copy this folder into [yourmooSocial/app/Locale/]

poedit9

#Change your translated language folder’s name and copy & paste into [yourmooSocial/app/Locale]

Open Admin Dashboard and go to Site Manager/Languages Manager/Not Installed Languages.

Now press on the install button

poedit10

#Press on Install button to start installing new language.

Wait for the install process is completed.

After successfully installed, users can change to new language:

poedit11