[pmwiki-users] configuring stuff for wikigallery

Petko Yotov 5ko at 5ko.fr
Wed Feb 13 00:35:22 CST 2008


On Wednesday 13 February 2008, Maria McKinley wrote:
> On the wikigallery web page there are variables given that you can
> change, but I can't figure out how.

> So, for example there is
> something called SDV($WikiGallery_AlbumsSortBackwards, FALSE ); Which I
> would like to change to TRUE. 

You need to set in config.php:
   $WikiGallery_AlbumsSortBackwards = true;

And similarly for the other configuration variables. All these settings are 
better to be done _before_ the include_once() command.

Petko




More information about the pmwiki-users mailing list