Hi,
at
http://docs.easy-profile.com/index.php/article/social-network-make-your-language, you will find instruction to create new language, you can also change english language translation.
1. Texts on the main_menu header (Home people .....)
2. Registration message for guests can be changed under admin panel -> systems settings, but I can't change the top message "welcome to [sitename]"
1. Open file /plugins/jsn/socialnetwork/app/Locale/en_GB/LC_MESSAGES/default.po and add your english translation at line 265
2. this is composed by 2 pieces, "Welcome to" (translatable) and Site Name, you can customize "Welcome to" (same way of point 1 but line 424) but you will have always at the end the site name, so you can use two approaches:
Alternative 1
Remove entire string via CSS with something like this:
.jsn_social_registration_title{display:none;}
Altenative 2
Override output by following these steps:
- Access to Admin Panel (
http://docs.easy-profile.com/index.php/article/social-network-configuration)
- Go to Theme Manager
- Choose "SocialNetwork Theme"
- Choose your file on left menu (this text is container in file Elements/left_column.ctp at line 16)
- Click on button "Copy"*** and copy it in "Blue Theme"
- Come back to Theme Manager and choose "Blue Theme"
- You will see your override to customize, this title is at line 16
*** Social Network Theme is a core theme, it will be rewritten on each update. Overrides from blue theme will be not overridden