[pmwiki-users] small password and skin query?

Patrick R. Michaud pmichaud at pobox.com
Fri Mar 18 22:35:32 CST 2005


On Fri, Mar 18, 2005 at 11:13:44PM +0530, V.Krishn wrote:
> Hello,
> I was wanting to know if we can set the password in skin.php file:
> eg
> $DefaultPasswords['edit'] = crypt('mysecret');

One can do anything in a skin.php file that can be done in any
other PHP file.  Whether you'd want to do that is another question
altogether.  :-)

> Secondly,
> Is it possible to set the print-skin in skin.php file itself.  > i.e
> $ActionSkin['print'] = 'someskin/print';

Yes, but if this skin is being created for others, it should probably
honor any site-specific customization that has been set.  (I now see
that the current design of scripts/skins.php doesn't allow an easy
way to do this, so I'll fix it.)

> for pm:
> Regarding the script/ ?> issues the other day, I would like to say that,
> for me pmwiki is an experience both wiki-wise and
> p-etch-p wise. I would apologize for being so rudimentary.

It's not a problem, really.  :-)

Pm



More information about the pmwiki-users mailing list