Tags:
create new tag
, view all tags

Question

1. WikiWord AutoLink don't functions properly if NatSkin is enabled (NOAUTOLINK is off) --> WikiWords, that have no corrosponding topic will not displayed (also the text until the end of line). The sourccode of this line ends with "<span class=".

2. I can not find the Reparenting Button/List in the Editing Mode or on the "More" page (There are a hint in the release notes, that the Reparenting of a topic is moved from "More" to "Edit".

Environment

TWiki version: TWikiRelease04x01x02
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS: RedHat Linux
Web server: Apache
Perl version: 5.8
Client OS: Windows XP SP 2
Web Browser: Firefox 2.0.0.5
Categories: Plugins, Skin

-- GerritBrehmer - 18 Jul 2007

Answer

ALERT! If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.

1. WikiWords are working fine on my twiki with NatSkin... do you have a screenshot of you problem?

2. setting the parent topic can be done by editing a topic and using the dropdown menu underneath the textarea.
if not present have a look at edit.natedit.tmpl for something like:

    <select id="parent" name="topicparent" style="font-size:11px;">
    <option>none</option>
    %TOPICLIST{"<option value='$name' $marker>$name</option>"
      separator="$n"
      selection="%BREADCRUMBS{"%URLPARAM{"topicparent"}%"
      recurse="%IFDEFINED{"%URLPARAM{"topicparent"}%" then="off" else="once"}%"
      exclude="%WEBHOME%|%WEB%|%TOPIC%"
      format="$name"
      }%"
    }%
    </select>
this generates the following:

-- CarloSchulz - 18 Jul 2007

Thanks for the tip. I will have a look to the template code tomorrow

Here are two Screenshots:

  • Screenshot: Edit a topic -> Dropdown List isn't shown:
    NoReparentList.jpg
  • Screenshot: WikiWord Test:
    NoWikiWordsWithOutTopic.jpg

This is the SourceCode for the WikiWord Problem Testpage:

 *Syntax:* <br>
   * Nur Wort<br>
   * einfache eckige Klammern<br>
   * doppelte eckige Klammern<br>
   * Link mit Wikiadresse<br>
---
   * ATeMa
   * [ATeMa]
   * [[ATeMa]]
   * [[ATeMa][ATeMa]]
---
   * Bibliotheken
   * [Bibliotheken]
   * [[Bibliotheken]]
   * [[Bibliotheken][Bibliotheken]]
---
   * GibtsNochNicht
   * [GibtsNochNicht]
   * [GibtsNochNicht]
   * [[GibtsNochNicht][GibtsNochNicht]]
---
   * gibtsnochnicht
   * [gibtsnochnicht]
   * [[gibtsnochnicht]]
   * [[gibtsnochnicht][gibtsnochnicht]]
---
   * [[http://www.extern.de][External Link]]

-- GerritBrehmer - 18 Jul 2007

Ok, I've found the reason for my problems. The Site-Preferences have a special "Edit" Button to change parameters within the page. But the function have not read all parameters properly in the form (especially the setting for a wikiword-link and other things) and after save some settings have an invalid value. so now all is okay. but am i the only person, that have problems with this special edit button?

-- GerritBrehmer - 22 Jul 2007

 
Change status to:
Topic attachments
I Attachment Action Size Date Who Comment
JPEGjpg NoReparentList.jpg manage 30.5 K 2007-07-18 - 15:49 GerritBrehmer Screenshot: Edit a topic -> No DropDown List for Reparenting
JPEGjpg NoWikiWordsWithOutTopic.jpg manage 33.0 K 2007-07-18 - 15:50 GerritBrehmer Screenshot: WikiWord Test
Topic revision: r6 - 2007-07-22 - GerritBrehmer
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.