From 840e661a42da61ab1408a7bc199ae94460cc866a Mon Sep 17 00:00:00 2001 From: Matthew Barbour Date: Mon, 26 Oct 2020 10:23:13 -0500 Subject: [PATCH] Image to Post - featured --- ext/featured/info.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/featured/info.php b/ext/featured/info.php index dc3e8bad..cbe3dd94 100644 --- a/ext/featured/info.php +++ b/ext/featured/info.php @@ -12,14 +12,14 @@ class FeaturedInfo extends ExtensionInfo public $description = "Bring a specific image to the users' attentions"; public $documentation = "Once enabled, a new \"feature this\" button will appear next -to the other image control buttons (delete, rotate, etc). +to the other post control buttons (delete, rotate, etc). Clicking it will set the image as the site's current feature, which will be shown in the side bar of the post list.

Viewing a featured post
Visit /featured_image/view

Downloading a featured post
Link to /featured_image/download. This will give -the raw data for an image (no HTML). This is useful so that you +the raw data for a post (no HTML). This is useful so that you can set your desktop wallpaper to be the download URL, refreshed every couple of hours."; }