Re: mChat Integration Woes
Posted: Wed Sep 02, 2020 10:35 am
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:
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
/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"
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