Support

  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.

Request Support

Support is currently Offline

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.