i'am using a plugin called RichTable Plugin. It woldn't work anymore with phpwiki 1.3.7.
The Links in the table are not shown [] anymore.
What's different to version 1.3.5
It is very important for me and my users to get it work again.
Here is a link to the wiki with a table in the page
Hello,
i'am using a plugin called RichTable Plugin. It woldn't work anymore with phpwiki 1.3.7.
The Links in the table are not shown [] anymore.
What's different to version 1.3.5
It is very important for me and my users to get it work again.
Here is a link to the wiki with a table in the page
http://www.mineralienatlas.de/phpwiki/index.php/RichTablePlugin
Thx with the hope you can help
Regards Stefan
I have solved the Problem. Here is the result for all who use the plugin ...
if ($line[0] == "|" and isset($row)) {
if (isset($cell)) {
if (isset ($content)) {
del $cell->pushContent("inhalt"); add include_once('lib/InlineParser.php');
add $content = TransformInline($content, 2.0, $basepage);
add $cell->pushContent($content);
del $cell->pushContent(TransformText($content));
unset($content);
}
$row->pushContent($cell);
.....
Regrads Stefan