Search found 62 matches

by sergio91pt
Sun Dec 13, 2015 7:03 pm
Forum: Abandoned Extensions
Topic: [ABD] MathJax phpBB Integration extension
Replies: 53
Views: 11256

Re: [RC] MathJax phpBB Integration extension

You need to reparse the posts for bbcodes, so phpBB can update the uid to match the new bbcode.
See this thread, it has two solutions for 3.1.x.
by sergio91pt
Fri Oct 16, 2015 10:43 pm
Forum: Abandoned Extensions
Topic: [ABD] MathJax phpBB Integration extension
Replies: 53
Views: 11256

Re: [RC] MathJax phpBB Integration extension

gibsonsdad,

It seems the path to the MathJax library is wrong. You can change it in the control panel.
by sergio91pt
Fri May 22, 2015 2:20 pm
Forum: Abandoned Extensions
Topic: [ABD] MathJax phpBB Integration extension
Replies: 53
Views: 11256

Re: [ALPHA] MathJax phpBB Integration extension

Hi gerberli, can you post a link to a test post? It helps to troubleshoot. Some possible causes: Using another theme without copying styles/prosilver/template/mathjax.html (Is this still needed on 3.1?) Using local copy of MathJax with non-existent path (path is relative to phpBB) Javascript is disa...
by sergio91pt
Thu Mar 05, 2015 3:31 pm
Forum: Abandoned Extensions
Topic: [ABD] MathJax phpBB Integration extension
Replies: 53
Views: 11256

Re: [ALPHA] MathJax phpBB Integration extension

Chris, probably for some reason the javascript library is not being loaded.
Could you check the page head? It would be easier to diagnose, if you post a link to a test thread.
by sergio91pt
Thu Dec 04, 2014 10:35 am
Forum: [3.0.x] MODs in Development
Topic: [BETA] MathJax phpBB Integration
Replies: 136
Views: 24327

Re: [DEV] MathJax phpBB Integration

v0.2.4:
  • Updates the HTTPS URL of MathJax's CDN
Download v0.2.4

Support for the extension system in phpBB 3.1.x is being worked on by marcovo.
Releases for 3.1.x will be available here.
by sergio91pt
Fri Aug 08, 2014 9:52 am
Forum: [3.0.x] MODs in Development
Topic: [BETA] MathJax phpBB Integration
Replies: 136
Views: 24327

Re: [BETA] MathJax phpBB Integration

sergio91pt wrote:You can do the same thing in ACP: styles->Style components->imageset->prosilver edit->choose image, but I couldn't see any change.
mbistato, this^^ does work. I was changing the Italian button and checking with the board in English :oops:
by sergio91pt
Fri Aug 08, 2014 9:40 am
Forum: [3.0.x] MODs in Development
Topic: [BETA] MathJax phpBB Integration
Replies: 136
Views: 24327

Re: [BETA] MathJax phpBB Integration

styles/prosilver/imageset/it/imageset.cfg Those are not scalable icons, so you may want to check if other themes suit your needs. Are you sure? Yes, they're gifs not svg's. That doesn't mean you cant scale them... This is the code when I do "inspect element" in Chrome: http://webtutoring....
by sergio91pt
Fri Aug 08, 2014 6:52 am
Forum: [3.0.x] MODs in Development
Topic: [BETA] MathJax phpBB Integration
Replies: 136
Views: 24327

Re: [BETA] MathJax phpBB Integration

Ok thanks! I fixed it!! You may want to check styles/prosilver/template/overall_header.html , you have mathjax included 3 times (one clearly by hand). You have: <script type="text/x-mathjax-config"> MathJax.Hub.Config({ extensions: ["tex2jax.js"], jax: ["input/TeX", &q...
by sergio91pt
Thu Aug 07, 2014 3:27 pm
Forum: [3.0.x] MODs in Development
Topic: [BETA] MathJax phpBB Integration
Replies: 136
Views: 24327

Re: [BETA] MathJax phpBB Integration

mbistato,
Try to re-install using the upload zip feature of AutoMod, I just tested on your host and it works.

Did you install by hand? AutoMod by being automated is less prone to mistakes and permission problems.
by sergio91pt
Thu Aug 07, 2014 2:31 pm
Forum: [3.0.x] MODs in Development
Topic: [BETA] MathJax phpBB Integration
Replies: 136
Views: 24327

Re: [BETA] MathJax phpBB Integration

Seems ok. Did you clear the cache after installing?
Can you check if the BBCodes are listed in .Mods->MathJax->BBCodes Settings?
by sergio91pt
Thu Aug 07, 2014 1:39 pm
Forum: [3.0.x] MODs in Development
Topic: [BETA] MathJax phpBB Integration
Replies: 136
Views: 24327

Re: [BETA] MathJax phpBB Integration

mbistato, seems the includes aren't being added when theres math bbcodes on the page. Can you chek if MathJax is enabled, on the control panel:.Mods->MathJax->General Settings If it is please send your includes/bbcode.php , includes/functions.php and phpBB version, so I can check if anything went wr...
by sergio91pt
Sat Mar 01, 2014 2:08 pm
Forum: [3.0.x] MODs in Development
Topic: [BETA] MathJax phpBB Integration
Replies: 136
Views: 24327

Re: [BETA] MathJax phpBB Integration

This mod only works within the boundries of phpBB bbcode system (eg. works with [#][/#] but not ##), but you can do that with MathJax, see the quoted post: Simplest way is to not use this mod at all, and just add the JS library and use the default parser . The problem with this approach is that LaTe...
by sergio91pt
Mon Feb 10, 2014 5:16 pm
Forum: [3.0.x] MODs in Development
Topic: [BETA] MathJax phpBB Integration
Replies: 136
Views: 24327

Re: [BETA] MathJax phpBB Integration

I know you must be feeling like: "Is this an idiot?" I got this confusion because,even though the mouse over help line text was set to : [latex]\sqrt{4} = 2[/latex] , The text which appears here, https://dl.dropboxusercontent.com/u/260388836/My/Capturex.PNG is still [latex]sqrt{4} = 2[/la...
by sergio91pt
Mon Feb 10, 2014 5:10 pm
Forum: [3.0.x] MODs in Development
Topic: [BETA] MathJax phpBB Integration
Replies: 136
Views: 24327

Re: [BETA] MathJax phpBB Integration

My bad. So to change the help line go to that section in your control panel, this time on BBCodes and you can modify the text.

In the source seems alright, not sure how you lost the '\'.
by sergio91pt
Mon Feb 10, 2014 4:09 pm
Forum: [3.0.x] MODs in Development
Topic: [BETA] MathJax phpBB Integration
Replies: 136
Views: 24327

Re: [BETA] MathJax phpBB Integration

Strange, so if you post [latex]\sqrt{4} = 2[/latex] , it becomes [latex]sqrt{4} = 2[/latex] ? I once tested ABBC3 compatibility and it worked. Can you try a more elaborate equation? All '\' are also removed? J_\alpha(x) = \sum\limits_{m=0}^\infty \frac{(-1)^m}{m! \, \Gamma(m + \alpha + 1)}{\left({\f...

Go to advanced search