Community Answers
-
DawPi's post in Keys not registering on site was marked as the answer
It was resolved and waiting on approval. 🙂
-
DawPi's post in My website is experiencing some awkward issues, please fix this for me! was marked as the answer
Try this first:
Â
-
DawPi's post in Weird bug with widget on PHP 8 was marked as the answer
Hello,
I've modified IPS4 files and found. Someone else (other modder) add something like this to the template bit "and\count" and it was it!
-
DawPi's post in how to set the calendar date to start on Monday was marked as the answer
Calendar ACP settings:
yourboard.com/admin/?app=calendar&module=calendars&controller=settings -> Start calendar on Monday
Â
-
DawPi's post in Disable private messaging for a single member? was marked as the answer
On the ACP member edit page:
And then:
-
DawPi's post in Edit File Submit/Update detail from backend was marked as the answer
https://www.unixtimestamp.com/
-
DawPi's post in Changing Default registered user group was marked as the answer
It isn't in the ACP but on your FTP - conf_global.php file.
-
DawPi's post in Images as a gallery was marked as the answer
ACP - Posting - Maximum image dimensions to display
-
DawPi's post in Commerce support system --> email notification was marked as the answer
https://yourboardurl.com/admin/?app=nexus&module=support&controller=requests&do=preferences Â
-
DawPi's post in Is there a way to delete PMs from Banned Members in ACP? was marked as the answer
This one:
Â
-
DawPi's post in Invision Help Center Gone? What Happened to My Ticket? was marked as the answer
@usmf:
Â
-
DawPi's post in Marked message per user group was marked as the answer
You can:
https://invisioncommunity.com/4guides/how-to-use-ips-community-suite/member-preferences-and-features/post-color-highlighting-r276/
Â
-
DawPi's post in Is it possible to prevent In_Dev ACP session timing out? was marked as the answer
Since 4.5.4 you have new constant available:
// Disable ACP session timeout? // Disables the ACP session timeout check. Useful for developing where you may // get logged out of the ACP in between requests while working. // Has no effect if IN_DEV is FALSE 'DEV_DISABLE_ACP_SESSION_TIMEOUT' => FALSE, Instructions how to use it:
https://invisioncommunity.com/4guides/advanced-options/configuration-options/using-constantsphp-r25/
-
DawPi's post in Help creating an extension was marked as the answer
You must create an application instead for it.
-
DawPi's post in 2 tables in the same page was marked as the answer
system/Helpers/Table/Table.php
/** * @brief Pagination parameter */ protected $paginationKey = 'page'; Â