2017 © Pedro Peláez
 

elgg-plugin profile_cover

Add a cover image to you profile page

image

coldtrick/profile_cover

Add a cover image to you profile page

  • Thursday, July 26, 2018
  • by jeabakker
  • Repository
  • 3 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 23 % Grown

The README.md

Profile cover

Elgg 4.1 Build Status Scrutinizer Code Quality Latest Stable Version License, (*1)

Add a cover image to you profile page, (*2)

The width and height can be set in the plugin settings (default: 1600px x 300px), (*3)

Note

This plugin doesn't provide a means to show the actual profile cover image. It offers the option to upload/remove the image., (*4)

To display the image user:, (*5)


$user = elgg_get_logged_in_user_entity(); if ($user->hasIcon('cover', 'profile_cover')) { $cover_image_url = $user->getIconURL([ 'type' => 'profile_cover', 'size' => 'cover', ]); // do something with $cover_image_url }

The Versions

26/07 2018

dev-master

9999999-dev

Add a cover image to you profile page

  Sources   Download

GPL-2.0 GPL-2.0-only

The Requires

 

The Development Requires

plugin elgg

10/11 2017

v1.0

1.0.0.0

Add a cover image to you profile page

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

plugin elgg