Jump to content

Ryan Ashbrook

Invision Community Team
  • Posts

    12,669
  • Joined

  • Days Won

    13

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Ryan Ashbrook

  1. Indeed - I reached out to support and clarified. What you described is a bug, and I'm investigating.
  2. Can you please submit a ticket? I'd like to take a look at this closer.
  3. You don't need the if statement there, as it will almost never be set (it means it's looking for a "url" parameter in the current URL). This should work: <li><a href='https://translate.google.com/translate?sl=en&tl=ru&u={expression="request.url()"}'>русский</a></li>
  4. {expression="\IPS\cms\Pages\Page::$currentPage->_title"} Or {expression="\IPS\cms\Pages\Page::$currentPage->getHtmlTitle()"}
  5. Posts are rebuilt in the background after the conversion has completed.
  6. Yes, go to your Admin CP > Members > Groups - click the Padlock (titled "Permissions") next to a group, and you can set permissions across the whole suite. Repeat for each group.
  7. Are you certain it's Redis? What is the error you are seeing? If you've completely removed or renamed constants.php, then it should no longer try and connect to Redis.
  8. Switching online visibility isn't logged to the member history. If you look at the devices used by the user, though, it will show you which ones are logged in anonymously.
  9. Unfortunately, not at this time - member follows are handled a bit differently from content, so only the one option is available. You can, however, change this to show in your notifications list rather than as emails, though. In this case, followed content would still be sent as a digest email or individual email per content posted, while the followed member would go to your notifications list instead.
  10. This was actually removed late in 3.x's life because it caused more problems then it actually solved. It was only ever meant to be run once after upgrading to 3.x from 2.x. In fact, this was the catalyst behind the entire background queue system, so it would just happen automatically. This is the same for 4.x - the post rebuild is only ever meant to run once after you upgrade, so it cannot be run again, unfortunately. This will only rebuild Lazy Load data in posts - not the full content.
  11. Custom CSS: .cAuthorPane_badge--moderator::before { content: "\f132"; } Change f132 to any FontAwesome icon (you can find the appropriate replacement by clicking on the icon on that page, and look next to the Unicode label).
  12. Statistical graphs are generated using Google Charts. If you have any Dashboard blocks loading statistics (like Registrations, Online Users, etc.) that will be why it's calling to gstatic.com.
  13. Yes, you can disable it in Community Enhancements.
  14. You can create a custom CKEditor plugin that allows you to create relative links (our default Link plugin will automatically add a protocol if it's not present). https://take.ms/XPywd
  15. No, there is no way to safely do this.
  16. This might do it for the front-end.
  17. ACP > Statistics > Reactions > Top Givers should have what you need.
  18. Every 5 minutes. And yes, it can be beneficial particularly for sites with a lot of simultaneous traffic as it'll offload all session handling from the database. Combined with guest page caching, it's entirely possible to serve a page to guests entirely from Redis and never touch the database.
  19. They are not. In the case of sessions - those are always temporary even when using the database, so them being "lost" is not an issue. If the user associated with the session has opted to have their login remembered, then it will just create a new one. Otherwise, they would just need to login again. For views - a task runs through these and updates content items view counts accordingly. If these are lost for some reason before they are applied by the task, then they will not be processed.
  20. Admin CP > Customization > Editor > Settings > Paste Behavior
  21. It can break the editor and cause it to not load in some cases. I'm not sure of the configuration options for Rocket Loader, so it may not be an issue for you. Every instance I've seen, disabling it resolved the issue.
  22. I've been digging into this pretty significantly, and unfortunately it's a bug within Firefox itself. https://bugzilla.mozilla.org/show_bug.cgi?id=1421580
  23. There is an editor button for that.
×
×
  • Create New...