You are hereProjects / photopic (Drupal module) / Documentation
Documentation
Installing photopic
- Download and extract the zip file in a folder called photopic under the sites / all / modules folder of your Drupal 6.x installation.
- Enable the module.
- The module uses the Access Content permissions of the Node module.
- Create a menu link to the module. Enter photopic as the path for the menu. The link should already be working by displaying my public albums by default. To change the settings continue reading.
- Go to Administer / Site Configuration / photopic and enter your Picasa username. Your Picasa account must have at least one public album. Make sure you do not leave any blank spaces before and after your username.
- You may also enable lightbox support. You must have lightbox2 module installed, for this to work.
- Test your menu link to view your albums and photos.
Upgrading
- Always make a backup of your Drupal database before doing any upgrades.
- Disable the currently installed version of Photopic.
- Download and extract the latest zip file to your photopic folder overwriting all existing Photopic files.
- Enable the module.
- Check that the module is still working as required.
Options
In the admin page you will also find an Options section with various settings that you may require for the display of the albums and photos.
Custom CSS
- In the module folder you will find another folder called css. This is where the default.css file is stored.
- Make a copy of this file and rename it to something else, such as mystyles.css.
- Edit this file and add your styles.
- Logged in as Administrator, go to Administer / Site Configuration / photopic. Expand the Advanced section and enter the exact name of your css file, such as mystyles.css (including the .css extension).
- Test your new css stylesheet by viewing your photo albums.