// Check if we are a manager user, if not, return immediately
if(!isset($_SESSION['mgrValidated'])) {
return;
}
// Set configuration variables if not already set
if(!isset($mod_path)) { $mod_path = 'assets/modules/quick_edit'; }

QE looks in it’s own lang directory for the current set lang in the manager.
Another point with QE is that it’s getting called, even when you’re _not_ logged in into the manager.
PHP error debug Error: contentvariable(/home/remon/public_html/test//assets/modules/quick_edit/lang/nederlands.inc.php): failed to open stream: No such file or directory Error type/ Nr.: Warning - 2 File: /home/remon/public_html/test/assets/modules/quick_edit/contentVariable.class.inc.php Line: 63 Line 63 source: include_once($qe_eng_path);

(’emailsender’,’[email protected]’),
(’emailsubject’,’Your login details’),
(’signupemail_message’,’Hello [+uid+] \r\n\r\nHere are your login details for [+sname+] Content Manager:\r\n\r\nUsername: [+uid+]\r\nPassword: [+pwd+]\r\n\r\nOnce you log into the Content Manager at [+surl+], you can change your password.\r\n\r\nRegards,\r\nSite Administrator’),
(’websignupemail_message’,’Hello [+uid+] \r\n\r\nHere are your login details for [+sname+]:\r\n\r\nUsername: [+uid+]\r\nPassword: [+pwd+]\r\n\r\nOnce you log into [+sname+] at [+surl+], you can change your password.\r\n\r\nRegards,\r\nSite Administrator’),
(’webpwdreminder_message’,’Hello [+uid+]\r\n\r\nTo active you new password click the following link:\r\n\r\n[+surl+]\r\n\r\nIf successful you can use the following password to login:\r\n\r\nPassword:[+pwd+]\r\n\r\nIf you did not request this email then please ignore it.\r\n\r\nRegards,\r\nSite Administrator’),
What do the attached files fix?
Oh well, it’s a copy paste
See attached files
I have a need that I’d REALLY like to see integrated into a very near release. The auto menuindex feature really throws me off.
Also, if the signup messages come from the language files, why do we have them inserted into the database during install?