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

Handle columns of content?


Go to End


3 Posts   1763 Views

Avatar
Big Bang Creative

Community Member, 92 Posts

29 November 2008 at 2:05am

How easy is it to handle columns of content which can be updated easily in the admin?

As far as I can see (beginner to this CMS) you can only add/edit to one column i.e. what is within the layout.ss.

Avatar
Liam

Community Member, 470 Posts

29 November 2008 at 7:11am

It's very customizable, probably one of the best of any CMS.

I'd suggest starting with the tutorials - http://doc.silverstripe.com/doku.php?id=tutorials

The 2nd one will show how you can edit and extend the backend to deal with specific page types. Be sure to checkout the form types to see all the different ones you can add.

You can easily setup a page which has more than one textfield in the backend for each column.

Then in your page template, you can call each textarea by using a variable.

If you run into any problems, or have more questions, feel free to post in here.

Avatar
Big Bang Creative

Community Member, 92 Posts

2 December 2008 at 4:20am

Edited: 02/12/2008 4:30am

Thanks, we will definatly have a look at that tutorial. The CMS is great... took a whole 5 minutes to customise into one of our templates... well actually a lot longer.. but now we see how it can easily be done in that time :-)