Jump to content

teraßyte

Clients
  • Posts

    33,387
  • Joined

  • Days Won

    47

 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 teraßyte

  1. For what purpose exactly? Unread only for yourself, other users, or everyone? If you just want to mark the topic as unread for others a possible solution is to bump it:
  2. I'm having the issue on this site. When someone uploads a new version for a file I get duplicate email notifications, and in some cases I receive even 3 notifications. For example this file was recently updated today: And I received 2 email notifications:
  3. Support for a prefix was added in the template \applications\core\dev\html\global\forms\number.phtml but the code to display the prefix is checking the wrong variable on line 5: {{if \is_string( $suffix )}} {$prefix|raw} {{endif}} The IF should check $prefix rather than $suffix: {{if \is_string( $prefix )}} {$prefix|raw} {{endif}}
  4. It's related to a bug in how PHP 8.1 handles timezones. The same bug is also causing the issue with the constant license expire emails some people are receiving:
  5. No. that works only in JS/PHP. For HTML use this instead: <!-- THE HTML YOU WANT TO HIDE HERE -->
  6. Not with this modification since it's a plugin. To send notifications an application is needed in order to use the Notifications core extension. Not to mention that reports can't be followed by default so it's necessary to include that part too. While I don't plan on adding it to this modification I can considering doing a new/separate application for it though.
  7. It is already possible to setup report types so the user can choose one when using the report form. This image is a screenshot from one of my modifications but the report types (Spam / Offensive Content) are a default feature you can setup in ACP > Members > CONTENT MODERATION > Automatic Moderation > Manage Report Types (button top-right): Do note that the types list won't appear unless you enable the automatic moderation option clicking the Settings button in the same page.
  8. Rename your current Members group to NOOBs. Create a new Members group. Move all members from NOOBs (renamed in #1) to Members (created in #2). All new registered members will now end up in the NOOBs group.
  9. Yep, I was also trying to view a different file and got the same error. It must be related to the recent upgrade they did.
  10. Unless I remember wrong the key length issue is related to using COMPACT. As long as he switches over to DYNAMIC it should solve itself.
  11. You should use InnoDB with DYNAMIC as row format rather than COMPACT. If you're unsure on how to proceed, or if DYNAMIC is not showing as an available row format ask your hosting.
  12. You can enter the title when editing the widget settings (categories, honor permissions, etc). Are you saying the field is not showing for you?
  13. In English it does indeed work. In other languages not so much. 😋
  14. As per title. The icon/css class are missing viewing a Q&A forum. Both templates questionRow & popularQuestionRow need to be updated.
  15. Which version are you using? As long as your server supports the webp format it should show, however there was a bug in 4.7.0 preventing it from showing in the list. The issue is fixed in version 4.7.1.
  16. It doesn't really matter what values are passed or returned. The current problem is that the parameters don't match the ones of the function the login is extending. As Marc said, you need to speak with the developer who wrote the code. In case the original developer is no longer available you can find a new one from this list: https://invisioncommunity.com/third-party/providers/
  17. Did you notice the issue after a recent upgrade? Most likely the language pack you have was not updated for the version you're using. If you're sure the language pack is updated for your version try installing a new copy of it and see if that works.
  18. It's always possible to just restore the backup in a different location (even locally), retrieve the photo, and upload it to the user's profile on the live site. As long as you're willing to go through with it just for a photo. 😋
  19. Hey there. Been a while! 🙂 Sure, if the suggestion above about the language pack doesn't work send me a PM with the details and I can have a look. 👍
  20. There's some kind of bug in the code that sends out the emails most likely. They'll probably be able to check it only on Tuesday (6 September) though.
  21. Which version are you using? There was a patch released at some point that had to do with dates. You can check in "ACP > System > SUPPORT > Get Support" if you have any pending patches that need to be applied.
  22. Most likely one (or more) of your applications/plugins is not compatible with PHP 8. Check if there are any updates, if there aren't disable all modifications, switch to PHP 8, and then re-enable the modifications 1 by 1 checking which one is causing issues. Or, you can just wait for version 4.7.2 to come out of beta since it contains a tool that can tell you which modifications won't work with PHP 8.
  23. Add this to the custom.css file of your theme: .ipsQuote_citation { color: white; }
  24. I can see the sitemap just fine when I view the url: https://www.vespaonline.com/sitemap.php There must be something server side that is blocking Google's IP or useragent. It should show more details about the error if you click the bottom-right arrow in your screenshot.
×
×
  • Create New...