About

I. Release Notes

Current Version: 7.1
Requirements: Ossn >= 7.1
GDPR affected: No.
License: GNU General Public License v2

 

II. Purpose and Usage

This component displays how often a profile page has been visited by other members.

It has been verified to work successfully with unmodified profile pages of the latest Goblue and White theme releases.
In case you modified the profile page or want the counter to appear at a different position you need to add the code below to your profile page manually:

 
if (isset($user->profile_view_count)) {
echo ossn_print('com:profile:views:counter:viewed', array($user->profile_view_count));
}
?>
For more details have look at the bottom of ossn_com.php

 

Figure 1

Profile page of Goblue theme

Figure 2

Profile page of White theme in dark mode

 

III. Changes

V 7.1

  • initial release

 

{ "com_id": "ProfileViewsCounter", "latest_version": "7.1","ossn_version_prefix": "7.1", "works_on_latest_version": "yes" }