Recently, I integrated the SageMathCell https://sagecell.sagemath.org/ in our forum (it uses phpBB 3.2.7), see https://www.tssfl.com/carry-computation ... forum-6301. It works well but it has caused a number of problems, in particular, the Simple Mentions ext does not work, the Reaction System ext is distorted, and the Advanced Active Topics ext stops to work. I believe there is a common issue that affects all these extensions.
These problems have been caused by the code,
Code: Select all
<script src="https://sagecell.sagemath.org/static/embedded_sagecell.js"></script>
<script>
sagecell.makeSagecell({inputLocation: 'div.compute',
evalButtonText: 'Evaluate'});
</script>
I greatly appreciate your help.
odf