Forum for discussing general topics related to Couch.
17 posts Page 2 of 2
This is the type of page I am trying to create using repeatable areas, as you can see there are lots of models / options for each manufacurer.

Code: Select all
http://londonremaps.co.uk/audi




Tony
I see. How would that page look like with added trims? I am not sure I fully understand your troubles. Maybe a screenshot would help.
Currently I can't really suggest anything, just got really busy at the moment.
Join COUCH:TALK channel here https://t.me/couchcms_chat
Ryazania — a framework to boost productivity with Add-ons viewtopic.php?f=2&t=13475
Support my efforts to help the community https://boosty.to/trendo/donate
If I could get a clonable page, so I can 'Add new' page for each brand, and have the resulting page editable to recreat the tables as in the link i posted that would be great for now.

I just cna't figure out how to have a repeatable table on a clonable page where the repeatable table has different number of rows.
Looking at the site you referenced -

audi.jpg
audi.jpg (301.39 KiB) Viewed 2190 times

I'd use the following configuration -

Use a single cloned template (e.g. index.php).
Create each manufacturer as a 'folder' e.g. 'Chrysler', 'BMW' etc.
Create a cloned page for each Model e.g. 'Crossfire', 'Grand Voyager (2008)' etc. for 'Chrysler' in the image.
Use a repeatable-region to input details about the 'Model', 'Original', 'Tuned HP', 'Original', 'Tuned NM' tabular data for each model.

On the fronend, show only the folder-views (i.e. manufactures) and list out the cloned-pages (i.e. models) alongwith the repeatable-region as table.

Would this help?
It would help, if I could figure out one thing :)
If the models are different pages how would I show them all on one page? eg, audi.php. bmw.php

Thanks for the help, it really is appreciated :)
Is this something you could do for me (paid of course) ?
If so please send me a message with a price, I have tried sending a PM to you but they are not going being sent for some reason.
If the models are different pages how would I show them all on one page? eg, audi.php. bmw.php
Audi and BMW would be 'folders'. The models would be the cloned-pages within those folders. I trust you mean to say "how to show the models (i.e. cloned pages) on a single screen e.g. in Audi and BMW". Right?

If so, that is standard fare using <cms:pages> tag with the 'folder' parameter set to the manufacturer.
I think you won't find it too difficult once you set out to do it.
17 posts Page 2 of 2