Jump to content

sobrenome

Clients
  • Posts

    2,525
  • 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 sobrenome

  1. And now we have AVIF! https://blog.cloudflare.com/generate-avif-images-with-image-resizing/
  2. It is possible to send variables to templates using this exemple code: {template="includeCSS" app="core" group="global" location="global" params="VARIABLES"} Is it possible to send variables to a raw php Pages block? {block="my_block_key" params="VARIABLES"}
  3. Any news on wiki editing moderation? This feature is so powerful to communities and unfortunately cannot be explore for lacking moderation.
  4. We can "help" Google Places to show more accurate results by giving Google some hints about what we want: https://www.youtube.com/watch?v=c3MjU9E9buQ Would be nice to have on AdminCP fields to set this hints for better Google Places usage.
  5. Thanks @ASTRAPI! Considering your shared knowledge on MariaDB 10.5, I will wait a little longer to upgrade.
  6. Great! As long as I have Pages, I confirmed that I will be able to create a raw php as a block. I guess this will be the best choice for my community. Thanks.
  7. Is it safe to upgrade live community to 4.5 already?
  8. The php script should be uploaded to which IPS folder?
  9. Is IPS 4.4 compatible with MariaDB 10.5?
  10. Have you found out how to get custom profile field data? Here is a hint from customFieldsDisplay template: {{foreach $author->contentProfileFields() as $group => $fields}} {{foreach $fields as $field => $value}} <li class='ipsResponsive_hidePhone ipsType_break'> {$value|raw} </li> {{endforeach}} {{endforeach}}
  11. 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.
  12. Nice! How can I retrieve it? Tried $geoData['lat'] and $geoData['long'] but there was no data.
  13. Does the built in GeoLocation method return the latitude and longitude by IP?
  14. Are these methods available on 4.5? Any DEV docs about them?
  15. But how could the user access the profile if both profile and explore content links does not link to profile?
  16. I suggested Amazon Elastic Transcoder SDK: https://invisioncommunity.com/forums/topic/458668-amazon-elastic-transcoder-mov-to-mp4-sdk/
  17. 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.
  18. Does it work with MOV files on Google Chrome?
  19. 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.
  20. About 90% of my community access come from mobile. Would be nice to have at least voice DM.
  21. Great! Just waiting Mail Bouncer to upgrade to 4.5! Will Gallery have the same benefit?
×
×
  • Create New...