[pmwiki-users] Farm Testing -- reflect a field across the farm
Patrick Ogay
lists at basel-inside.ch
Sat Apr 2 02:52:06 CST 2005
Sivakatirswami wrote:
>Separate question:
>what does
>" pmwiki (include of pmwiki mail module)"
>mean?
sorry, I meant pmwiki just includes the *main" pmwiki.php (not mail) in
this place (instead of using pmwiki.php).
which looks in my case link this:
<?php
include('/home/httpd/vhosts/ddy.ch//httpdocs/pm/pmwiki-2.0.beta14/pmwiki.php');
?>
-----
>I have the following, both in the config.php for the main farm
installation and in the farmconfig.php
>$PageLogoUrl = "$PubDirUrl/skins/hap/HA_logo_32px.gif";
>This this is not reflected in the fields which instead, in the upper
left hand cornder of the pages, inserts a text line with the >same text as
>$WikiTitle = 'Hinduism Today--Olive Soft Dev Wiki';
>Where I get a logo on the main wiki I see
>"Hinduism Today--Olive Soft Dev Wiki" in that location.
I guess, what you see is the alt-text. Check the generated <img> tag in
the field in the HTML.
if the field-logo is in the "main" - installation try to use
$PageLogoUrl = "$FarmD/pub/skins/hap/HA_logo_32px.gif"
($FarmD points allways to your "main"-Installation.)
--
you can also define something in farmconfig.php.
like:
$FarmPubDirUrl = 'http://www.ddy.ch/pm/pmwiki-2.0.beta14/pub';
what you can use in local.php
Variables are usually relativ to your current installation.
hope this helps
regards
Patrick Ogay
More information about the pmwiki-users
mailing list