Did something happen to the NewsListing snippet? I created a web user, turned on perms, etc. so I could add a blog entry. But every time I try the "Add blog entry" I get a SQL error:
SQL:
SELECT DISTINCT sc.id,sc.pagetitle,sc.description,sc.longtitle
FROM `modx609`.modx_site_content sc
LEFT JOIN `modx609`.modx_document_groups dg on dg.document = sc.id
WHERE sc.parent = '2'
AND sc.published=1
AND sc.deleted=0
AND hidemenu=0AND AND hidemenu=0
AND (sc.privateweb=0
OR dg.document_group IN (2))
ORDER BY sc.menuindex ASC,sc.pagetitle ASC
Note the
hidemenu=0AND AND hidemenu=0 part. Is this the bizarre result of something else I might have done or can anyone duplicate this problem?
Also regarding QE:
Personally, I think the click+hold button = drag, and release=drop is a more intuitive method than click once to move, click again to drop menu.
Moreover, how do you get the menu to collapse again if you choose not to actually select a menu item!!