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

Everything posted by Slimer

  1. Same problem - some thousands letters were send :( Have to disable this feature. Please fix it!
  2. I need to set limit first post/reply to different number of characters and number of images. I.e. first post must be >500 characters and must be >=1 image. Reply must be >100 characters only. Can you add this feature?
  3. Not working if select some groups. If select "All" - works fine.
  4. 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
  5. ok. I have looked in db, this smile has code: <img alt=":ok:" data-emoticon="" src="/uploads/emoticons/icon.gif" title=":ok:" />
  6. 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.
  7. ~half topics has broken first picture. Its moved from topic to topic thumbnail. Why only half - i don't know. How to return it back?
  8. smilies should be not considered as the pictures
  9. \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'])) );
  10. @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.
  11. Please, check your styles for tablet view. Images alignet upper title. It must be float: left as in other views.
  12. Thank you for quick support! Your Widget has "gallery" style. "Forum" style for me better. Maybe add there a style switch?
  13. My screenshot is after refreshing. Original image 500x223 Thumb image 60x27 - after cropping Where is must be 110 i don't understand.
  14. 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?
  15. Hi! Very bad quality of thumbnails. Thumb has size 60x27 and it was displayed as 60x60. 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...