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

Help With Specific Functionality - Inventory / Collection Management


Go to End


2 Posts   1811 Views

Avatar
silverstripeuserguy

Community Member, 1 Post

3 January 2014 at 12:34pm

Hi there,
I'm just starting to dig in to silverstripe, so i'm not entirely sure if this is a question about themes ... but i think it is.

I would like to be able to create and manage items so that i can create playlists and such. Think of it like this - i would like to have an inventory interface that looks somewhat similar to something like itunes or spotify ... where you have your entire library, then "playlists" and favorites and such.

Does anyone know if there is a theme out there that will do this?

Thanks!

Avatar
Willr

Forum Moderator, 5523 Posts

3 January 2014 at 6:24pm

Theme will only contain basic HTML / CSS. You'll also need to create Models to represent your data in the database. I recommend you do the tutorials first (esp tutorial 5) since this will most of the concepts you'll need in building your application.