
Solutions
-
Daniel F's post in Invision Community API Problem was marked as the answerHow does your request look like?
-
Daniel F's post in Call to undefined function curl_init() was marked as the answercURL should work on our cloud.
Just to be sure we get what you're meaning => Are you trying to call this REST API from your CiC community to the same community?
If yes could you share the code, or tell me the block id where you're trying this and I'll take a look at this.
-
Daniel F's post in Icons not showing colour was marked as the answerWhich is correct.
you have read it, so it’s grayed out.
Once your wife creates a new post in this forum, it shouldn’t appear grayed out anymore.
-
Daniel F's post in Create member via Zapier: Custom fields was marked as the answerUnfortunately our Zapier integration doesn’t support custom fields yet, but you could use the Zapier Webhook feature to send a POST request to your community’s REST API to update the created member.
-
Daniel F's post in Report functionality was marked as the answerYes it was here all the time
-
Daniel F's post in Trying to upgrade was marked as the answer1. Make sure that the mbstring module is installed and available on your server/webspace
http://www.php.net/manual/en/mbstring.installation.php
2. You'll have to uninstall the rules application which hadn't any upgrades since 2019
-
Daniel F's post in How do I get the current forum view method? was marked as the answerIt's also stored in the database, so using the method is probably better
\IPS\forums\Forum::getMemberListView()
-
Daniel F's post in Webhooks don't work (bug?) was marked as the answerIn 4.7.11 which will be released soon™️ was just released
-
Daniel F's post in Dates of less than a week are wrongly represented was marked as the answerDoes it work if you switch to English? IF yes, it's an issue with your German Translation which is probably not compatible with the recent IPS version!
-
Daniel F's post in ip address is the same for all users was marked as the answerI guess you’re using a proxy which is forwarding all traffic. Make sure to enable IP forwarding
-
Daniel F's post in Translation examples missing in some keys was marked as the answerNo.
I would suggest to ignore the empty strings
-
Daniel F's post in Changing Pages Records' Author was marked as the answerYou can change it in your ACP while editing the record there.
-
Daniel F's post in Zapier Member Edit Trigger - What causes trigger? was marked as the answerThe "Member Edited" trigger is fired when literally anything except when one of these values changes ( 'last_visit','last_activity', 'profilesync_lastsync' )
So yea, your observation is correct. It is also fired when somebody replies because his "total posts" count, last post timestamp, and probably also his achievement points value changed.
We thought that people would use Zapier Conditions once they need more control over the data, that said, we may improve this in the future and include a few filters into the "Member Edited" trigger.
Also, something to keep in mind, is that the webhooks aren't fired immediately.
We have a webhook queue, which collects the data and which is then fired via a separate request ( https://zapier.com/engineering/webhook-design/ leaving this link here for people who are interested in this)
Since you're on a demo that has probably not really that many visitors, the queue is also not running as often as it would on a live board!
-
Daniel F's post in Error when entering the invision community website. was marked as the answer403 is a no permission error, which is correct because you have no permission to access our admin directory.
-
Daniel F's post in Bug in downloads -> front -> browse -> rows was marked as the answerThanks, I have fixed this for an upcoming release.
-
Daniel F's post in Post condition to filter by tags was marked as the answer{{if \in_array('dein-tag', $item->tags())}} Topic has the tag "dein-tag" {{endif}}
-
Daniel F's post in BUG: 4.7.7 Notifications configurationOptions was marked as the answerThe method should return an array (mentioned by phpdoc)
Unfortunately, there were no return types when IPS 4 was created, but they're now, so I guess the best thing to do here is to enforce it
Seems much more straightforward than including just another IMO unnecesary check for the methods return value.
-
Daniel F's post in Group promotions was marked as the answerIt’s not happening automatically. They‘ll be moved when they log in the next time.
-
Daniel F's post in Can a user block another user? was marked as the answerThere’s an ignore feature in our suite.
They can access the page via the Account Menu - Ignored Users
https://invisioncommunity.com/ignore/
-
Daniel F's post in Is there a way to access older events videos? was marked as the answerWe have them in our gallery
https://invisioncommunity.com/gallery/category/2-webinars/
-
Daniel F's post in [BUG 4.7.7] Recounting a member's reputation from ACP throws an exception was marked as the answerThanks, I can reproduce it and it's fixed now for an upcoming release.
-
Daniel F's post in 403 error in Commerce was marked as the answerThis sounds like an issue with a WAF (Web Application Firewall). I would suggest to contact your webhost to see if something is blocking the request.
-
Daniel F's post in [Bug 4.7.7] ACP - Saving the Site Promotion > Twitter Share was marked as the answerThanks I have fixed this for an upcoming release.
-
Daniel F's post in Where is the 404 error log? was marked as the answerThere's no 404 error log in the default IPS, but if you're using google analytics, you could use it to see all the URLS which return the 404 page.
There is also at least one marketplace file that can log these pages
https://invisioncommunity.com/files/file/8999-404-management/
( I have also an app for this, but it's probably doing too much if you need only the 404 log )
-
Daniel F's post in searching string key to be translated was marked as the answerHave you changed the _list_format_ language string?