1. Bernhard1979
  2. Features Request
  3. Monday, June 24 2019, 08:49 PM
Currently when an unregistered reader of a blog article clicks on the profile image he gets to a screen (People) about the user. However you get no information about the user who wrote the blog article. Instead there is a message:

"Simon E. only shares some information with everyone".

Although the user set the privacy settings accordingly there should be at least some impressum information on this site because users might use the blogs and blogs need to have an impressum.
admin Accepted Answer
Admin
Hi,
sorry for late reply, we was thinking a solution for this. Today we will be back with step by step procedure to met your requirement.
  1. more than a month ago
  2. Features Request
  3. # 1
admin Accepted Answer
Admin
Hi,
a fast solution is to show the field that contain the impressum after the text "Simon E. only shares some information with everyone" (or replace it), please follow 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 the file to override from left menu (Users->view.ctp)
- Click on button "Copy" and copy it in "Blue Theme" (With this you will create the override, the override will be not overwritten when you install an upgrade of the plugin)
- Come back to Theme Manager and choose "Blue Theme"
- You will see your override to customize.
- In this new file you can replace line 259 from this
printf( __('%s only shares some information with everyone'), $user['User']['name'] );
to this
{
printf( __('%s only shares some information with everyone'), $user['User']['name'] );
$tmpUser = JsnHelper::getUser($user['User']['id']);
echo '<div><br /><br />'.$tmpUser->getField('impressum_field_alias').'</div>';
}
  1. more than a month ago
  2. Features Request
  3. # 2
  • Page :
  • 1


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