Menu

Hello Problems with RichTable Plugin

Help
2004-01-27
2012-10-11
  • Stefan Schorn

    Stefan Schorn - 2004-01-27

    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

     
    • Stefan Schorn

      Stefan Schorn - 2004-01-28

      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

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.