Login | Forgot password | Register
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.
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 |
-
New User questions

18 August 2008 at 3:23pm Last edited: 18 August 2008 3:28pm
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 silver
lightstripe 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?)
-
Re: New User questions

18 August 2008 at 7:34pm
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.
-
Re: New User questions

19 August 2008 at 9:09pm
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
-
Re: New User questions

19 August 2008 at 9:13pm
Hello Anita,
you must enable the theme in \mysite\_config.php with these SSViewer::set_theme('higherground');
--- Stooni
-
Re: New User questions

19 August 2008 at 11:05pm
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']);
}
replacingSSViewer::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


