I re-installed pmwiki now, I put everything in my www folder, I put in my browser http://localhost/pmwiki/pmwiki.php and i set Skin variable to $Skin = 'pmwiki' default delete first # and i set pubdirurl variable to : $PubDirUrl = 'http://localhost/pmwiki/pub'; but IE7 or firefox work fine css. any idea?
> > a) I have the files and link is correct: > > <link rel='stylesheet' href='$SkinDirUrl/color-$SkinColor/color.css' > type='text/css' />> > > > If this appears in the page HTML source (not the skin tmpl file, > then the problem is that $SkinDirUrl and $SkinColor are not resolved. > It may be due to a fault in the skin. Both variables ned tio be > declared within the skin's skin.php as global, i.e. > > global $SkinDirUrl, $SkinColor; > > Does it work if you use the pmwiki default skin, and not set $Skin = > ... in config.php? What skin are you trying to use? > > The value for $SkinDirUrl (the url path to your skin's folder) > is determined automatically by PmWiki. > > > > b) I set pub directory: $PubDirUrl = 'http://localhost/pmwiki/pub'; > > Is it correct?? > > > if the wiki is on your machine and not public hosted, yes. > > > > c) subdirectories can be read by a browser fine. > > > > > ~Hans > > _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
