Everything posted by Adriano Faria
-
Sign Up Problem
The popup shows fine to me but I see the following:
-
Link Filtering (Allow any links) => Moderate = not working
- REST API /cms/records/{databaseId} POST fails with 500 in 4.7.16
EX1048 means that a column cannot be NULL.- Content Restrictions of Images
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/- [BUG 4.7.16] Same user reacted twice to a post
It seems you were excessively helpful. You deserved it twice. 😂- Hook Error Extending ipsContentController
- Template embedItemStats showing disabled reviews and comments
Confirming it is fixed. 👍- Wrong error message when using maxItems on a Stack field
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.- Leaderboard -> Exclude specified forum / subforum from counting
👆 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.- Prevent double reply
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.- MemberACPProfile extension not working
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.- How to download a database off a Invision Website
I have an export records application, but obviously you need to install the app on the site but that’s not the case:- Custom applications: increase posts number and show in profile
See if it has the Content Router extension.- Member Shop point no decuct
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/- How to prevent users from maliciously posting posts to gain points.
There’s a 3rd-party resource: https://www.ynwa.tv/files/file/42-ne-editor-content-limits/- MemberACPProfile extension not working
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.- Possible Backdoor hack?
You can find the devs at https://invisioncommunity.com/third-party/providers-directory/ Their site is available in their profile.- Enhanced links moderation needed
https://www.sosinvision.com.br/index.php?/file/194-enhanced-links-moderation/- Staff Notes for what content
Any app that you extend \IPS\Content\MetaData.- Saved Actions for moderators
- Purging Very Old Members' Email Notifications
- Purging Very Old Members' Email Notifications
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.- Prevent certain groups from adding hyperlinks
You can do that with a 3rd-party resource: See: https://www.sosinvision.com.br/index.php?/file/194-enhanced-links-moderation/- Posting under someone else's name
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/- 3rd Part Marketplace?
Me too. I only received emails from items I follow. - REST API /cms/records/{databaseId} POST fails with 500 in 4.7.16