Login | Forgot password | Register

X

What is OpenID?

OpenID is an Internet-wide identity system that allows you to sign in to many websites with a single account.

With OpenID, your ID becomes a URL (e.g. http://username.myopenid.com/). You can get a free OpenID for example from myopenid.com.

For more information visit the official OpenID site.

Jump to:

17480 Posts in 4474 Topics by 1973 members

Archive

SilverStripe Forums » Archive » New User questions

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

Page: 1
Go to End
Author Topic: New User questions 795 Views
  • tinatoerat
    avatar
    Community Member
    12 posts

    New User questions Link to this post

    So, I've just installed Silverstripe, which, btw, my mind keeps calling Silverlight, and I installed using the blackcandy theme rather than the blank theme.

    If I want to have a second site to follow the tutorial/do my own thing do I need to install silverlightstripe again in a different folder/name, or does silverlight (really, I didn't mean that one) manage different sites from the one installation?

    (Oh, and can I preview my forum post?)

  • ajshort
    avatar
    Community Member
    103 posts

    Re: New User questions Link to this post

    Hi there,

    Out of the box, SilverStripe does not have functionality for managing multiple sites from one installation. However, there is the subsites module which allows you to administer many sites from one installation (as the name suggests). However, I dont think it supports much beyond separate subsite database content - that is, all subsites would have the same visual style, and operate out of the same template files.

    Therefore, I think the only way to achieve what your looking for is to create a new installation of SilverStripe in a different folder.

    As for post previewing - not at the moment, but I think theres some work being done on the forum module as we speak, and this may be one of the new features.

  • tinatoerat
    avatar
    Community Member
    12 posts

    Re: New User questions Link to this post

    Thanks for the reply aj.

    More new user questions: I have recently been building a site in Drupal so my questions perhaps come from that experience.

    Can I have more than one theme on my site? If I build a little test site and I want to test themes how do I do that?

    I've downloaded some lovely themes from your list, but how do I enable one for my default site.

    I checked out the help from the CMS, but when I searched "theme" nothing was returned.

    Anita

  • stooni
    avatar
    Community Member
    69 posts

    Re: New User questions Link to this post

    Hello Anita,

    you must enable the theme in \mysite\_config.php with these SSViewer::set_theme('higherground');

    --- Stooni

  • ajshort
    avatar
    Community Member
    103 posts

    Re: New User questions Link to this post

    Hey again,

    If you want to enable dynamic theme selection, you can add something like this in your mysite/_config.php:

    if(isset($_REQUEST['theme'])){
       SSViewer::set_theme($_REQUEST['theme']);
    }


    replacing

    SSViewer::set_theme('blackcandy');

    This will mean that if you visit

    it will change the theme for you.

    795 Views
Page: 1
Go to Top

Currently Online: There is nobody online.

Welcome to our latest member: marcusl

Want to know more about the company that brought you SilverStripe? Then check out SilverStripe.com

Comments on this website? Please give feedback.