Page 3 of 3

Re: mChat Integration Woes

Posted: Wed Sep 02, 2020 10:35 am
by axew3
Ok, this should be the last one, the file
/views/wp_w3all_phpbb_mchat_short.php
reverted the line:
<iframe id="w3all_phpbb_mchat_iframe0"
to what it was:

Code: Select all

<iframe id="w3all_phpbb_mchat_iframe"
and now works: the js code search for this ID.

As is now so, remember to not activate mChat shortcode and widgets on same page.
Or the js code needs to be changed, and the ID of the iframe element switched to something unique, or the code will fail.

Download and replace into plugin's /views/ folder:
https://plugins.trac.wordpress.org/expo ... _short.php

p.s this point (and linked post) has been added into the mChat procedure post:
viewtopic.php?p=3430#p3430

Re: mChat Integration Woes

Posted: Fri Sep 04, 2020 4:44 pm
by DjPorkchop73
My apologies for taking a couple days to reply. I got very busy the last couple days.

I was never able to get the toggle button working. Not sure exactly why. Maybe I have java conflict going on? I have went through all my files, uploaded all brand new files, double checked all edits and still a no go.

I'm not real sure what is failing or why but in the end, it really is not a big deal to me for now. At least the full page short code will work and or a widget which ever I choose. I do appreciate all of your help on this.