Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Family Wiki

Beschrijving

This plugin transforms your WordPress install into a Wiki for keeping your family history.

Recommended setup

In wp-admin go to SettingsReading and set a static homepage. The plugin also adds an option I would like my site to be private, visible only to myself and users I choose which will usually be an option you’ll want to use since only registered users should be allowed to edit.

Create new users with Wiki User (can edit pages) or Wiki Editor (can also delete pages). Unfortunately otherwise only the roles Editor or Administrator will allow them to edit pages.

If you created a calendar page, set the option family_wiki_calendar_page, for example with the cli command wp option add family_wiki_calendar_page /Calendar, then the dates will be linked to that page.

Shortcodes

To populate the calendars, use these shortcodes for

[born date="1910-01-01"]

Notes:
– You can also use a textual date: [born date="January 1, 1910"]
– For living people, add a showage, like this: [born date="January 1, 1910" showage]. It will then be displayed in the birthday calendar.

For deceased relatives, specify the date when they died like this:

[died date="2000-01-01" birth="1910-01-01"]

You can also use a textual date: [died date="January 1, 2000" birth="January 1, 1910"]

Gutenberg Blocks

The Family Calendar block will show all dates from the wiki.

The Birthday Calendar block will show all dates of living people (determined by showage, see above) from the wiki.

Performance

For displaying the red missing links or green external links, all pages are evaluated on page load. This works for small sites but won’t work well if you have thousands of pages.

Development of this plugin is done on GitHub. Pull requests welcome. Please see issues reported there before going to the plugin forum.

Schermafdrukken

  • A homepage showing a missing wiki page.
  • A person page with a missing wiki page.
  • Gutenberg view of a person page with the shortcodes.
  • A 404 page exposing the "Create Page" link in the header.
  • A person page with external links.
  • A calendar page.
  • Inserting a birthday calendar block.

Blokken

Deze plugin heeft 2 blokken.

  • Family Wiki
  • Family Wiki

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Family Wiki” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

“Family Wiki” is vertaald in 1 taal. Dank voor de vertalers voor hun bijdragen.

Vertaal “Family Wiki” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.0.0

  • Initial version