onAttachment not found

  • Thread starter Thread starter DevPunk
  • Start date Start date

DevPunk

Guest
Member
File XF/Service/Attachment/Preparer.php

Code:

Code:

Code:
// Core thumbnails will always be the size.
// Content specific thumbs can be generated by handlers using onAttachment.
$thumbSize = $this->app->options()->attachmentThumbnailDimensions;
I cannot find this in the AbstractHandler
In general, there is not even "onAttachment" in the entire XF code.


I would like to change the ThumbSize for my content.

Continue reading...

Continue reading...
 
Top