Jump to content

Ryan Ashbrook

Invision Community Team
  • Posts

    12,727
  • Joined

  • Last visited

  • Days Won

    13

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by Ryan Ashbrook

  1. Edit a forum, and under Display Settings enable "Enable Solved?" and save. Make sure you also enable "Allow the topic starter to mark solved?"
  2. See my post above. Badging is a separate API not yet supported on our end.
  3. Same as desktop. if you store your email and password in Keychain, it will use auto fill when you use FaceID. If using TouchID, it also auto submits (at least, on Mac it does). Explicit sign in via those is not currently supported. I’m not sure that’s actually available to PWA’s, though I haven’t researched. Yes. - Sorry, I misunderstood this question - this is not supported yet.
  4. viewtopic.php is most likely phpBB, which they may have used prior to vBulletin.
  5. It looks like the ignore_user_Abort() PHP function is either missing or disabled on your server. I would recommend contacting your host regarding this issue.
  6. We use the Rules settings under the Display Settings tab.
  7. As an aside - I was able to successfully import that webcal feed. The events inside it are in the past, however, so they may not show up immediately unless you go back and find them. As Jim says, if that webcal export itself adds a new event, then the software should import it the next time it checks the feed at that URL. If the export itself is not updated, or a different URL is generated when a new export happens, then it will not be automatically added to the community, and would need to be added manually.
  8. If you can update your Admin CP details in your client area, I can check this for you. However, a 403 typically means that your host has Mod Security or some other firewall / security software in place that is blocking the request. I would recommend contacting your host to see if this is the case and, if so, change the configuration to allow the request to go through properly.
  9. Unfortunately, there is no functionality to do this in the software at this time.
  10. As mentioned, there is unfortunately no way to rate limit bulk emails from within the software. I would recommend using a dedicated service, such as SendGrid.
  11. This is a bug that was fixed in 4.7.6. I would recommend upgrading to the latest version. I'm not able to reproduce on the latest version. Are you still seeing this?
  12. Admin CP > Members. Click the Cog icon on the search bar. You can use this to search for members based on certain criteria. In this case, you would enter the information like so (note that only the second date field for Last activity is changed): After you submit your search, there will be a bar at the top that will allow you to prune / delete all members found, or move them to a different group. Before performing any mass alteration on your site, please always ensure you take a backup just in case your search is too broad and accidentally prunes accounts that you did not want removed.
  13. When assigning a ticket to a user, ensure that the "Lock to this staff member" option is set. When set, this will force the ticket to be assigned to that person regardless of who replies.
  14. ads.txt specifically is covered in the guides.
  15. Yes, as Charles said, just replace your path with the media tag. <audio controls="" data-audio-embed=""> <source src='{media="1"}' type="audio/mpeg"> </audio>
  16. Keys set by the software in Redis are set with an expiration, so Redis itself will remove them when they expire. It's not really feasible to blanket remove all keys from a Redis database, since it may contain data that does not pertain to the software (and that data may not be transient, like the data the software sets is).
  17. Yes.
  18. The current version of the file does appropriately use https. <?php if ( file_exists( 'conf_global.php' ) and isset( $mysql ) and $licensekey = @$mysql->query("SELECT * FROM " . $INFO['sql_tbl_prefix'] . "core_sys_conf_settings WHERE conf_key='ipb_reg_number';") and $licensekey = @$licensekey->fetch_assoc() and $licensekey and $licensekey['conf_value'] and $lkeyData = @file_get_contents( "https://remoteservices.invisionpower.com/license/{$licensekey['conf_value']}", FALSE, $streamContext ) and $lkeyData = json_decode( $lkeyData, TRUE ) ): ?> This was updated almost two years ago.
  19. While on PHP8, upload this file and navigate to it in your browser and see what it says. Alternatively, try disabling all third party applications and plugins and try switching again. One of those may not be compatible with PHP8.
  20. No, it is not possible to reset the ID at this time. You would need to completely reinstall the community.
  21. I've added protection for this, in a future version, so if a service cannot be reached it does not cause an error in the queue (it will still log it to the System Logs, however, as it's important to know what happened if a notification is not sent).
  22. They are a part of the Font Awesome framework. https://github.com/FortAwesome/Font-Awesome/blob/4.x/css/font-awesome.css
  23. Nothing, looks like there is a bug with the current beta - I have a fix pending review.
×
×
  • Create New...