[For 1.8] Picture Perfect 0.0.9 ALPHA - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Plugins (https://community.mybb.com/forum-73.html) +---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html) +---- Thread: [For 1.8] Picture Perfect 0.0.9 ALPHA (/thread-215091.html) |
RE: Picture Perfect 0.0.5 ALPHA - hkkp - 2019-01-21 the plugin causes in admin-cp that after activating a plugin a white page appears. the plugin is still activated and if you go back in the browser, then you see this. RE: Picture Perfect 0.0.5 ALPHA - Wildcard - 2019-01-21 Can you look in your error logs and see what the issue is? I am using this plugin every day on my forum with no issues. RE: Picture Perfect 0.0.5 ALPHA - hkkp - 2019-01-25 no error logs, this is clean... RE: Picture Perfect 0.0.5 ALPHA - Wildcard - 2019-01-25 I can't help you if there are no details. What version of MyBB are you running? PHP? MySQL? RE: Picture Perfect 0.0.6 ALPHA - Wildcard - 2019-02-17 Picture Perfect 0.0.6 ALPHA Released This release brings us closer to having all the basic functionality covered and working correctly. When I say that, I am talking about the first level structure on which it should be possible to provide all the features that I had in mind when I started this project, all of the features that have been requested so far, and all of the features that I can think of for the future. One of the big steps in this version actually required a step back (so heed that warning at the bottom and do a fresh install if you are testing). The task lists previously controlled where the process images wound up (in which image set) but I've transferred control of that to the individual image tasksĀ for several different reasons. Suffice it to say that this allows us a lot more control over how we manage our processed images. Along with that change came the ability to use pre-configured image tasks to process multiple images on the same page quickly and in a uniform manner. Also, we added the ability to use modules directly on single images with unique settings. The first new module in a while is pretty simple, but allows admin to replace posted images (change the image URL) or remove it entirely (redact the image from the post and stop tracking it). This will come in handy when we get around to providing more tools for moderation. Another fairly big change is the redesign for the image view in the View Thread ACP page. (click to view full size image)
The card view should give a little more room in the ACP to add image info, EXIF date, etc. in the future. And for now, it is a little easier on the eyes. Here is a full run-down of this versions changes/fixes: Changes:
To upgrade: Uninstall and reinstall. There will be no upgrade script during the alpha stage. RE: Picture Perfect 0.0.6 ALPHA - Eldenroot - 2019-02-18 Better and better thx! RE: Picture Perfect 0.0.6 ALPHA - Zaqre - 2019-02-19 Can you make it where all images must be approved before displaying? A "pending" image for all images pending approval A "deleted" image for all images declined/denied approval? RE: Picture Perfect 0.0.6 ALPHA - Wildcard - 2019-02-19 (2019-02-18, 05:24 PM)Eldenroot Wrote: Better and better thx! You're welcome! Thanks for the kind words. (2019-02-19, 01:24 AM)Zaqre Wrote: Can you make it where all images must be approved before displaying? That is a fantastic idea. It would of course need to be admin-controllable because not everyone would want that, but yes, I think it would be quite possible to catch images when they are posted, store the actual URL of the image, but insert a replacement image. Then of course, allow the admin to then "approve" the image which swaps the URL back to the originally posted URL. We could also add the possibility (as you mentioned) of replacing the image with text or another image that represents that the posted image has been removed for whatever reason. Currently, we can already replace images, so you could designate an image that is the 'image removed' pic and do it manually, but requiring image approval would take a little work. Let me keep this in mind and when we get a little further along I will revisit it. Thanks for a great suggestion! +1d for it. RE: Picture Perfect 0.0.7 ALPHA - Wildcard - 2019-03-24 Picture Perfect 0.0.7 ALPHA Released No huge changes this time, but there were some things that will make it easier on admin in a few different ways. Added a domain label overlay to images to make it easier to spot hosts. Also added the ability to add/edit image captions. We still can't do very much with the captions as of yet, but in the next version, I hope to get the ASB side box up and running, which will take advantage of image captions if they are present. Now you can just type in a tid , or paste in a link, and press go to jump to that location in the View Thread page. You can paste in standard links (showthread.php?tid=123 /showthread.php?pid=123 ), Default SEO Links (thread-123-post-345.html#pid345 ), or Google SEO Links (Thread-Title-Here?pid=123#pid123 )Here are all of the changes in this version... Changes:
RE: Picture Perfect 0.0.7 ALPHA - Eldenroot - 2019-03-24 New great update! |