Mar 15 2006

Configuration

Posted by admin under Documentation

You don’t need to make any changes at all to get it running, just browse to http://localhost/picmentor and it should show startpage. However there are some tweaks you might want to do and you control that through the web.config file:


     <add key="Theme"
             value="Default" />
     <add key="PictureDir"
             value="pics" />
     <add key="CustomerKey"
             value="webmaster@aspcode.net" />
     <add key="ItemColumnCount"
             value="4" />
     <add key="ItemRowCount"
             value="2" />
     <add key="ThumbPreferredWidth"
             value="200" />
     <add key="HomeName"
             value="Startpage" />

 

Theme is the default theme. PicMentor comes with two themes, Default and Gallery. More on themes later.


PictureDir is the directory where your images are stored.


ItemColumnCount is how many columns items (folders and images) are showed in


ItemRowCount is how many rows items are showed in – before a new page starts


ThumbPreferredWidth is how large thumbnails should be

ASPCode.net recommends