Jump to content

teraßyte

Clients
  • Posts

    33,811
  • Joined

  • Last visited

  • Days Won

    55

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

  1. 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.
  2. 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.
  3. 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.
  4. 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.
  5. 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.
  6. 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.
  7. You can enter the title when editing the widget settings (categories, honor permissions, etc). Are you saying the field is not showing for you?
  8. In English it does indeed work. In other languages not so much. 😋
  9. As per title. The icon/css class are missing viewing a Q&A forum. Both templates questionRow & popularQuestionRow need to be updated.
  10. 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.
  11. 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/
  12. 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.
  13. 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. 😋
  14. 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. 👍
  15. 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.
  16. 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.
  17. 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.
  18. Add this to the custom.css file of your theme: .ipsQuote_citation { color: white; }
  19. 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.
  20. Ok, so robots.txt is not the problem. What do you get if you try to submit the sitemap in Google Webmaster Tools? If there are issues it should say something there.
  21. Do you get any specific errors? Maybe you have a robots.txt rule that is stopping google from indexing your site.
  22. There have been a few topics about missing the core_follow_count_cache table lately. 🤨
  23. Makes sense. I also have some apps/plugins that extend files in different applications and they only work when it's installed. This kind of error should be shown only with IN_DEV enabled ideally.
  24. IPS has barely started supporting PHP 8.1 with the 4.7 version and there are still some minor issues here and there. I suggests testing the upgrade using PHP 8.0 to be safe.
  25. @Jim M Twitter's site has changed a lot since the guide was posted and the way of setting up the application is completely different now:
×
×
  • Create New...