Jump to content

teraßyte

Clients
  • Posts

    33,395
  • 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. @Ryan Ashbrook Here's hoping. You updated the Requirements Checker 3 times today and I received 12 separate notifications (4 each time). 😅
  2. Currently using the Carousel module there is an option to start a slideshow using data-ipsCarousel-slideshow but the timer itself is hardcoded to 4 seconds in the javascript file \dev\js\framework\common\ui\ips.ui.carousel.js: var slideshowTimeout = 4000; Since this is a module there's no way to create a mixin for it as it's only for controllers. (Or is it possible to use a mixin on a module? Even if it is, because of the place the timer is in, there's no way to override its value though.) Can you add support for overriding the timer with a new option like this one? data-ipsCarousel-timer='3000'
  3. Posted in the wrong forum? It's in marketplace support... 😋
  4. In theory it is possible, but I'm not seeing any kind of API on the site. Only applications/extensions you can install on the phone or browser. 🤔
  5. There is a Providers list where you can hire 3rd party developers for custom work: https://invisioncommunity.com/third-party/providers/ I'm on that list too. 🙂
  6. It might be an issue with your custom theme. Does it happen also if you switch to the default IPS theme?
  7. Adding a table check (or removing that specific code) should be a quick thing to fix but the uninstaller might also run other code too. If the author is not around anymore your can try hiring someone else to check it for you since IPS can't help with 3rd part code: https://invisioncommunity.com/third-party/providers/ I'm also on that list. Send me a PM with some more details about it if you want.
  8. There is a setting to truncate the text so they have to visit the site to read the full reply, but there's no setting to completely remove it. You could edit the email template to remove the text, but it might impact other notifications/areas as well.
  9. 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:
  10. 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:
  11. 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}}
  12. 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:
  13. No. that works only in JS/PHP. For HTML use this instead: <!-- THE HTML YOU WANT TO HIDE HERE -->
  14. 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.
  15. 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.
  16. 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.
  17. 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.
  18. 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.
  19. 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.
  20. You can enter the title when editing the widget settings (categories, honor permissions, etc). Are you saying the field is not showing for you?
  21. In English it does indeed work. In other languages not so much. 😋
  22. As per title. The icon/css class are missing viewing a Q&A forum. Both templates questionRow & popularQuestionRow need to be updated.
  23. 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.
  24. 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/
×
×
  • Create New...