Frank Lin PIAT schrieb:
> On Fri, 2009-03-06 at 10:24 +0000, k...@aplteam.com wrote:
>> I would like to prevent MoinMoin to change the "last edited by" guy
>> when the "Trivial" checkbox is ticked.
> 
> I have another question related to "last edited":
>  - is it possible to hide the "by JohnDoe" part?
>  - is it possible to replace it by "changelog" which
>    would point to the ?action=info page?
> 
> The reasons is that some people really like to have their names at the
> bottom of the pages, and I think the changelog gives better credits,
> compared to "last edited by".
> 
> Thanks,
> 
> Franklin
> 

btw. everything is possible with moinmoin :-)

What you need is to create a own theme and start to modify the def
pageinfo (see here:
http://hg.moinmo.in/moin/1.8/file/716dcfb00e8e/MoinMoin/theme/__init__.py#l710
). so you can take the first edit of the page, remove the editor,
etcetera... just what you want.

A dump methode to hide the "pageinfo" would be to use css like
#pageinfo {
        display: none;
}

bye
Marcel




------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to