Lecteur Markdown
Links Documentation En
Feature: Links #
Web link directory organised by families. Automatic metadata extraction (title, description) from URLs, image upload per link, distinction between public and private links.
Web link directory organised by families. Automatic metadata extraction (title, description) from URLs, image upload per link, distinction between public and private links.
Via FTP: Upload the links/ directory into /plugins/.
Via package manager: Select links from the available plugins list.
Paths:
/plugins/links/links.php/plugins/links/conf/links.conf.inc.php/plugins/links/locale/Required SQL tables: links, links_families
Image storage directory: $cfg[6]/Links/
- The plugin calls GetURLInfo() to retrieve the title and description from the page's <meta> tags
- Optional upload of a representative image/logo
- Public/private toggle
Exposed functions:
GetURLInfo(string $url) — URL metadata extractionuploadLinkImage() — link image upload and resizingunlinkLinkImage() — link image deletion?obj=links.php — Family list
?obj=links.php&family=ID — Links in a family
?obj=links.php&action=new — Create a link (POST)
?obj=links.php&action=edit&id=ID — Edit a link
?obj=links.php&action=delete&id=ID — Delete a link
?obj=links.php&action=add_family — Create a family
Beamreactor\Database\SQLBeamreactor\Sanitizer\Parserfile_get_contents — for URL metadata extraction