Everything posted by sobrenome
-
Multiple servers behind load balancer
The cronjob was set in the instance that generated the image used to generate automatically the other instances by the autoscaling group.
-
Multiple servers behind load balancer
I am using IPS with at least 2 EC2 and no issues so far. I was worried about more than 1 cron task running simultaneously, but no issues so far.
-
PHP 7.4 with IPS 4.4.6
The only problem I have noticed so far is that the upload limit is 7MB, even if I set higher values in php config file.
-
Improvements for the app Gallery
Yes, Gallery has an extraordinary potential that is not explored. I had some thoughts here: It would also be nice to have stories on gallery:
-
WhatsApp Share Service - Supporttopic
I hope so!
-
Video Gallery: Compression, Thumbnails & Player
+1
-
Amazon SES API For Sending Mail
+1
-
Mail Bouncer - Automated Bounce Management
Is mail bouncer ready for 4.5? 😀
-
Video length limit in seconds on Gallery
Current Gallery settings allow Admins to limite file uploads by file size. This setting is ok for photos, but not so great for videos. As long as Gallery accepts video files, it would be nice to have a setting to limit video uploads based on videos length in seconds.
-
Google AdSense Auto Ads
I used to have the same issue, so I had to disable this very annoying ads over the content. Is this issue solved in the last update?
-
Invision Stories
With Google webstories the scenario is changing. Now stories will also be more used by Google to show content in search results. And the most important tip on this new scenario is the first Google plugin for Wordpress for webstories. https://www.searchenginejournal.com/google-web-stories/373520/ I think that adding stories to Gallery app will make it very linked to the current social media state. WhatsApp has stories. YouTube has it. Why not IPS? IPS is a community. It’s content driven but also a place where the most participating people may want to get closer using stories. And now, stories will also be used for content, not only for personal stories but also for content stories. At least Google wants it. So why not add this feature to Gallery app? It will make IPS much more complete allowing community to use stories for content and also for get users more closer to each other.
-
Lazy load profile pictures on IPS 4.5
Yes! 😊😊😊
-
Custom fields in gallery
It would be nice to have this option out of the box in the next releases! Gallery needs more care and features to be more useful on IPS! 😊
-
Custom fields in gallery
Nice! And can I use this feature to load a page with all the pictures taken in the same google place?
-
Truncate Via Templates
You a right. I am using the code below and did what I needed: $record->truncated(TRUE, 250 ); Thanks!
-
Lazy load profile pictures on IPS 4.5
If lazy load is enable, why not lazy load profile pictures on IPS 4.5? On some pages there are many profile pictures with big sized images.
-
Truncate Via Templates
How to use raw with truncate? I am using: {$row->_content|raw} And I am trying without success: {truncate="$row->_content" length="50"} Shows html code. {truncate="$row->_content|raw" length="50"} Does not work. {truncate="$row->_content" length="50"|raw} Does not work either.
-
Truncate Via Templates
Awesome! Many ways to play with! Thanks!!
-
Custom fields in gallery
Yes, Gallery should be more explored by IPS. It is an app with great potential that is forgotten due the lack of links to other apps and lack of custom fields, for exemple. Is it possible to extract the location exif metadata of a photo and show a google place with Gallery current features?
-
Wiki-like-editing is useless at this moment
👏🏻
-
Truncate Via Templates
I would like to truncate the content field of pages records to show only 3 lines of it in the records list page. JavaScript works nice, but the full content of several database records is loaded to be removed afterwards. How could I use the truncated() for this approach? Is there any guidelines about it?
-
Truncate Via Templates
Is there a function to truncate the text on server side on 4.5?
-
Reactions in private messages
Reactions in activities stream should be nice too.
-
Link Gallery to other IPS apps
Gallery is one app that I would like to be more used on my community. I think that the issue that makes Gallery so underused is that it is not really connected to other IPS apps. Gallery and albums could be an option to hold images from Forum's posts, from Page's posts, from Products in Commerce, from users Profile, and so on. Simple features could be added to link Gallery with the community, for example: add a button in forum's new topic or new reply to give the user the opportunity to create an album or to add images or videos to an existent album and embed it to the new topic or replay; add a custom field type gallery in Pages to give the author the opportunity to create an album or to add images or videos to an existent album and embed it to the new content post; add a custom field type gallery in Commerce to give the seller the opportunity to create an album or to add images or videos to an existent album and embed it to the new product post; add a button in user profiles to give the user the opportunity to create an album or to add images or videos to an existent album and embed it to its profile. I suppose that a few coding lines by IPS could make Gallery much more useful. There is an app to link Gallery to Pages, but it's not working anymore (https://invisioncommunity.com/files/file/7273-album-link-field/) and an app based on BBcode, which will be deprecated (https://invisioncommunity.com/files/file/7365-bim-gallery-in-post/). Hope IPS makes Gallery more integrated to the whole community and takes it to the place that it really deserves in the framework. Maybe in 4.5.1? Good work guys!
-
Album Link Field
Will it be update to 4.5? This plugin functionality is so amazing that should be built in. Gallery is not used as much in IPS because it’s isolated. It should be used to held albums from Pages posts or in users profiles. Hope this plugin gets the attention that deserves.