2017 © Pedro Peláez
 

elgg-plugin hypeattachments

File attachments for Elgg

image

hypejunction/hypeattachments

File attachments for Elgg

  • Tuesday, July 11, 2017
  • by hypeJunction
  • Repository
  • 3 Watchers
  • 0 Stars
  • 124 Installations
  • PHP
  • 2 Dependents
  • 1 Suggesters
  • 1 Forks
  • 1 Open issues
  • 19 Versions
  • 0 % Grown

The README.md

Attachments for Elgg

Elgg 2.2, (*1)

Features

  • API and UI for attaching files and other entities
  • Form input for uploading file attachments
  • Views for displaying attachments

Acknowledgements

Usage

Magic

If you add your entity subtype to a list of entities supporting attachments, the plugin will attempt to create all of the UI, necessary to upload and display attachments:, (*2)

elgg_register_plugin_hook_handler('allow_attachments', 'object:my_subtype', '\Elgg\Values::getTrue');

Note that this generic approach might not work with all plugins, and may require additional customizations on your side., (*3)

Display an attachment input

echo elgg_view('input/attachments');

To add an attachments input to your comment and discussion replies forms, use the following code. You will not need to add any code to your save action., (*4)

echo elgg_view('input/attachments', [
    'name' => 'comment_attachments',
        ]);

To add an attachments input to your personal messages and replies forms, use the following code. You will not need to add any code to your save action., (*5)

echo elgg_view('input/attachments', [
        'name' => 'message_attachments',
    ]);

Note that if you are not using hypeDropzone, your form must have it's encoding set to multipart/form-data., (*6)

Attach uploaded files in an action

hypeapps_attach_uploaded_files($entity, 'upload', [
   'access_id' => $entity->access_id, // change the access level of uploaded files
]);

Attach an object

hypeapps_attach($entity, $attachment);

Display attachments


```php echo elgg_view('output/attachments', [ 'entity' => $entity, ]);

The Versions

11/07 2017

dev-master

9999999-dev http://hypejunction.com

File attachments for Elgg

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin files attachments elgg

11/07 2017

2.2.2

2.2.2.0 http://hypejunction.com

File attachments for Elgg

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin files attachments elgg

11/07 2017

2.2.1

2.2.1.0 http://hypejunction.com

File attachments for Elgg

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin files attachments elgg

08/07 2017

2.2.0

2.2.0.0 http://hypejunction.com

File attachments for Elgg

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin files attachments elgg

16/10 2016

2.1.3

2.1.3.0 http://hypejunction.com

File attachments for Elgg

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin files attachments elgg

22/09 2016

2.1.2

2.1.2.0 http://hypejunction.com

File attachments for Elgg

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin files attachments elgg

22/09 2016

2.1.1

2.1.1.0 http://hypejunction.com

File attachments for Elgg

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin files attachments elgg

22/09 2016

2.1.0

2.1.0.0 http://hypejunction.com

File attachments for Elgg

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin files attachments elgg

14/07 2016

1.x-dev

1.9999999.9999999.9999999-dev http://hypejunction.com

File attachments for Elgg

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Ismayil Khayredinov

plugin files attachments elgg

14/07 2016

dev-travis

dev-travis http://hypejunction.com

File attachments for Elgg

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin files attachments elgg

06/07 2016

1.0.2

1.0.2.0 http://hypejunction.com

File attachments for Elgg

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin files attachments elgg

06/07 2016

1.0.1

1.0.1.0 http://hypejunction.com

File attachments for Elgg

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin files attachments elgg

06/07 2016

1.0.0

1.0.0.0 http://hypejunction.com

File attachments for Elgg

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin files attachments elgg