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


_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to