Jump to content

Matt

Management
  • Joined

  • Last visited

Everything posted by Matt

  1. Best submit a ticket and we can take a look.
  2. Unfortunately, this is not currently a feature.
  3. It took about a weekend to rebuild this site, so that sounds about right.
  4. There were a few bugs with the comment rule extension, which should be fixed in 4.6.4. It likely counted 1 topic as one content item and 1 post, rather than just 1 thing. So effectively 2 points per topic instead of 1 when rebuilding.
  5. Submit a ticket. Somethings gone wrong®.
  6. Manually awarded badges are not removed by a rebuild. It would also remember "7 days logged in". It depends on many factors, such as using traffic to run tasks versus cron. You could squeeze it through by running the specific task via cron every minute. Likewise, you could choose the "Run Now" option when viewing the background tasks and leave a browser window open churning through them. When you rebuild you ask the system to pick through every single data point again (comments, topics, members, reactions, etc). It's an intensive operation so it's not something you'd want to do regularly. In the future I may be able to have a rebuild specific rule option.
  7. Matt replied to wegorz23's post in a topic in Feedback
    It's something we've thought about for a later version. The ability to essentially have one badge update for milestones. We have no immediate plans for this though.
  8. Matt replied to Square Wheels's post in a topic in Feedback
    Square Wheels' first look at Invision Community 4.6.
  9. I've added a bug report. We'll take care of this in an upcoming release.
  10. ...and the patch is out.
  11. Matt posted a release in Release Notes
    This is a maintenance release for Invision Community 4.6.
  12. It uses our REST API so will work on any Invision Community.
  13. You could look at Integromat, which is a Zapier competitor that has built in functionality for Invision Community. https://www.integromat.com/en/integrations/invision-community
  14. I have removed the text so it no longer looks odd.
  15. That could be a bug, please submit a ticket and we will take a look.
  16. Invision Community 4.6 brings a brand new achievements system which overhauls the ranks system along with adding the ability to earn points which translates into a higher rank via rules. As part of the clean-up, we removed the custom member title from the author section of the post as there's a limit to how much information we can show comfortably! Of course, some communities used custom member titles and wish to continue using them. Fortunately it's easy enough to get them back. Step 1: Log into the ACP and navigate to Members > Profiles > Profile Fields Step 2: You will see a group called "Retained", inside is a new custom field called "Member Title". This profile field was used in the upgrade to save the custom member title data. Click on the pencil icon to edit. Step 3: Post upgrade, this field is effectively switched off, but it can easily be switched back on. For the "Display format for topics" choose custom and just use: {$content} as the value. This will remove the "Member Title:" prefix. Save the changes. You will now see the member title has been restored. Advanced tip: Only do this if you are comfortable making theme edits! If it all goes wrong, don't panic. There is a revert button to undo your changes! Edit the template bit Forums > topics > postContainer in your active theme and move the block highlighted here up underneath the {{endif}} of the {{$comment->isAnonymous()}} block.
  17. Matt posted a release in Release Notes
    This is a maintenance release for Invision Community 4.6.
  18. Invoices are generally meant to be persistent in that they form a financial record. It's not a feature we would add.
  19. We have considered this and we would only make it so the member could request it, but not actually do it. There'd need to be a cooling off period, etc. Easy in the heat of the moment to delete everything and then ask for backups the next day.
  20. It should prevent them from posting. If that isn't the case, submit a support ticket and we will investigate for you.
  21. Absolutely, that makes sense. I guess there is pressure from companies to not allow browsers to do what Apple did with iOS and have a simple way to remove tracking cookies. Annoying for software developers though!
  22. We use the Facebook Pixel, and we use Google analytics, and we occasionally run Google Ad campaigns. I'll add these to our own cookie page. Side note: I do wish browsers would just take care of this. They can detect cookies and can easily determine what the cookie is for.