[pmwiki-users] CustomWikiStyles - WAS Using inote markup as a systemwide LatestNews flag/sticky

Patrick R. Michaud pmichaud at pobox.com
Fri Aug 12 07:48:26 CDT 2005


On Fri, Aug 12, 2005 at 01:38:53PM +0100, K.A.Bouton wrote:
> Also doesn't seem to work
> 
> Is it because the skins.php which sets it points to PubDirUrl rather than
> FarmPubDirUrl or do I need to put it in my farmconfig.php?

Yes, skins.php at present only looks in PubDir.  You can locally
configure it to look in FarmPubDir as well with:

    $PageCSSListFmt = array(
      '$FarmD/pub/css/local.css' => '$FarmPubDirUrl/css/local.css',
      '$FarmD/pub/css/$Group.css' => '$FarmPubDirUrl/css/$Group.css',
      '$FarmD/pub/css/$FullName.css' => '$FarmPubDirUrl/css/$FullName.css',
      'pub/css/local.css' => '$PubDirUrl/css/local.css',
      'pub/css/$Group.css' => '$PubDirUrl/css/$Group.css',
      'pub/css/$FullName.css' => '$PubDirUrl/css/$FullName.css'));

If there's demand for it, I can make this change in the distribution.

Pm




More information about the pmwiki-users mailing list