Long Page List
PermalinkI'm creating a location page, which contains LOTS of location 400+ and i'm using a page list to link to the relevant page. However, ive done a fair few and the page is just becoming a long list. Is it possible to split the page list into columns? rather than just 1 columns with lots of rows
Regards,
Basically you'd decide first how many columns you want and then you'd use a some kind of count in php to start a new row after n number of records output.
Does that make sense?
http://www.concrete5.org/marketplace/addons/uber-list/...
http://www.concrete5.org/marketplace/addons/magic-data/...
out of the box with the page block I think you only really get the option of paginating your results.
If you want multiple columns then you'll really need to use a custom template - if you can upload files and can use html / css / php you should be ok.
Failing that there might be some add-on in the marketplace that could help...