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.

Themes /

Discuss SilverStripe Themes.

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

Theme Change Problem


Go to End


19 Posts   8255 Views

Avatar
kcd

Community Member, 54 Posts

15 November 2010 at 12:33pm

Edited: 15/11/2010 12:33pm

Oh, me too!

One suggestion for _config

    // This line set's the DEFAULT theme. More themes can be 
    // downloaded from http://www.silverstripe.org/themes/ 

Avatar
wagonlips

Community Member, 1 Post

19 November 2010 at 9:29am

Edited: 19/11/2010 9:30am

Thanks, Sunnybex!

Clicking the site root (just above "Home" in the Page Tree) reveals the theme drop-down selector in the main edit window of the CMS. Very nice.

I find that I can actually comment out the line in /mysite/_config.php and it still works just fine.

// SSViewer::set_theme('whatever');

Cheers!

Avatar
bdgraphics

Community Member, 5 Posts

20 November 2010 at 5:07pm

A quick tip if you are not seeing your theme in the drop down list for the CMS; Do not add any underscores (or perhaps any special characters) to the theme name.

As soon as I changed my folder name from: "theme_name" to "themename", I could select it and it worked.

Go to Top