Jump to content

Daniel F

Invision Community Team
  • Joined

Solutions

  1. Daniel F's post in Invision Community API Problem was marked as the answer   
    How does your request look like? 
  2. Daniel F's post in Call to undefined function curl_init() was marked as the answer   
    cURL 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.
  3. Daniel F's post in Icons not showing colour was marked as the answer   
    Which 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.
  4. Daniel F's post in Create member via Zapier: Custom fields was marked as the answer   
    Unfortunately 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.  
  5. Daniel F's post in Report functionality was marked as the answer   
    Yes it was here all the time 
  6. Daniel F's post in Trying to upgrade was marked as the answer   
    1. 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
  7. Daniel F's post in How do I get the current forum view method? was marked as the answer   
    It's also stored in the database, so using the method is probably better
    \IPS\forums\Forum::getMemberListView()  
  8. Daniel F's post in Webhooks don't work (bug?) was marked as the answer   
    In 4.7.11 which will be released soon™️    was just released
  9. Daniel F's post in Dates of less than a week are wrongly represented was marked as the answer   
    Does 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!
  10. Daniel F's post in ip address is the same for all users was marked as the answer   
    I guess you’re using a proxy which is forwarding all traffic. Make sure to enable IP forwarding 
     
  11. Daniel F's post in Translation examples missing in some keys was marked as the answer   
    No.
    I would suggest to ignore the empty strings
  12. Daniel F's post in Changing Pages Records' Author was marked as the answer   
    You can change it in your ACP while editing the record there.
  13. Daniel F's post in Zapier Member Edit Trigger - What causes trigger? was marked as the answer   
    The "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!
     

     
  14. Daniel F's post in Error when entering the invision community website. was marked as the answer   
    403 is a no permission error, which is correct because you have no permission to access our admin directory.
     
  15. Daniel F's post in Bug in downloads -> front -> browse -> rows was marked as the answer   
    Thanks, I have fixed this for an upcoming release.
  16. 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}}  
  17. Daniel F's post in BUG: 4.7.7 Notifications configurationOptions was marked as the answer   
    The 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.
  18. Daniel F's post in Group promotions was marked as the answer   
    It’s not happening automatically. They‘ll be moved when they log in  the next time. 
  19. Daniel F's post in Can a user block another user? was marked as the answer   
    There’s an ignore feature in our suite.
    They can access the page via the Account Menu - Ignored Users 
    https://invisioncommunity.com/ignore/
  20. Daniel F's post in Is there a way to access older events videos? was marked as the answer   
    We have them in our gallery
    https://invisioncommunity.com/gallery/category/2-webinars/
     
  21. Daniel F's post in [BUG 4.7.7] Recounting a member's reputation from ACP throws an exception was marked as the answer   
    Thanks, I can reproduce it and it's fixed now for an upcoming release.
  22. Daniel F's post in 403 error in Commerce was marked as the answer   
    This 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.
  23. Daniel F's post in [Bug 4.7.7] ACP - Saving the Site Promotion > Twitter Share was marked as the answer   
    Thanks I have fixed this for an upcoming release.
  24. Daniel F's post in Where is the 404 error log? was marked as the answer   
    There'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 ) 
     
  25. Daniel F's post in searching string key to be translated was marked as the answer   
    Have you changed the _list_format_ language string?