mirror of
https://github.com/Frumph/comic-easel.git
synced 2026-07-21 08:56:06 -04:00
[GH-ISSUE #1] TODO: Create image manager section in admin #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Frumph on GitHub (Sep 3, 2010).
Original GitHub issue: https://github.com/Frumph/comic-easel/issues/1
Image manager needs to use $easel_dirs = wp_upload_dir(); to figure out the base url and basedir path to the uploads directory, then a comics folder under that.
The Image Manager will allow uploading of images either singularly or bulk. Let's you view thumbnails of the images (or smaller versions of), let's you select whatever you want to delete and regenerate thumbnails as necesary.
There is no create post when uploading and maintaining the comic images in this section, just straight image management and uploading.