Hi,
- is it possible to hide "invite friends" at the lists on the left and the dropdowns?
Yes, this is possible with Social Network template override, you can follow these steps:
- Access to Admin Panel (
http://docs.easy-profile.com/index.php/article/social-network-configuration)
- Go to Theme Manager
- Choose "Social Network" theme
- Choose the view file like Home/index.ctp
- Click on "Copy" button and copy in your theme (or Blue theme). with this step this file will be overridden and you will not lose changes with updates
- Goto Admin Panel->Themes Manager->Choose "Your Theme" (or Blue theme)
- On left bar choose Home/index.ctp (this is the new file copied from default template)
- Delete line 52 and save
Alternatively, instead remove element you can hide it with a simple CSS rule like:
#invite-friends{display:none !important}
- is it possible to make a direct link to the "old" edit profile site, like the optical behaviour is, when social network plugin is not activated?
Sorry but this is not possible with a simple way.
- we have sorted all users in different "genres" / instruments. Is it poddible to view / sort the users for this categories in the people list?
This is not possible in Social Network view, instead you can create different users list with the menu item of type Easy Profile->Users List and set different filters with the parameter called Custom SQL Where (docs at
http://docs.easy-profile.com/index.php/article/sql-custom-where)
- at the "search filter" you can see on the left side "photos / videos / blogs" - we deactivated this categories at the moment. Is it possible to hide this in the search filter?
Yes, this is possible with Social Network template override, you can follow these steps:
- Access to Admin Panel (
http://docs.easy-profile.com/index.php/article/social-network-configuration)
- Go to Theme Manager
- Choose "Social Network" theme
- Choose the view file like Search/index.ctp
- Click on "Copy" button and copy in your theme (or Blue theme). with this step this file will be overridden and you will not lose changes with updates
- Goto Admin Panel->Themes Manager->Choose "Your Theme" (or Blue theme)
- On left bar choose Search/index.ctp (this is the new file copied from default template)
- Delete line 7,8,9 and save
Alternatively, instead remove elements you can hide them with a simple CSS rule like:
#filter-blogs,#filter-albums,#filter-videos{display:none !important}