Jump to content

Adriano Faria

Clients
  • Posts

    31,560
  • Joined

  • Days Won

    473

 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 Adriano Faria

  1. In Core you have the COPPA registration. There’s a 3rd-party resource: https://www.sosinvision.com.br/index.php?/file/88-age-bracket-requirement/
  2. It seems you were excessively helpful. You deserved it twice. 😂
  3. For example: if I set 4 as maxItems on a Stack field, I get the message: which is not right. It should be "You must provide up to 4 items" or something like that. Language bit: form_items_max.
  4. 👆 Leaderboard isn’t a Forums app thing; it is a suite wide thing. They would have to add the same to all other apps, via a new extension or whatever. You better do your customization locally. I wouldn’t hold my breath for it at all.
  5. Forums automatically prevent consecutive replies within a few seconds but I don’t think this time is configurable. If you don’t want the same member to post consecutively, regardless of the time, you will need a custom application.
  6. I see what you mean. Yep, every "top" tab belongs to an app (Core and Nexus by default, if you have it installed). Anyway, you better rethink this as it won't be possible to use hooks in v5 and I don't believe they will allow us to add blocks to core apps. Anyway, only when Beta 1 is out to be sure.
  7. I have an export records application, but obviously you need to install the app on the site but that’s not the case:
  8. If you have a key for the purchase of Members Shop (I don’t see any in your name), redeem it to get support: https://www.sosinvision.com.br/index.php?/announcement/11-ips-marketplace-keys/ https://invisioncommunity.com/marketplace/previous-purchases/
  9. There’s a 3rd-party resource: https://www.ynwa.tv/files/file/42-ne-editor-content-limits/
  10. Hook? You set the position of your block in the MemberACPProfileTabs extension: public function leftColumnBlocks() { } public function mainColumnBlocks() { } The blocks itself go in the MemberACPProfileBlocks extension. Take a look in \IPS\core\extensions\core\MemberACPProfileTabs\Main and \IPS\core\extensions\core\MemberACPProfileBlocks\ProfileData, for example.
  11. You can find the devs at https://invisioncommunity.com/third-party/providers-directory/ Their site is available in their profile.
  12. https://www.sosinvision.com.br/index.php?/file/194-enhanced-links-moderation/
  13. Any app that you extend \IPS\Content\MetaData.
  14. The permission Can use saved actions? must be enabled for the moderators.
  15. Take a look at this: https://www.sosinvision.com.br/index.php?/file/310-stop-all-members-email-notifications/ I’m going to add an ACP module with some filters (joined date, last visit date, group, posts, etc.) then people will be able to choose members based on their own criteria and it will update all selected members. Should be updated by tomorrow.
  16. You can do that with a 3rd-party resource: See: https://www.sosinvision.com.br/index.php?/file/194-enhanced-links-moderation/
  17. For topics and posts, you can do that by using a 3rd-party resource: https://www.sosinvision.com.br/index.php?/file/36-linked-accounts-post-as/
  18. Me too. I only received emails from items I follow.
  19. — EDIT. Didn’t see it was already answered.
  20. Yep. update core_members set member_group_id = X where member_group_id = Y A backup is always recommended.
  21. Send a message. I can take a look for you if you have FTP.
×
×
  • Create New...