Everything posted by teraßyte
-
Where the videos?
It's the Members Shop application.
-
Paid Download Files, Where does the uploader declare their PayPal or Stripe information?
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.
-
Upgrade Path from 4.7.6 to 5.0.0
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. 😅
-
Reset Admin Password
Yeah, that can be a little confusing sometimes. 🙂
-
2.4 Upgrade
Whoa. 2.x is a blast from the past! 🙃 P.S.: However, the last version should be 2.3.6(?). 😋
-
Reset Admin Password
You can use the forgot password link on the front end's login page.
-
Image icons not showing IC5B11
teraßyte replied to Code Name Jessica's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionKnown bug. Matt already mentioned they'll release a new version soon with a fix for profile photos. 👍
-
Upgrading Server
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).
-
Issue with Guest Transactions in Stripe - Missing Email and Details
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. 👀
-
Post needs approval, but I can't find it
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.
-
Is there an option to clean up the database through cron jobs?
There is no option like that. You'd need a custom application for it.
-
Post needs approval, but I can't find it
Yeah, that looks correct.
-
Post needs approval, but I can't find it
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?
-
Post needs approval, but I can't find it
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. 🤷♂️
-
Post needs approval, but I can't find it
Yes, you need it. Several functions are available only there (approval queue, announcements, deleted content, alerts, etc).
-
Post needs approval, but I can't find it
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:
-
Sharing options
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/
-
[[Template core/front/global/mobileFooterBar is throwing an error. This theme may be out of date.
teraßyte replied to AintNobody's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionThat'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
-
Cron - Perfect Stop
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.
-
Req. Developer to Build a Key Redemption System for IPS Marketplace
Unless I remember wrongly, @DawPi should have a modification for this. Or maybe something similar. 🤔
-
v5 and the lack of physical products
I don't think any extensions can be used for the checkout process in v5. I don't remember seeing one at least. 🤔
-
Log files growing at a massive rate...
Here you go if you don't want to wait: https://invisionbyte.net/files/file/282-tb-delete-all-system-logs-button/
-
Problem with Email valitation
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.
-
Alert_cant_dismiss
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.
-
Self-managed Server MySQL event scheduler waiting on empty queue since server restarted 10 days ago
Invision Community doesn't use the event scheduler.