17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1859 Views |
-
help with installing a theme.

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
-
Re: help with installing a theme.

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
-
Re: help with installing a theme.

14 June 2008 at 7:46pm
There is NO _config.php file under mysite in version 2.2.2....
???
-
Re: help with installing a theme.

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.
-
Re: help with installing a theme.

29 July 2008 at 11:43pm Last edited: 30 July 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.
-
Re: help with installing a theme.

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
| 1859 Views | ||
|
Page:
1
|
Go to Top |


