Sobre do Usuário / User About Download OssnUserAbout1.0

Breton DANIEL BRITO 2 weeks ago

This component adds an About tab to the standard OSSN user profile menu.

It displays public and custom user fields such as name, birthdate, gender, job title, department, sector, and other profile fields created through the Custom Fields component.

The component keeps the native OSSN profile layout and is useful for corporate, community, and intranet social networks that need to show structured user information in a professional profile page.

Features:

  • Adds an About tab to the user profile menu.
  • Uses the native OSSN profile layout.
  • Displays public and custom user fields.
  • Supports future custom fields added in OSSN.
  • Hides technical and sensitive internal fields.
  • Includes Portuguese translation.
Comments
Indonesian Arsalan Shah Replied 2 weeks ago

Hi Daniel, Thanks for sharing a component,

How is your component different from: https://www.opensource-socialnetwork.org/component/view/832/about-user by @Michael

Also your component calling database manually https://github.com/DanielGBrito/OssnUserAbout/blob/main/plugins/default/profile/about.php#L239-L270

Which is not required as $params['user']; already have those fields inside it by default
or you can fetch again by

$user = ossn_user_by_guid($params['user']->guid);

Component

Developer: DANIEL
License mit
Type: Tools
Requires OSSN Version : 8.0
Latest Version: OssnUserAbout1.0
Last Updated 2 weeks ago
Repository Url View Repository