brettp/anypage

Installs: 914

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 5

Forks: 7

Open Issues: 3

Type:elgg-plugin

dev-master 2017-02-20 14:54 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:02:34 UTC


README

Elgg 2.3

Static page management UI for Elgg

Features

  • Create static pages with custom slugs (page addresses)
  • Pages can be populated by an editor or from a view

Examples

Defined slug: /privacy_policy View file: views/default/anypage/privacy_policy.php

Defined slug: /about/users View file: views/default/anypage/about/users.php

Defined page: about/users/index.html View file: views/default/anypage/about/users/index.html

Dev Notes

To add a custom layout, use 'layouts','anypage' plugin hook.