[pmwiki-users] Searching and group specifics

Patrick R. Michaud pmichaud at pobox.com
Wed Aug 1 13:26:49 CDT 2007


On Wed, Aug 01, 2007 at 09:26:34AM -0700, Ian MacGregor wrote:
> I have two questions.
> 
> 1) How do I make a searchbox that will search only within a certain group?

(:searchbox group=SomeGroup :)

> 2) How do I make a pages in a certaingroup use a skin other than 
> the skin used by the site?

Create a per-group customization file (e.g., local/SomeGroup.php)
and set the $Skin variable there:

    <?php
       $Skin = 'otherskin';

Pm



More information about the pmwiki-users mailing list