|
Cookbook /
AuditImagesSummary: View the images that have been uploaded to your wiki.
Version: 1.0
Prerequisites: Uploads enabled
Status: Stable
Maintainer: Hagan Fox
Discussion: AuditImages-Talk
QuestionIs there a quick and easy way to see if someone has uploaded some undesirable images to my wiki? AnswerInstall Qdig in your uploads directory. All it takes is copying one file. Qdig is a simple script that turns directories with images into galleries. Like PmWiki, Qdig is GNU GPL-licensed free software. Instructions
When you visit the script you'll see links to all of your group directories that contain image files. Each link leads a dynamic gallery. Supported formats are JPEG, GIF, PNG and sometimes BMP. Optional Qdig Configuration
$site_lnk_title = 'My Wiki';
$site_lnk_url = '../pmwiki.php';
$img_links['sort_date'] = TRUE;
$touch_captions = FALSE;
$convert_magick = TRUE;
$convert_GD = TRUE;
$disp_size['1'] = FALSE;
$disp_size['2'] = FALSE;
Notes and Comments
See Also
ContributorCommentsSee discussion at AuditImages-Talk User notes? : If you use, used or reviewed this recipe, you can add your name. These statistics appear in the Cookbook listings and will help newcomers browsing through the wiki. |