PHPackages                             coldtrick/publications - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. coldtrick/publications

AbandonedArchivedElgg-plugin[Utility &amp; Helpers](/categories/utility)

coldtrick/publications
======================

This plugin provides functionality for users to share their publications

072PHP

Since Feb 18Pushed 10y agoCompare

[ Source](https://github.com/ColdTrick/elgg-publication)[ Packagist](https://packagist.org/packages/coldtrick/publications)[ RSS](/packages/coldtrick-publications/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Publications
============

[](#publications)

[![Build Status](https://camo.githubusercontent.com/c7ebb9048fda15c9425220e07393025199032d23527a45dc08e40fd679e33484/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f436f6c64547269636b2f656c67672d7075626c69636174696f6e2f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ColdTrick/elgg-publication/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/f735edc93de62ece4252abfbd97c0f29aab577441806fcc7cc63c009c42c1ad0/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f436f6c64547269636b2f656c67672d7075626c69636174696f6e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ColdTrick/elgg-publication/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/a1e8675d23918686472148ca64aa93fd4ed59b8e256c1c7627f295696c166684/68747470733a2f2f706f7365722e707567782e6f72672f636f6c64747269636b2f7075626c69636174696f6e732f762f737461626c652e737667)](https://packagist.org/packages/coldtrick/publications)[![License](https://camo.githubusercontent.com/4828d52bf1dbf060c4791081c16d1c2c87afd9dd89d918bcc368f2a3416099b6/68747470733a2f2f706f7365722e707567782e6f72672f636f6c64747269636b2f7075626c69636174696f6e732f6c6963656e73652e737667)](https://packagist.org/packages/coldtrick/publications)

This plugin provides functionality for users to share their publications.

Upgraded for 1.8 by [ColdTrick IT Solutions](http://www.coldtrick.com)

Custom publication types
------------------------

[](#custom-publication-types)

It's possible to add a custom set of inputs to a publication. This can be done by eighter extending/overwriting the existing types or by registering a new type.

### Registering a new custom type

[](#registering-a-new-custom-type)

The plugin hook `register:types`, `publications` allows you to add a new custom type. The new type will be listed on the form with the language key `publications:type:` if defined (otherwise it's just the new name).

### Inputs for your custom type

[](#inputs-for-your-custom-type)

If you've registered a new type and the user selects it, the view `publications/publication/edit/` will be called.

When editing an existing publication the view gets the publication in `$vars['entity']`.

### Input validation

[](#input-validation)

In the save action a plugin hook `input_validation:`, `publications` will be triggered. If you return `false` the user will be send back to the add/edit form. In order to help the user with what went wrong, please use `register_error()`

### Input saving

[](#input-saving)

If you name your input fields `data[somename]` this will automaticly be saved with the publication under `$entity->somename`.

If for some reason your data can't be set in this way (or you wish to manipulate the data) an event `save:data`, `publications` will be triggered for which the third variable will contain the current publication.

### Output your data

[](#output-your-data)

When the publication is viewed you can add your custom data by providing a view `publications/publication/view/`. This view needs to output table rows in a two (2) column table.

Todo
----

[](#todo)

- Improve bibtex import/export actions
- Reenable invite functionality
- Scan language file for unused or duplicate entries
- sticky form for publication/add
- combine add and edit action into one action

Original Credits
----------------

[](#original-credits)

1. This plugin is created as part of [Geochronos](http://geochronos.org), a [CANARIE](http://canarie.ca) and [Cybera Inc](http://cybera.ca) funded Network Enabled Platform (NEP) project.
2. This plugin reused and repurpose base code from the Blog, Invitefriends and Embed Elgg Core plugins and the BibTexParse library

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 58.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/a4ac1d6abe137b2a78bd0527b3c1f085be51c6a8f70e2fd81fcd7fac3d8d59bf?d=identicon)[jeabakker](/maintainers/jeabakker)

---

Top Contributors

[![jeabakker](https://avatars.githubusercontent.com/u/881958?v=4)](https://github.com/jeabakker "jeabakker (78 commits)")[![jdalsem](https://avatars.githubusercontent.com/u/861833?v=4)](https://github.com/jdalsem "jdalsem (32 commits)")[![Beaufort8](https://avatars.githubusercontent.com/u/3209545?v=4)](https://github.com/Beaufort8 "Beaufort8 (17 commits)")[![matthiasott](https://avatars.githubusercontent.com/u/991611?v=4)](https://github.com/matthiasott "matthiasott (7 commits)")

### Embed Badge

![Health badge](/badges/coldtrick-publications/health.svg)

```
[![Health](https://phpackages.com/badges/coldtrick-publications/health.svg)](https://phpackages.com/packages/coldtrick-publications)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
