[pmwiki-users] Proposed change to default template file

H. Fox haganfox at users.sourceforge.net
Fri Jun 2 21:30:55 CDT 2006


I've proposed a minor change to the default PmWiki template file [1],
simply to put the page header's RecentChanges link its own <span>.
The main reason is because it allows the wikiadministrator to use CSS
to keep the link from being displayed.

In particular, the change is helpful for someone who wants have a CMS
type installation using the default skin.  With the change, a recipe
file can add this

$HTMLStylesFmt[] = '
 .headnav, #wikicmds, .pagegroup, .footnav { display:none }
 .pagetitle { margin-top:8px; } div.lastmod { color:#cccccc; } ';

to turn this

http://qdig.sourceforge.net/wiki-skins/sshots/?Qwd=./Test&Qif=0115%20PmWikSkinWikiLook.png

into this

http://qdig.sourceforge.net/wiki-skins/sshots/?Qwd=./Test&Qif=0115%20PmWikSkinCMSLook.png

Hagan

[1] http://www.pmwiki.org/wiki/PITS/00750




More information about the pmwiki-users mailing list