[Pmwiki-users] config.php, $RecentChangesFmt

Patrick R. Michaud pmichaud
Tue Dec 7 06:57:54 CST 2004


On Tue, Dec 07, 2004 at 12:11:56AM -0500, Brian Clark wrote:
> Hello,
> 
> I'm trying to alter the format of the AllRecentChanges listing, but it
> doesn't seem to be sticking.
> 
> Embedded in Main/HomePage page (via action=edit), I'm using this:
> 
> (:include AllRecentChanges lines=10:)
> 
> And in my local/config.php, I'm trying various forms of this:
> 
> $RecentChangesFmt['Main.AllRecentChanges'] =
>    '* [[$Group.$Name]]: $CurrentTime by $AuthorLink';
> 
> I'm using the latest beta. Any cluebats? Thanks for reading!

Any chance that the latest entries are appearing at the *end* of
RecentChanges...?

If so, then try this:

$RecentChangesFmt['Main.AllRecentChanges'] =
  '* [[$Group.$Name]]:  $CurrentTime by $AuthorLink';

Note that there are *two* spaces between the colon (:) and $CurrentTime.
The two spaces are significant.  If this fixes the problem, I'll explain
why in the next message (and we can see about working out ways to avoid
this confusion in the future :-).

Pm



More information about the pmwiki-users mailing list