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 someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is 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 History Action Size Date Who Comment
JPEGjpg NoReparentList.jpg r1 manage 30.5 K 2007-07-18 - 15:49 UnknownUser Screenshot: Edit a topic -> No DropDown List for Reparenting
JPEGjpg NoWikiWordsWithOutTopic.jpg r1 manage 33.0 K 2007-07-18 - 15:50 UnknownUser Screenshot: WikiWord Test
Edit | Attach | Watch | Print version | History: r6 < r5 < r4 < r3 < r2 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r6 - 2007-07-22 - GerritBrehmer
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.