[pmwiki-users] How to remove a colon after user login?

Hans design5 at softflow.co.uk
Mon May 19 05:57:33 CDT 2008


Monday, May 19, 2008, 9:59:39 AM, Anton Shevtsov wrote:

> How to remove a colon after user login?

The colon is inserted by the $RecentChangesFmt variable.
you can redefine it in config.php.

Pmwiki defines it like this, and you can see the colon after
$AuthorLink:

$RecentChangesFmt = array(
 '$SiteGroup.AllRecentChanges' => 
   '* [[{$Group}.{$Name}]]  . . . $CurrentTime $[by] $AuthorLink: [=$ChangeSummary=]',
 '$Group.RecentChanges' =>
   '* [[{$Group}/{$Name}]]  . . . $CurrentTime $[by] $AuthorLink: [=$ChangeSummary=]');


$AuthorLink is defined in author.php as [[~$Author]] (if exists0 or
blank.

  ~Hans




More information about the pmwiki-users mailing list