[dokuwiki] Re: Purple Numbers

  • From: "Terence J. Grant" <tjgrant@xxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Tue, 12 May 2009 19:40:32 -0500

> I haven't thought of linking to a particular revision. For old revisions
> this already works automatically. But for a link to an anchor of the current
> revision, DokuWiki lacks the concept of a permalink to the current revision
> ...

Permalinks have been in monobook since near conception, here's how you get it:

$permaREV = (int)$INFO['lastmod'];
if (isset($_REQUEST['rev']))
  $permaREV = (int)$_REQUEST['rev'];

HTH,
-- 
--Terence J. Grant
-- 
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: