Jump to content

Adriano Faria

Clients
  • Joined

Everything posted by Adriano Faria

  1. You mean plugin? Hook isn’t plugin! A hook will add the ability to extend classes via a plugin or an application. https://en.wikipedia.org/wiki/Monkey_patch
  2. Simply because you can't use hooks on IPS5 to extend the core methods as you could on IPS4: https://www.sosinvision.com.br/index.php?/file/283-disable-friendly-number-format/
  3. Iran the viewupdates task manually but didn’t change the number, that’s when I noticed the core_view_updates table is always empty. No records. Once Redis is disabled, everything works fine. What is the recommended Redis version for IPS 4.7.20?
  4. I noticed the number of views in topics (and all other apps) simply got stuck in 0 (zero) after enabling Redis in the Community. It worked again when Redis was disabled. Is there any particular setting I need to make for Redis and views increment to work together? Thanks.
  5. Application.php You need to update the app to IPS5 if it keeps identifying incompatible files.
  6. If you have FTP access, attach the IPS\topicsview\Application.php and I’ll make it compatible with IPS5 then the error will go away.
  7. Note: this must be related, if it's a model issue: https://invisioncommunity.com/invision-community-5-bug-tracker/automatically-follow-new-content-i-post-file-submitted-and-topic-not-followed-r654/
  8. They are the file and the support topic. The user reacted to the file and the latest post. Two different reactions; only one appears in the AS.
  9. Reactions in posts aren’t showing up in activity streams: Any suggestions?
  10. It is working now. Thank you.
  11. Hello, I don’t want people to renew purchases in specific files. These files have purchases disabled. How can I do that?
  12. I just checked and it works on Safari. Is MS Edge supported by IPS?
  13. It’s happening since Beta 1 of 5.0.4, I guess. I’m not able to use the Editor in topics only on this site. The only shows the loading FA. It works everywhere else, like Tracker or messages. iPhone 15PM. iOS 18.3.2.
  14. This option is new on 5.0.4. It should be ON as it was since 5.0.0.
  15. There’s room for the Form extension.
  16. Use instead: {{if \IPS\Member::loggedIn()->getLayoutValue('forums_forum') === 'grid'}}
  17. That's not a widget. It is a block that updates the topics/posts in X seconds with ajax.
  18. On IPS4, we use a hook: public static function supportedMetaDataTypes() { $types = parent::supportedMetaDataTypes(); array_push( $types, 'myMetaData' ); return $types; }How do I add a new MetaData to the Forums app, for example?
  19. Devs will have to update their apps.
  20. There isn’t a hook point at the bottom so the only option is to use that workaround provided by Matt, but there’s no language bit or confirmation box. I use it at the top: And also in mobile: It’s a free app.