Not Solved Inline moderation issues still.
#8
Not Solved
You've applied the change to general.js incorrectly. You have this:

options = {
	expires: expire,
	path: cookiePath,
	domain: cookieDomain
};secure: cookieSecureFlag == true,

It should be this:

options = {
	expires: expire,
	path: cookiePath,
	domain: cookieDomain,
	secure: cookieSecureFlag == true
};

If you upgrade to 1.8.10, you'll have the full version of the file.
MyReactions - All Plugins

Can you still feel the butterflies?

Free never tasted like pudding.
Reply


Messages In This Thread
Inline moderation issues still. - by Cierra - 2017-02-27, 10:55 PM
RE: Inline moderation issues still. - by Cierra - 2017-03-02, 08:14 PM
RE: Inline moderation issues still. - by Ben - 2017-03-02, 11:16 PM
RE: Inline moderation issues still. - by Matt - 2017-03-03, 12:37 PM
RE: Inline moderation issues still. - by Cierra - 2017-03-05, 06:13 PM
RE: Inline moderation issues still. - by Matt - 2017-03-05, 06:19 PM
RE: Inline moderation issues still. - by Cierra - 2017-03-10, 09:10 PM
RE: Inline moderation issues still. - by Matt - 2017-03-11, 01:11 PM
RE: Inline moderation issues still. - by Cierra - 2017-03-15, 05:48 PM
RE: Inline moderation issues still. - by Cierra - 2017-03-21, 11:48 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)