
Everything posted by DawPi
-
(DP44) Custom Links
-
(DP44) Custom Links
Will look into it tomorrow. I don't feel good today (flu or something).
-
Automatic deletion of topics without responses
How?
-
Automatic deletion of topics without responses
Not best solution but you may try this mod to recognize "zero replies" topics and delete them manually:
-
(DP45) PM Viewer
-
Country restriction
Here you are:
-
Import avatar from URL?
Nope. Due to security reason. The same situation with remote images and serving them from local.
-
Search in.. my own app
- Search in.. my own app
https://invisioncommunity.com/developers/docs/fundamentals/content-items/searching-content-with-content-items-r89/- (DP45) PM Viewer
Can't confirm at all. Installed 4.0.1 - without problems. Uninstalled it. Installed 4.0.0 - without problems. Uninstalled it. Installed 3.1.3.1 - withour problems. Upgraded to 4.0.0 - without problems. Upgraded to 4.0.1 - without problems. Uninstalled it. Everything works fine. Maybe there is problem with Marketplace installing?- (DP43) Grid View per Forums
Sure.- Elasticsearch 7.9.1 not working on 4.5.1
/** * @brief Elasticsearch version requirements */ const MINIMUM_VERSION = '6.0.0'; const UNSUPPORTED_VERSION = '8.0.0';- Auto Welcome Support
https://www.devfuse.com/forums/files/file/386-auto-welcome/- Is manual CSRF required for `\IPS\Node\Model` subclasses?
Be a Contributor here.- Anonymous Browsing Toggle ( Support Topic )
No need I think. 4.5 has it build in: https://invisioncommunity.com/settings/account-security/- Truncated email notifications
Yes, only private conversations. As posted in description. 🙂- Truncated email notifications
I have something like this:- PHP in Copyright
Correct. 🙂- Revoke a member's Report ability, without changing groups?
Without plugin, no. It's a group setting: /* Can the member report content? */ if ( $member->group['g_can_report'] != '1' AND !\in_array( \get_class( $this ), explode( ',', $member->group['g_can_report'] ) ) ) { return 'no_module_permission'; }- Commerce: local payment methods
No problem.- Commerce: local payment methods
- Commerce: local payment methods
It's there for... ages? For example?- Warning regarding edit time before user submits a topic
Check this plugin made by @Adriano Faria: Or this one:- Need someone to fix a customization, disabled by update
Job done.- Remove username history
DELETE FROM core_member_history WHERE log_member = X AND log_type = 'display_name'; X is member ID. - Search in.. my own app