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 Newbie!


Go to End


2 Posts   1278 Views

Avatar
phenomeneil

Community Member, 1 Post

21 February 2008 at 9:36am

Hi, i'm just new to silverstripe and i've been testing out a site that i just built based on the tutorial, i can say that i have just the right amount of understanding in PHP and a good level of knowledge in CSS / XHTML...

Here's my problem, I created a new Page.ss file and replaced the original from tutorials/templates/ and my own layout.css file which was placed on /tutorials/css/ worked fine when displaying the pages. but when i tried to access the cms http://domain.com/admin/ the tabs for the CMS modules don't appear.

Do i need a specific div ID to be on my style sheet so that the login part will show? if so, what is that div tag?

Is silver stripe strict on div naming? do i need to follow specific div names for the CMS to properly work? Thanks in advance.

Avatar
Nicolaas

Forum Moderator, 224 Posts

22 February 2008 at 12:20am

include $Form (and perhaps also $Layout) in your page.ss to get the login page.

Cheers

Nicolaas