Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
hello ... I think I can see a clunky way to do this but am wondering if there is a better solution. I want to be able to select pages based on the first letter of k_page_title - so something like this:
<cms:pages masterpage='composers.php' page_name="begins with x" orderby='page_name' order='asc' >

I guess I could set up a 1 character editable field for the client to add the letter manually - and then use custom_field - but I'd like it to be more automated if possible. Any suggestions? Thanks!
Hi!

Why dont you try Typeahead (Prefetch). You will have to create a JSON that contains the page titles. The rest will be done by the typeahead js. It is a twitter backed JS and is stable.

Download Typeahead
All examples (check for Prefetch)

Hope this helps.

Regards,
GenXCoders
Image
where innovation meets technology
potato wrote: I want to be able to select pages based on the first letter of k_page_title

Just use a custom SQL query via cms:query.
3 posts Page 1 of 1