Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question LaTex implementation for Kunena 1.5.5 ?

More
16 years 8 months ago - 16 years 8 months ago #27690 by Assani
Hi Matias!

One more Question :side:

If i wanna hack the kunena.parser.php for change/add some of the bbcodes for LaTEx (or mimetex) or add some links in there (that it will be showed in the Editor, like "bold", "italic text" etc. Ho do i do that? Ok, i'm a newbie in php but you replace by bbcodes some html-codes, right? Or am I wrong? Please help me!! :(


The bbcode that you must set before. Its the way how you do it in phpbb3.
Code:
[LaTeX]{TEXT}[/LaTeX]
Code:
{TEXT}
<- they call that thing "tokens" in phpbb. Do Kunena also use "tokens"?

And that would be the html-raplacement
Code:
<img src="http://mitaub.sourceforge.net/cgi-bin/mimetex.cgi?{TEXT}" alt="{TEXT}" />

if you change the "first" {TEXT} in the code into a "LaTex script" (i'm german, sorry for my bad english) the mimetex.cgi will give you the right output (expression) that you wanted:
Code:
<img src="http://mitaub.sourceforge.net/cgi-bin/mimetex.cgi?{\frac{x+y}{xy}}" alt="{TEXT}" />
click me to see the "output"

The Forum that i wanna install is for educational purpose, thats why i ask :ohmy:
Thank for your help Matias
Last edit: 16 years 8 months ago by Assani.

Please Log in or Create an account to join the conversation.

More
16 years 8 months ago #27752 by Assani
OK i found a way to add the bbcode in "kunena.parser.php" and "smile.class.php" files but i can't replace the files with my ftp programm (i use fillezilla) Can someone explain why?

when i try to upload and overwrite the files, filezilla show me this message:

STOR smile.class.php
550 smile.class.php: Permission denied
Critical Error

Please Log in or Create an account to join the conversation.

More
16 years 7 months ago #27900 by Matias
Kunena does not have tokens, only php structures are supported in K1.5.

You don't have permissions to write on that file. I suppose that it's owned by apache. If you don't have root access, I advice you to turn on FTP mode in Joomla and install Kunena again. It will change permissions to yourself..

Please Log in or Create an account to join the conversation.

More
16 years 7 months ago - 16 years 7 months ago #27909 by kmilos
Matias wrote:

You don't have permissions to write on that file. I suppose that it's owned by apache. If you don't have root access, I advice you to turn on FTP mode in Joomla and install Kunena again. It will change permissions to yourself..


Alternatively you can use eXtplorer to keep editing and uploading files with apache permissions.

Also, this topic should probably be merged with:

www.kunena.com/forum/21-language-specifi...ere-else-to-put-this

You might also find inspiration in:

wiki.lyx.org/LyX/InstantPreview
Last edit: 16 years 7 months ago by kmilos.

Please Log in or Create an account to join the conversation.

More
16 years 7 months ago #28546 by Assani
Hi B)

I've reinstalled kunena and now the latex function works fine! Thanks.

But i have now a strange problem... :blink:

When wanna write "\sqrt[3]{x}" (its latex-function) the "3" disappears and kunena shows only "\sqrt{x}"
interprets kunena "[3]" as a bbcode or what's wrong?? :huh:

Please Log in or Create an account to join the conversation.

More
15 years 11 months ago #47427 by chuanhtien
The following user(s) said Thank You: neebrad

Please Log in or Create an account to join the conversation.

Time to create page: 0.241 seconds