I did change the translation string but it did not work. Do I need to do it for all the languages?
Have you clean cache from Admin Panel?
Also under the People Tab, is there anyway to expand the profiles of the people? I don't want to just see the pictures, I want to see more information and possibly a bigger picture.
To set layout you need to use CSS; To show other fields you can use our API and Theme manager, follow these steps:
- Go into Social Network Admin panel (from frontend)
- Click on "Themes Manager" on left menu
- under "Base Theme" title click on "Social Network"
- Choose on left side "Elements/lists/users_list_bit.ctp" file
- Click on "Copy" Button and select "Blue Theme" *
- Return on "Themes Manager" Page and choose "Blue Theme"
- Choose on left side "Elements/lists/users_list_bit.ctp" file
- Add after line 58 code to show custom fields ** like this:
<?php
$jsnuser=JsnHelper::getUser( $user['User']['id'] );
echo '<b>Firstname:</b> '.$jsnuser->getField( 'firstname' );
?>
NOTES
* "Social Network" theme is a core template, when you update our plugin we will loss of your changes. if you copy template file into Blue Theme then you will not lose your modifications
** you can find docs about our API at
http://docs.easy-profile.com/index.php/article/jsnuser-object