Jump to content

Adriano Faria

Clients
  • Posts

    31,855
  • Joined

  • Days Won

    475

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by Adriano Faria

  1. Nothing has changed; it's the same as Beta 1. It doesn't keep my desired order because screenshots have the same upload time.
  2. @Square Wheels https://www.sosinvision.com.br/index.php?/file/310-stop-all-members-email-notifications/
  3. https://www.sosinvision.com.br/index.php?/file/307-pages-commentsreviews-tab-order/
  4. https://www.invisioneer.org/files/file/59-back-2-top/
  5. In my case, were hooks from the outdated app.
  6. I saw one like this today. Apparently, the user deleted the app folder without uninstalling it and then it shows a couple of “unlinked” hooks in the Support section and the Not Installed App (or something) in the Applications page.
  7. Most likely they are leftover records in core_hooks table.
  8. It may help: https://www.sosinvision.com.br/index.php?/file/284-clubs-categories/
  9. I may have a plugin for this matter. Will reply back later.
  10. This is added in .15 but it isn't working properly. As you're ordering it by record_time DESC, I have to upload them in reverse order if I want to keep them in a specific order. All the files have the same record_time (1704826851) so it doesn't make any sense to order by time. record_id ASC would be more appropriate.
  11. You should add in the Changes affecting third-party developers and designers the new parameter in the \IPS\Node\Model::setLastComment(). This is breaking/locking the apps and crashing the whole board install and requires the immediate attention of the developer.
  12. The way to fix this is display the lang bit key and compare it with the English. You’ll see your translation isn’t right.
  13. You may have missed it but Brandon left IPS a year ago or so.
  14. You need to add a hook to \IPS\core\modules\front\system\register::buildRegistrationForm(), make your validation and then you can "save" the data via the memberSync extension. public static function buildRegistrationForm( $postBeforeRegister = NULL ) { $form = parent::buildRegistrationForm( $postBeforeRegister ); //add your fields return $form; }
  15. There's a topic somewhere here on IPS with a manual query. I tried to find but I couldn't... try it. Keyword: view_sigs.
  16. Nope, you'll have to run a query in your database or hire someone to make a quick app to loop through your member's table and change the value. Let me know if you want me to make it for you.
  17. Add the group or members as Moderators in the ACP.
  18. Not sure what you mean with header but this is an example: {{if member.member_id}}I'm a user{{else}}I'm a guest{{endif}}
  19. Oh, he is CiC; I didn't pay attention to that. Good to know it can be handled by a constant. đź‘Ť
  20. Not tested but you can change it in your install if you're self-hosted by editing the init.php file: $guestTimeout = 900;
  21. … and if you also want to new members follow specific forums/topics, you can use this: https://www.sosinvision.com.br/index.php?/file/50-auto-follow-content/
  22. There are 2 errors there and I told you yesterday.
  23. It should. It isn’t. That’s what I meant.
Ă—
Ă—
  • Create New...