I've been looking into this and can't exactly make it work, I want to change the function by which couch filters the clonable list view from folders to a custom field.
How would I change this to make it work:
How would I change this to make it work:
- Code: Select all
<cms:capture into='my_folders' scope='global'> <cms:if k_folder_totalchildren > <div class="bulk-actions"> <cms:dropdownfolders masterpage=k_template_name prompt='Name your pick' hierarchical='1' selected_id=my_selected_fid /> <a class="button" id="btn_folder_submit" href="<cms:admin_link />" onclick="this.style.cursor='wait'; return false;" > <span>Filter</span> </a> </div> </cms:if> </cms:capture>