You are not logged in.
Pages: 1
Hey everyone,
I want to make a portfolio using a routed template.
First of all, I've made an routed templated named portfolio and linked it to a module (portfolio too).
On the /portfolio page I want to make an overview with all the items.
But when you press on a 'photo' of a website I want to load another page /portfolio/name with more information on it.
How Can I do this using a routed templated?
/Daan
Offline
I'd install the demo site and check out how the Trees template and module work together as they do much of what you're looking for here. The basics are that you want your module to have a Generated Route field that creates URL routes from the title of the portfolio items and then in your routed template you'll have a details.php file that looks up the route via the getByRoute method on your module's class and draws that portfolio item.
Offline
Pages: 1