Page 2 of 8
Re: BBCode Wishlist
Posted: 09 Oct 2010, 11:31
by mightor
I can probably host that script on the project's website. Some options will not be available, due to the fact that certain conversion utilities are just not present on those systems.
- Xander
Re: BBCode Wishlist
Posted: 09 Oct 2010, 11:44
by HaWe
I already added sebi's script on our experimental Mindstormsforum (phpBB3) but it doesn't work so far:
http://www.mindstormsforum.com/viewtopi ... 4&p=48#p48
<img> is probably not supported by phpBB3 - how can you activate it?
Re: BBCode Wishlist
Posted: 09 Oct 2010, 11:51
by mightor
Just copy the formula into this URL:
http://mindboards.sourceforge.net/latex2png.php and put img tags around the resulting png.
- Xander
Re: BBCode Wishlist
Posted: 09 Oct 2010, 11:56
by HaWe
test
Re: BBCode Wishlist
Posted: 09 Oct 2010, 11:58
by HaWe
don't know how you mean it - doesn't work for me
Re: BBCode Wishlist
Posted: 09 Oct 2010, 12:08
by mightor
doc-helmut wrote:don't know how you mean it - doesn't work for me
I edited your message, take a look at it now.
- Xander
Re: BBCode Wishlist
Posted: 09 Oct 2010, 13:15
by HaWe
ok, I see it.
But it's far more complicated than the <img> script or the
BBcode for it.
can't you get sebi's macro working?
Re: BBCode Wishlist
Posted: 09 Oct 2010, 13:18
by mightor
No, I don't really have the time for that. This works and it's not that complicated. If you can write LaTex, you can manage a simple [img] tag.
If you want it to work with the math tags, I suggest you make it work and give me instructions on how to add it to the boards.
- Xander
Re: BBCode Wishlist
Posted: 09 Oct 2010, 21:56
by HaWe
we installed sebi's code in the admin control panel of our experimental forum and it works!
http://www.mindstormsforum.com/viewtopi ... 8&p=48#p48
admin control panel -> posting
-> BBCode usage
-> HTML replacement
Code: Select all
<img src="http://www.matheboard.de/latex2png/latex2png.php?{TEXT}" alt="Formel">
maybe try your own link instead:
Code: Select all
<img src="http://mindboards.sourceforge.net/latex2png.php?{TEXT}" alt="Formel">
-> Help line text
Code: Select all
replace {TEXT} e.g. by sum_{i=1}^k%20p_i%20
test:
Re: BBCode Wishlist
Posted: 10 Oct 2010, 08:26
by mightor
Did Sebastian modify his script? It's not working for me.
- Xander