Invision Community 5: A video walkthrough creating a custom theme and homepage By Matt Thursday at 04:02 PM
kmk Posted January 28, 2020 Posted January 28, 2020 On 1/27/2020 at 10:48 AM, TheJackal84 said: there is only 1 editor, there are text areas etc edit you editor, you have 3 options Desktop / Tablet / Mobile in mobile you will not use all them so remove the ones not needed for mobile devices In my case, I need leave some botton as much as possible because my members are students and we are in school environment, they need a little advance feature for math and etc. I need keep this editor as current state. Not possible add an option that let use an editor more simple and not affect my global editor setting?
kmk Posted January 28, 2020 Posted January 28, 2020 I have Chatapp and Chatbox, by my experience, Chatbox+ has more beautiful designs (eyes caching?), but I love more your possibilities of bot notifications that let me integrate chatroom with all websites activities... Specially Store, Gift Card, Tournaments and clubs.... Right now I am planning how to use Chatapp as main feature that connect all website apps use and design. So my appreciate if you can invest a little more in the esthetic features area.
kmk Posted January 29, 2020 Posted January 29, 2020 Bug, I have to disable Chatapp, because when I have it enable, don´t let show the Website Agreement acept botton. Don´t let scroll down, it force screen scroll up and member can see the button Agree. When we have privacy change, it force all members registred have to acept again the Terms and Use agreement.
TheJackal84 Posted February 13, 2020 Author Posted February 13, 2020 Updated to 1.1.3 New Features Live Streams Admin created chatrooms / club chatrooms / member chatrooms can embed a live stream into their chatroom Add a live stream from a choice of 5 popular streaming sites ( More to come ) Twitch Mixer Smashcast Youtube Streaming Facebook Live The video stream division can be dragged and moved around the users screen by dragging the header of the stream around the screen Members can change the size of the video by dragging any side or corner of the stream and expanding the size ( This will inherit the aspect ratio of the video stream ) AlexWebsites 1
JustHatched Posted February 19, 2020 Posted February 19, 2020 I just reinstalled this after sometime using the other, I can't create a container cuz it is requiring a facebook ID on live streams. Even in clubs with live stream ticked off it won't allow creation without a livestream.
TheJackal84 Posted February 19, 2020 Author Posted February 19, 2020 5 hours ago, JustHatched said: I just reinstalled this after sometime using the other, I can't create a container cuz it is requiring a facebook ID on live streams. Even in clubs with live stream ticked off it won't allow creation without a livestream. I'll check it out
JustHatched Posted February 21, 2020 Posted February 21, 2020 On 2/19/2020 at 1:53 AM, TheJackal84 said: I'll check it out Any word?
TheJackal84 Posted February 22, 2020 Author Posted February 22, 2020 10 hours ago, JustHatched said: Any word? download the update mate JustHatched 1
StandbyGamer Posted June 13, 2020 Posted June 13, 2020 On 5/18/2020 at 10:17 AM, TheJackal84 said: @StandbyGamer I will check into it mate Is there anything new? Have you been able to find anything over the time?
ahc Posted August 7, 2020 Posted August 7, 2020 Feature Request: Ability for club owners to upload and use unique emotes within their club chatrooms.
White Miku Posted October 1, 2020 Posted October 1, 2020 @TheJackal84 Hello, Just purchased your application and got a problem. When I'm enabling option to place newest messages at bottom, the order becomes totally messed. Messages are being doubled at the top and at the bottom. Also, a feature request: Is it possible to add support of Pages application to Bots fuctionality? E.g. on creating new record, commenting record and so on... Thank you.
TheJackal84 Posted October 3, 2020 Author Posted October 3, 2020 On 10/1/2020 at 7:53 PM, White Miku said: Just purchased your application and got a problem. When I'm enabling option to place newest messages at bottom, the order becomes totally messed. Messages are being doubled at the top and at the bottom. Will check it out mate On 10/1/2020 at 7:53 PM, White Miku said: Also, a feature request: Is it possible to add support of Pages application to Bots fuctionality? E.g. on creating new record, commenting record and so on... I'm gonna be working on pages add-ons for all my stuff from this month onwards so I'll check that out
White Miku Posted October 3, 2020 Posted October 3, 2020 1 hour ago, TheJackal84 said: Will check it out mate I've found the problem and how to fix it in PHP by myself. If you want, you may contact me via PM and I'll tell you about my variant of fix. 1 hour ago, TheJackal84 said: I'm gonna be working on pages add-ons for all my stuff from this month onwards so I'll check that out Thank you. TheJackal84 1
White Miku Posted October 5, 2020 Posted October 5, 2020 @TheJackal84 Hello, I've found another problem in your Chat application. The application breaks user registration process and gives error EX0. The problem is in function "IPS\core\modules\front\system\chatapp_hook_RegisterHook::_createMember()" The function "IPS\core\modules\front\system\_register::_createMember()" requires 4 arguments but your hook passes only 3. To fix the problem you need to change the following lines in class: public static function _createMember( $values, $profileFields, $postBeforeRegister = NULL ) { try { $parent = parent::_createMember( $values, $profileFields, $postBeforeRegister ); To: public static function _createMember( $values, $profileFields, $postBeforeRegister = NULL, &$form ) { try { $parent = parent::_createMember( $values, $profileFields, $postBeforeRegister, $form ); I've fixed my installation by myself, but upload a fix for others ASAP, please. Joey_M 1
Joey_M Posted October 7, 2020 Posted October 7, 2020 @TheJackal84: I am seeing a duplicated message show before the latest actual message. Also, how do you resize the stream box? I've tried with the default skin and, I can't seem to make it larger at all.
Joey_M Posted November 9, 2020 Posted November 9, 2020 Still experiencing some issues with the duplicated text. @TheJackal84 I haven't changed this either - yet. On 10/5/2020 at 7:17 PM, White Miku said: @TheJackal84 Hello, I've found another problem in your Chat application. The application breaks user registration process and gives error EX0. The problem is in function "IPS\core\modules\front\system\chatapp_hook_RegisterHook::_createMember()" The function "IPS\core\modules\front\system\_register::_createMember()" requires 4 arguments but your hook passes only 3. To fix the problem you need to change the following lines in class: public static function _createMember( $values, $profileFields, $postBeforeRegister = NULL ) { try { $parent = parent::_createMember( $values, $profileFields, $postBeforeRegister ); To: public static function _createMember( $values, $profileFields, $postBeforeRegister = NULL, &$form ) { try { $parent = parent::_createMember( $values, $profileFields, $postBeforeRegister, $form ); I've fixed my installation by myself, but upload a fix for others ASAP, please. Can you please take a look ASAP.
mtlurb Posted January 5, 2021 Posted January 5, 2021 I have just installed this plugin and the duplicate text is a show stopper for me... It seems like every time it auto refresh, it adds the same messages over and over... then at some point, it becomes OK. Moreover the option new message at bottom is not working... all messages are at top:
Joey_M Posted January 8, 2021 Posted January 8, 2021 @TheJackal84 I have had a number of duplicated registrations since updating to the latest release version, where you have fixed the registration issue. I have disabled the application and, the issue has stopped. I plan to turn it on again just to know for sure, as I have upgraded IPS (which the issue could've been) but it does seem connected to this application from what I have seen/experienced. I am still unsure why the stream box is incredible small and, won't resize.
Joey_M Posted April 5, 2021 Posted April 5, 2021 On 1/8/2021 at 3:19 PM, Joey_M said: @TheJackal84 I have had a number of duplicated registrations since updating to the latest release version, where you have fixed the registration issue. I have disabled the application and, the issue has stopped. I plan to turn it on again just to know for sure, as I have upgraded IPS (which the issue could've been) but it does seem connected to this application from what I have seen/experienced. I am still unsure why the stream box is incredible small and, won't resize. @Adriano Faria: I've had this disabled since learning that the fix TheJackal added actually duplicated new members that join. I also now have to renew but the price is set at $25 instead of $15. Is this due to the hand over? Could you please look into the duplicated member issue.
Adriano Faria Posted April 5, 2021 Posted April 5, 2021 1 minute ago, Joey_M said: I've had this disabled since learning that the fix TheJackal added actually duplicated new members that join. I also now have to renew but the price is set at $25 instead of $15. Is this due to the hand over? Could you please look into the duplicated member issue. Hello Joey, There's a pending version for this app since Saturday. I tested a few issues reported in this topic, including the one you said, and I couldn't reproduce. The fix provided here is the right one for IPS 4.5. You can do it yourself if you have FTP access and if you want to test it out before IPS review new version. Regarding values, they're the same; I didn't change it and the renewal remains $15:
Adriano Faria Posted April 6, 2021 Posted April 6, 2021 What's New in Version 1.1.7: Fix messages being duplicated all over the time when you changed the message order on chatrooms Added ability to use Admin CP Restrictions on ACP Chat Application pages Rework in templates Convert several hard coded string into language bits Script optimization Changes in background to meet new marketplace rules
MrPous Posted May 3, 2021 Posted May 3, 2021 Hello, Sorry for my english, i will try to be clear. After several minutes in the chat, we have an issue white screen or black screen (depends of the them) Another point, the last message in bottom is going to the top, total mess
MrPous Posted May 4, 2021 Posted May 4, 2021 Messages posted in the chat are in disperser it's a total mess. I would like to be refund
Recommended Posts