Creating a slider

Permalink
Hi am from a drupal background (please don't judge).

Anyhoo I want to create a custom slider where my user fills in a title and uploads or selects an image.

In drupal I would

- create a content type
- add an image and title field
- create the view and display in the template.

What is the process in c5?

Thanks

 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi springweb,

Probably the best way to learn how to make a custom slider is to look at the image slider block that comes with concrete5. You can use it as a base to work from.
https://github.com/concrete5/concrete5-5.7.0/tree/develop/web/concre...

Before you do this, I would recommend reading through the developer documentation on blocks to get an idea of overall structure.
http://www.concrete5.org/documentation/developers/5.7/working-with-...

The developer documentation is a work in progress, so I also recommend these two links on the concrete5 API.
http://sisusolutions.ca/index.html...
http://www.concrete5.org/api/
JohntheFish replied on at Permalink Reply
JohntheFish
There are a bunch of image sliders that do pretty much what you want already in the marketplace (5.6 and 5.7). Some free. All pretty cheap. There is also the basic core slider block in 5.7.

So pick a starting point that comes close and adjust the markup and css with a custom template.
keeasti replied on at Permalink Reply
keeasti