Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

help with installing a theme.


Go to End


7 Posts   2268 Views

Avatar
Maximus

Community Member, 2 Posts

24 May 2008 at 3:29pm

Hello I just installed silverstripe and have to say I love it but Im trying to install a new theme but when ever I add SSViewer::set_theme("olivesunset"); to my config file nothing works I did ?flush=1 here is the contents of my config file.

<?php

/*
* This file is needed to identify this as a SilverStripe module
*/
SSViewer::set_theme("olivesunset");
// Extend the Member with e-commerce related fields.
DataObject::add_extension('Member', 'EcommerceRole');

Director::addRules(50, array(
ShoppingCart_Controller::$URLSegment . '/$Action/$ID' => 'ShoppingCart_Controller'

));

// This is the default shipping method class - SimpleShippingModifier.
// To use your own one, copy this line, with the second argument as your
// custom shipping class into mysite/_config.php - this will override
// SimpleShippingModifier
Order::set_modifiers(array('SimpleShippingModifier'));

// Add additional fields to the MemberTableField in the CMS for e-commerce.
MemberTableField::addPermissions(array('show', 'export'));
MemberTableField::addMembershipFields(array(
'Address' => 'Address',
'AddressLine2' => 'Address Line 2',
'HomePhone' => 'Home Phone',
'MobilePhone' => 'Mobile Phone',
'City' => 'City',
'Country' => 'Country'
));

?>

Thanks in advance

Avatar
Willr

Forum Moderator, 5523 Posts

24 May 2008 at 10:33pm

I believe you are entering it in the _config file for the ecommerce module rather then the _config file under the mysite folder? I dont know why that would be an issue but perhaps try that

Avatar
Maximus

Community Member, 2 Posts

25 May 2008 at 1:44am

yeah that was the problem thanks.

Avatar
Luiyis

Community Member, 1 Post

14 June 2008 at 7:46pm

There is NO _config.php file under mysite in version 2.2.2....

???

Avatar
Willr

Forum Moderator, 5523 Posts

15 June 2008 at 10:14am

Have you run through the installer?? There is no 'file' the _config file is created when you use the installer.

Avatar
CMS_mike

Community Member, 1 Post

29 July 2008 at 11:43pm

Edited: 30/07/2008 12:02am

I can vouch for Luiyis - there is no _config.php file in the mysite folder in the 2.2.2 version.

I've checked my Godaddy installed version (I assume its been correctly installed by their application installer)

Can someone supply the code thats contained on this page, so I can create my own _confiq file.

Avatar
Willr

Forum Moderator, 5523 Posts

30 July 2008 at 11:42am

Yep this seems to be an issue with how GoDaddys installer for SS works.

You can see an outline of an _config.php file here - http://pastie.org/215282