Download the PHP package wikifab/social-profile without Composer

On this page you can find all versions of the php package wikifab/social-profile. 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 social-profile

This is the readme file for SocialProfile extension.

==Intro== SocialProfile extension adds social networking features, such as friending and user-to-user messages into your MediaWiki. These are not the only features that SocialProfile has to offer - for a complete feature listing and up-to-date documentation about installing and using the software, please see the extension's infopage on MediaWiki.org:

https://www.mediawiki.org/wiki/Extension:SocialProfile

==Authors== SocialProfile was written by David Pean and Aaron Wright for Wikia, Inc.

It has been maintained by Jack Phoenix [email protected] since 2008.

==License== SocialProfile is licensed under GNU General Public License 2.0 or later. See http://www.gnu.org/copyleft/gpl.html for more details.

==Bugs== Bugs and issues should be reported on the MediaWiki Phabricator:

https://phabricator.wikimedia.org/maniphest/task/create/?projects=MediaWiki-extensions-SocialProfile

It is recommended that you spend a while reading the documentation and searching the archived discussions before posting a question - it is possible that someone has experienced the same issue with this software that you are experiencing currently.

==Customisation fields User Profile==

To change the number of custom fields, set variable wgSocialProfileNbCustomCustomFields to a value between 5 and 11 : $wgSocialProfileNbCustomCustomFields = 6;

The last field is using select box, and can be customized like this : $wgSocialProfileCustomFields = array ( "custom_12" => array ( 'Jardinage', 'Sport', 'Cinema', 'Voiture', 'Moto', 'Voyage' ) );

You had to create several Mediawiki pages for each value you need in your 12 custom field. For instance, with the above array you need : MediaWiki:Custom_info_field12_Jardinage, which contains the value you need (jardinage) MediaWiki:Custom_info_field12_Sport (Sport) ...

Moreover, you can use an another custom field with checkboxes and a system of parent/child but this time it's using a Property instead of Mediawiki pages. In your wiki you create a Property:Name_of_Property_Page and add your checkboxes' titles like this :

In your LocalSettings file add this line : $wgSocialProfileCustomFieldsPropertyName='Name_of_Property_Page';

Also if you don't want to use custom 13 or cutom 12 , do not put anything in your LocalSettings file. And you won't have any error's display.

==To allow people sending messages==

To allow connected users to send messages you had to add this line in your LocalSettings.php file :

$wgGroupPermissions['user']['userboard-sendMessage']= true;

==To display little boxes==

When user is connected, if you want to diplay a little box with his own informations (name, avatar, about section) just add this line on your wikicode : {{#userInfo:}}

If you want to display a checkboxes to check if user says enough informations about him : {{#userInfoChecked:}}

Moreover, this extension checks also if user uploads an avatar. But the default image names : default_m.gif so if you want to check the avatar use this title to compare.

Note that the usage of userInfo or userInfoChecked force to disable cache on the page. So it is adviced to not use it on many pages.


All versions of social-profile with dependencies

PHP Build Version
Package Version
No informations.
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 wikifab/social-profile contains the following files

Loading the files please wait ....