[pmwiki-users] any solution to get a full customizable login prompt ?

Jean-Fabrice [gmail] jeanfabrice at gmail.com
Sat Aug 19 18:02:21 CDT 2006


2006/8/20, Patrick R. Michaud <pmichaud at pobox.com>:

> ...oh, wait, yes I do!  If you want only the AuthForm to appear,
> with absolutely no other headers and footers, then you can do the
> following in config.php:
>
>    $AuthPromptFmt = array(&$HTMLStartFmt,
>      'page:$SiteGroup.AuthForm', &$HTMLEndFmt);
>
> This effectively bypasses the skin defaults and produces a bare-bones
> HTML page, with just the contents of the Site.AuthForm itself.

Thank you Hans and pm for answering so fast.
Both solution work fine. With Patrick's one,  I loose the i18n on
'SiteGroup.AuthForm' (I'm a french user...). I guess I need to use the
FmtPageName somewhere, but where ?

Jean-Fabrice




More information about the pmwiki-users mailing list