Download the PHP package iionly/private_profiles without Composer

On this page you can find all versions of the php package iionly/private_profiles. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package private_profiles

Private Profiles for Elgg 3.0 and newer Elgg 3.X

Latest Version: 3.0.0
Released: 2021-09-15
Contact: [email protected]
License: GNU General Public License version 2
Copyright: (C) iionly 2014, Ismayil Khayredinov 2016

Description

This plugin allows to restrict the access to profile pages and to restrict usage of private messages. There are side-wide plugin settings available and optionally users can configure the restrictions on their own (default is to allow users to configure their own preferences).

Access to profile pages can be limited to the user's own profile page (default), profile pages of users who made the user their friend, restrict accessing profile pages if the user is logged-in or the profile page access can be made unrestricted.

The sending of private messages to other users can be disabled, can be limited to users who made a user their friend (default) or there are no restrictions regarding who a user can send a private message to. If a user has not yet configured any personal preferences the side-wide settings are used instead.

Independent of the plugin settings an admin can still access all profile pages in any case and can send and receive private messages to and from all users.

Keep in mind that the limitation of access to profile pages and sending of private messages with the "Friends only" option selected does NOT mean that a user can bypass these limitations by simply friending another user. It's the OTHER user who has to friend the user first before the "Friends only" condition is fullfilled. Best would be to also use the "Friend request" (REMARK: seems not updated for Elgg 3 but since Elgg 3.3 its functionality is included in the bundled Elgg core "Friends" plugin) plugin to have real two-way friend relationships where friend requests can be accepted or denied right away to make it less confusing for a user to understand who he is friends with.

Since version 2.3 of the Private Profiles plugin users can hide their public activity and the membership listing of their account from logged-out visitors. This corresponding user setting is only available if the Elgg site is not in walled garden mode (either by using the Elgg core walled garden option or by using the Loginrequired plugin) as in this case the activity and membership listing is hidden anyway from any logged-out visitor.

Installation

  1. If you have a previous version of the Private Profiles plugin installed, disable the plugin, then remove the plugin's folder from the mod directory before installing the new version,
  2. Copy the private_profiles folder into the mod folder of your site,
  3. Enable the plugin in the admin section of your site,
  4. Check the plugin settings page and change the settings if necessary.

ACKNOWLEDMENT

The update of Private Profiles plugin to version 2.3.0 has been made by Ismayil Khayredinov and sponsored by Bodyology Massage School Virtual Campus (http://bodyologymassagecourses.co.uk/forum).


All versions of private_profiles with dependencies

PHP Build Version
Package Version
Requires composer/installers Version >=1.0.8
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package iionly/private_profiles contains the following files

Loading the files please wait ....