Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
I am using the tagging method described here https://www.couchcms.com/forum/viewtopic.php?f=8&t=8952&hilit=tags+taxonomies i.e. using an editable region -
Code: Select all
<cms:editable name='tags' type='relation' masterpage='tags.php' label='Tags'  />
to allow selection of tags related to a cloned page.

In my client's use case there is a large number of tags plus checkboxes shown in a listbox in the Admin Panel for a cloned page - with scrollbar. Is there a way of organising the tags into a grid? I've seen that Bootstrap can be used for organising editable fields - but is there a way to organise the list of tags embedded?
Is there a way of organising the tags into a grid?

Not at the moment, I'm afraid.
If the number of tags is large, perhaps you could try using the 'advanced GUI' for relations -
viewtopic.php?f=5&t=11021

Would it help?
aha, thought I'd seen something along these lines - so much has happened to Couch in my short time away! Love that feature - may not be quite right for this particular case, but note to self made for future reference - thanks!
3 posts Page 1 of 1