We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 25478
    • 26 Posts
    SELECT DISTINCT sc.id,sc.menutitle,sc.pagetitle,sc.introtext,sc.menuindex,sc.published,sc.hidemenu,sc.parent,sc.isfolder,sc.description,sc.alias,sc.longtitle,sc.type,if(sc.type='reference',sc.content,'') as content, sc.template,sc.link_attributes FROM `tag86_mod1`.modx_site_content sc LEFT JOIN `tag86_mod1`.modx_document_groups dg on dg.document = sc.id WHERE sc.parent = 0 AND sc.published=1 AND sc.deleted=0 AND (sc.privateweb=0) AND sc.hidemenu = 0 GROUP BY sc.id ORDER BY sc.menuindex ASC;
    


    there appears to be a problem with wayfinder. how do i fix it. i already edited wayfinder.inc.php removing the apostrophe in "that’s" and it hasn’t worked yet.

    [MODERATORS NOTE: code tags added to prevent horizontal scrolling of entire message.]
    • Just a friendly reminder...please search before posting and make sure you post in relevant place. Thanks.

      Please see http://modxcms.com/forums/index.php/topic,8726.msg61394.html#msg61394