BUG

Foswiki 1.1.3, return link points to WebHome topic and not to the current page, where the footnote is created!

-- ValentinKozlov - 13 May 2011

Here is a solution (I am not the developer!):
  1. Find Note.pm (foswiki/lib/Foswiki/Plugins/FootNotePlugin/)
  2. Find "sub text" and "sub note" functions
  3. For both functions add "my $page = this->{"page"};"
  4. In both cases change "[[#FootNote${n}note]" to "[[$page#FootNote${n}note]"
  5. Check in your particular case if it works smile
-- ValentinKozlov - 13 May 2011


This topic: Support > FootNotePlugin
Topic revision: 13 May 2011, ValentinKozlov
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. see CopyrightStatement. Creative Commons LicenseGet Foswiki at sourceforge.net. Fast, secure and Free Open Source software downloads