Hello DigitZup!
As Chat+ is 3rd part software and available via iframe then there is no big problems to use it outside of Dolphin when membership level will expire. You may modify PHP code in method actionView (\modules\boonex\chat_plus\BxChatPlusModule.php file) and adding new membership action "use chat +" in \modules\boonex\chat_plus\install\sql\install.sql and uninsitall.sql). In this way users without permissions will see "Access denied" in demo.boonex.com/m/chat_plus/view/.
With the best regards, Leonid
Hi LeonidS,
Thanks for taking your time to answer me. Yes it makes sense. Being a 3rd party software it can be accessed outside of Dolphin when membership level expires.
Well, I've been trying to figure out how to restrict the chat access to Paid users only, not the Standard members. Since the Chat is a good attraction on Dolphin, It might be a good way to force standard members to upgrade their membership.
Any idea on the modification to apply to \modules\boonex\chat_plus\classes\BxChatPlusModule.php file and to the database?
Thanks for helping.