I followed the directions for installing the Flickr module but I am not getting a Flickr page type in the CMS.
I'm not sure if I put the code in the correct loction.
/home/stithe/public_html/mysite/_config.php
<?php
global $project;
$project = 'mysite';
global $databaseConfig;
$databaseConfig = array(
"type" => 'MySQLDatabase',
"server" => 'localhost',
"username" => 'stithe_stri801',
"password" => 'Pe8lro',
"database" => 'stithe_stri801',
"path" => '',
);
MySQLDatabase::set_connection_charset('utf8');
// This line set's the current theme. More themes can be
// downloaded from http://www.silverstripe.org/themes/
SSViewer::set_theme('natureweb4');
// Set the site locale
i18n::set_locale('en_US');
// enable nested URLs for this site (e.g. page/sub-page/)
SiteTree::enable_nested_urls (FlickrService::setAPIKey('30ea1f2c5b7ce3fcedabe9d65d376'));
Thanks for your help,
Dave