Lack of interest XenForo_AttachmentHandler_Abstract

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

Sniper

Active member
Some thoughts :)

  • Pass $contentData to getAttachmentConstraints - it should give the ability to dynamically set constraints by using the available params e.g. pass in category_id to fetch per category settings
  • Let the attachment handler generate thumbnails, it should allow additional handlers to have there own rules for generating thumbs with little effort, it would also be responsible for cleaning up files.
 
Upvote 1
This suggestion has been closed. Votes are no longer accepted.
ah :( at least passing in $contentData would help.

I don't mind all types to having the same thumbnails but even simple callbacks to generate/delete additional thumbs would help, we can then insert these into our own tables etc
 
Top Bottom