Everything posted by sobrenome
-
Geolocation on user login via Smartphone GPS or IP in IPS 4.0
Awesome! How can I retrieve latitude and longitude? {{$geoData = \IPS\GeoLocation::getByIp( 'my IP' );}} {$geoData['lat']} {$geoData['long']} Tried $geoData['lat'] and $geoData['long'] but there was no data.
-
Geolocation
Nice! How can I retrieve it? Tried $geoData['lat'] and $geoData['long'] but there was no data.
-
Geolocation
Does the built in GeoLocation method return the latitude and longitude by IP?
-
Geolocation on user login via Smartphone GPS or IP in IPS 4.0
Are these methods available on 4.5? Any DEV docs about them?
-
Able to set another tab in profile as default
But how could the user access the profile if both profile and explore content links does not link to profile?
-
How to embed MOV files?
I suggested Amazon Elastic Transcoder SDK: https://invisioncommunity.com/forums/topic/458668-amazon-elastic-transcoder-mov-to-mp4-sdk/
-
Amazon Elastic Transcoder - mov to mp4 SDK
Users are posting more and more media everyday on my community. I face a problem related to iPhone mov video file, that does not play on Google Chrome. Please add SDK integration to Amazon Elastic Transcoder to save the mov file under mp4 format, saving space and making the video compatible to all devices.
-
(NE) HTML5 Audio/Video Player
Does it work with MOV files on Google Chrome?
-
How to embed MOV files?
Same issue here. Most members of my community are browsing from phones (and apple iPhones) and posting videos as attachments. Unfortunately the .MOV videos does not play on Chrome and Firefox. I would be nice if IPS had a solution for these media files, more even important for those communities that have Gallery App.
-
Record video and voice
About 90% of my community access come from mobile. Would be nice to have at least voice DM.
-
PHP 7.4 with IPS 4.4.6
Great! Just waiting Mail Bouncer to upgrade to 4.5! Will Gallery have the same benefit?
-
Wiki databases and spammer editing
Current IPS system miss moderation on wiki editing on database records. This feature was already requested on another topic. I would like to know if some member mess with several wiki database records and then is flagged as a spammer. The wiki database fields edited by the spammer will be deleted and the old records restored?
-
PHP 7.4 with IPS 4.4.6
Yes, it is set to 8MB. And max_file_uploads set to 20.
-
Elasticsearch Version 7 & IPB?
Very nice!
-
Leaderboard ideas
Cool!!
-
Leaderboard ideas
Any news on leaderboard as a member widget? It would be awesome to have the leaders promoted on several places.
-
Album Link Field
IPS already has this feature built in on Calendar App. I supposed it would not be difficult to extend it to Pages. Is it easy to implement by a simple template coding @bfarber?
-
Multiple servers behind load balancer
I haven't seen any issues so far. The same issue could occur based on many instances running and not using cron but using members visiting the website to trigger it, like IPS on cloud. For IPS with low to moderate traffic 2 micro instances are fine if you use S3, Elastic Search (I limited search to 250 results), Redis (underused on 4.4) and RDS services on the cloud (nano instances of these services are fine). Remember that is good to have a load balancer and more than one EC2 in different locations to assure that your community will be always online. Yes, I use InnoDB on MariaDB on RDS. Sometimes I feel that it could be a little more faster for writing. For reading it is very fast.
-
Wiki-like-editing is useless at this moment
I have a great Wiki idea to my community. Anxious for the moderation on Wiki style record changes.
-
Mail Bouncer - Automated Bounce Management
Waiting Mail Bouncer to upgrade to 4.5.2!! 😎
-
Multiple servers behind load balancer
That’s awesome! Have you written a python script to run the IPS cronjob? Could you share here! 😃
-
Multiple servers behind load balancer
Is it free for 12 months or forever, like SES up to 62.000 emails?
-
Multiple servers behind load balancer
I have found this solution: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/scheduled_tasks.html @bfarber how does IPS deal with cronjobs on IPS cloud services?
-
Multiple servers behind load balancer
How much do you pay monthly to run the cron job on lambda?
-
Multiple servers behind load balancer
I will take a look at that! Thanks!