1. cgeorge
  2. Support
  3. Tuesday, February 22 2022, 11:46 AM
Dear JSN Project Team,

I have a few questions for adjusting your social network plugin. Maybe you can get me any helping hand to realize this?

- is it possible to hide "invite friends" at the lists on the left and the dropdowns?
- 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?
- we have sorted all users in different "genres" / instruments. Is it poddible to view / sort the users for this categories in the people list?
- 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?

Best regards and thanks in advance,
Christopher
References
  1. http://www.thegrandjam.com
admin Accepted Answer
Admin
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}
  1. more than a month ago
  2. Support
  3. # 1
cgeorge Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 2
admin Accepted Answer
Admin
Hi and sorry for late reply:
- 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 Elements/userbox.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 Elements/userbox.ctp (this is the new file copied from default template)
- Delete line 25 and save

Alternatively, instead remove elements you can hide them with a simple CSS rule like:
#userbox ul li:nth-last-child(2){display:none;}
  1. more than a month ago
  2. Support
  3. # 3
cgeorge Accepted Answer
Great! Thanks for your great support!!!

Best regards and have a nice day! Christopher
  1. more than a month ago
  2. Support
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.