On 1/9/07, Patrick R. Michaud <[EMAIL PROTECTED]> wrote:
> On Tue, Jan 09, 2007 at 05:36:21PM -0500, The Editor wrote:
> > I've reorganized my various farm fields to put all the skins in one
> > farm field, rather than scattered about.  I have the skins showing up
> > in the fields, but they have lost the styles in their css files.
> >
> > Can anyone suggest a reason this might be happening?  Here's some
> > sample code--all my fields are doing it...
> >
> > config.php
> >
> > $ScriptUrl = 'http://localhost/zap/index.php';
> > $PubDirUrl = 'http://localhost/zap/pub';
> > $SkinDirUrl = 'http://localhost/system/pub/skins';
> > $Skin = 'zap';
>
> Setting $SkinDirUrl is generally incorrect -- PmWiki automatically
> computes $SkinDirUrl from the selected skin.
>
> Put another way, $SkinDirUrl is supposed to the be url to
> the directory containing the skin itself, not the skins/
> directory that contains all of the different skins.
>
> Normally you just need to set $PubDirUrl (and $FarmPubDirUrl)
> and PmWiki takes care of the rest.
>
> Pm


Thanks Pm, that fixed it.  I never quite understood how that worked,
but this time it clicked...

I take it PmWiki looks in the local PubDirUrl first and then the
FarmPubDirUrl second for things like css sheets and skins...  Is that
correct?

Cheers,
Dan

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to