Jump to content

Slimer

Members
  • Posts

    102
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Slimer

  1. Once i hide the message - it never appears again, even if i change settings and text.

    It must be a setting to drop dismissed flag.

    After installing - it is not work while i turn off - turn on

    If "users can hide message" is off - it must be visible always, even if erlyer user dismissed message

  2. 4 minutes ago, onlyME said:

    I will add an option to ignore the urls like featured content.

    ok. I have looked in db, this smile has code:

    <img alt=":ok:" data-emoticon="" src="https://invisioncommunity.com/uploads/emoticons/icon.gif" title=":ok:" />

     

  3. 11 minutes ago, onlyME said:

    Maybe it's the old url without so the plugin doesn't know it's an emoticon.

    yes, it has old format

    <img alt=":ok:" data-emoticon="" src="http://url/forum/uploads/emoticons/icon.gif" title=":ok:">

    Maybe add this format too?

    For some reason rebuilding posts does not rebuild emoticons in new format.

  4. 6 hours ago, onlyME said:

    I will find a solution to create thumbnail to the original image.

    \IPS\File::Create

    public static function create( $storageExtension, $filename, $data=NULL, $container=NULL, $isSafe=FALSE, $filePath=NULL, $obscure=TRUE )

    If $container is NULL file created in current month folder.

    I do it like this:

    $file = \IPS\File::create( $st, $fn, $ri, array_shift(explode("/", $image['attach_location'])) );

     

  5. @onlyME found one more BIG problem: I am rebuild all thumbnails and all of this thumbnails are stored in monthly_2017_01 dir. Many thousands of files!!

    There were problems with backup, directory listing rests against a files limit etc.

    While rebuilding thumbnail image must be stored in original image directory!

    Please, fix this important thing!

     

    And you copy original images with thumbnails - why? The place on the hard drive not unlimited!

     

    And thumbs has very long filenames like:

    monthly_2017_01/68.thumb.JPG.815c0e0da323cbd30fcdc94fae7cf6ea.thumb.JPG.f7b6d3c80b918c2e5a8e231bff0b0433.JPG

    highlighted in bold - superfluous.

  6. 51 minutes ago, onlyME said:

    Just refresh the page to see the cropped image.

    My screenshot is after refreshing. Original image 500x223

    Thumb image 60x27 - after cropping

    Where is must be 110 i don't understand.

  7.  

    1 minute ago, onlyME said:

    It seem the image hasn't been cropped yet

    I'm manually change this thumbnail. After that I must rebuild all images?

    I did not run rebuild becouse afraid, that all of it became bad quality.

    Can you write what logic does it has?

  8. Hi! Very bad quality of thumbnails. Thumb has size 60x27 and it was displayed as 60x60.


    pic_8.jpg.790bf3fc525d1ac3d924ae8bdc0e5027.jpg

    Please do more settings:

    1. Do not crop images (as in previews versions). In that way additional pictures did not genereated.

    2. Size to crop must be bigger than size to display. Example: thumb size: 60x60, crop size: 200x200. And we get best quality thumbnails!

×
×
  • Create New...