Jump to content

teraßyte

Clients
  • Joined

  • Last visited

Everything posted by teraßyte

  1. It's the Members Shop application.
  2. Each member (uploader) must request a payout from their client area. The menu option by default is placed in Store > My Details > Account Credit. Once there they must click the Withdraw Funds button to enter their details. By default, the only supported Payout methods are PayPal and Manual.
  3. You can perform a Manual Upgrade from 4.7.6 to whatever v5 version is available at the time (5.0.0, 5.0.1, etc): That's valid only if you're self-hosted, though. If you're using the Cloud, the IPS Staff can reply instead. 😅
  4. Yeah, that can be a little confusing sometimes. 🙂
  5. Whoa. 2.x is a blast from the past! 🙃 P.S.: However, the last version should be 2.3.6(?). 😋
  6. You can use the forgot password link on the front end's login page.
  7. Known bug. Matt already mentioned they'll release a new version soon with a fix for profile photos. 👍
  8. teraßyte replied to hdboc's post in a topic in General Questions
    As further clarification, PHP 8.0 and 8.1 are the only versions Invision Community 4.7.19 supports. PHP 8.2+ will break things and is only supported with the new 5.0.0 version (currently in beta).
  9. Sounds similar to this: According to the release notes, it was fixed in 4.7.8: Stripe had some changes in later versions after that, so maybe it's a regression. 👀
  10. You need to add text to your forum's URL. For example, if your site URL is: https://www.domain.com/forums/ Type this URL in your browser's address bar: https://www.domain.com/forums/modcp/approval-queue/ If it is: https://www.domain.com/ then type: https://www.domain.com/modcp/approval-queue/ Etc.
  11. There is no option like that. You'd need a custom application for it.
  12. Yeah, that looks correct.
  13. The moderator is unrestricted, so the permissions are not the problem. I've already mentioned in my previous reply about checking if the module is disabled. P.S.: Just to double-check, the account in your screenshot (Cassel) is in either the Administrators or Moderators group. Correct?
  14. You're confusing things: Administrators can do things in ACP. Moderators can do things on the front end (and use the ModCP if they have access to it) Based on your screenshots above you setup the Administrator group as a moderator (for the front end), but the ModeratorCP is not showing up for some reason. Unfortunately, it's impossible to tell what the issue is without more information. 🤷‍♂️
  15. Yes, you need it. Several functions are available only there (approval queue, announcements, deleted content, alerts, etc).
  16. The ModeratorCP entry should be right above the AdminCP one. 🤨 Maybe you have the Moderator CP module disabled inside the System (core) application? That's the only thing I can think of that would hide the link despite your permissions being set correctly:
  17. Yes. It's indeed possible to add new options with applications. For example, I have a free modification available that adds a QR Code option: https://invisionbyte.net/files/file/283-tb-qr-code-share-service/
  18. That's because of how IDM (Internet Download Manager) works. You most likely already have other 4 files in the Downloads directory so the app renames the file progressively to avoid overwriting existing ones: Invision_Community.zip Invision_Community_1.zip Invision_Community_2.zip Invision_Community_3.zip
  19. How did you setup the cronjob? That error is only returned if it detects you aren't running the script from the command line: /* Check this is running at the command line */ if ( !isset( $_SERVER['argv'] ) ) { echo "Not at command line\n"; exit; } If you are sure the cronjob is setup correctly, for whatever reason the problem is that the server is not passing the argv value. That would still be a server configuration issue, though. Not something IPS can fix.
  20. Unless I remember wrongly, @DawPi should have a modification for this. Or maybe something similar. 🤔
  21. I don't think any extensions can be used for the checkout process in v5. I don't remember seeing one at least. 🤔
  22. Here you go if you don't want to wait: https://invisionbyte.net/files/file/282-tb-delete-all-system-logs-button/
  23. The URL to validate the account has been changed, if you edited the template (even adding some simple text, it didn't auto-update correctly with the upgrade and thus returns that error. Compare your edited email template to the default one to find out what changed.
  24. You could also try deleting the alert from the moderator CP. As long as the alert is removed the users won't see it. The "respond" option shouldn't apply anymore if the account has been deleted, though. That sounds like a bug.