Jump to content

sobrenome

Members
  • Joined

  • Last visited

Everything posted by sobrenome

  1. 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.
  2. sobrenome replied to AaronS's post in a topic in Developer Connection
    Nice! How can I retrieve it? Tried $geoData['lat'] and $geoData['long'] but there was no data.
  3. sobrenome replied to AaronS's post in a topic in Developer Connection
    Does the built in GeoLocation method return the latitude and longitude by IP?
  4. Are these methods available on 4.5? Any DEV docs about them?
  5. But how could the user access the profile if both profile and explore content links does not link to profile?
  6. I suggested Amazon Elastic Transcoder SDK: https://invisioncommunity.com/forums/topic/458668-amazon-elastic-transcoder-mov-to-mp4-sdk/
  7. 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.
  8. Does it work with MOV files on Google Chrome?
  9. 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.
  10. sobrenome replied to kmk's post in a topic in Feedback
    About 90% of my community access come from mobile. Would be nice to have at least voice DM.
  11. Great! Just waiting Mail Bouncer to upgrade to 4.5! Will Gallery have the same benefit?
  12. 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?
  13. Yes, it is set to 8MB. And max_file_uploads set to 20.
  14. Very nice!
  15. sobrenome replied to ClawOfWinterfell's post in a topic in Feedback
    Cool!!
  16. sobrenome replied to ClawOfWinterfell's post in a topic in Feedback
    Any news on leaderboard as a member widget? It would be awesome to have the leaders promoted on several places.
  17. sobrenome replied to Kevin Carwile's post in a topic in Marketplace
    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?
  18. 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.
  19. I have a great Wiki idea to my community. Anxious for the moderation on Wiki style record changes.
  20. Waiting Mail Bouncer to upgrade to 4.5.2!! 😎
  21. That’s awesome! Have you written a python script to run the IPS cronjob? Could you share here! 😃
  22. Is it free for 12 months or forever, like SES up to 62.000 emails?
  23. 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?
  24. How much do you pay monthly to run the cron job on lambda?
  25. I will take a look at that! Thanks!