Even reordering things in ACP (for example: reordering forums) is extremely laggy with v5 compared to v4 which is much faster/reactive.
This is unrelated to tooltips, but it's probably the same root cause. Not sure if it's caused by moving away from jQuery towards native JS, or if something else is slowing down everything.
It's a table installed by the core (System) application. It's a default one.
Every table uses the prefix of the application it comes from:
forums_topics
calendar_events
etc
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).
Template \applications\core\dev\html\global\global\includeCSS.phtml:
<link rel='stylesheet' href='{url="applications/core/interface/static/fontawesome/css/all.min.css?v=6.7.1" base="none" noprotocol="true"}'>
The FA version was updated to 6.7.2 in beta 11, but the template still uses 6.7.1 as the anticache value. Just a minor thing. 🙂
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. 👀
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.
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?
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. 🤷♂️
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:
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/
The old v4 CSS class ipsForm_fullWidth should be replaced with the new v5 one: ipsForm--fullWidth.
A quick search in all files returns 10 results in 9 different files.
EDIT: A quick search in all files returns 7 results in 7 different files. (3 results in 2 files that can be skipped are in the static folder.)
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