mChat entirely ignoring cookies.

Support for mods released by phpbbmodders.net found at either https://github.com/phpbbmodders/ or the MODDB at http://www.phpbb.com
Forum rules
Please only request support for mods released by phpbbmodders.net found at either https://github.com/phpbbmodders/ or the MODDB at http://www.phpbb.com
Post Reply
capalex65
New member
New member
Posts: 3
Joined: 05 Apr 2015, 22:53

mChat entirely ignoring cookies.

Post by capalex65 »

Okay, so, i've been trying to figure this issue out all day long without much luck.

No matter what i do, my mChat won't properly handle cookies. Now, my theme already included jQuery Cookies, as well as jQuery itself. (It uses the cookies to save collapsible boards and jQuery for a bunch of things)

Now i've got no clue if it's because of iCheck or something else, but clicking the "Use Sound" box does absolutely nothing. It doesn't enable (if disabled) or disable (if enabled)

I'm using mChat 1.3.8, a theme called Mobbern, and PHPBB 3.0.13-PL1. (Test site avaliable here: http://www.code-vision.org/ninpocho/Theme/index.php )

And I'm quite literally at my wits end with this. x.x
capalex65
New member
New member
Posts: 3
Joined: 05 Apr 2015, 22:53

Re: mChat entirely ignoring cookies.

Post by capalex65 »

Slight change on the url, it's actually: http://www.code-vision.org/ninpocho/The ... /index.php

I would've edited my previous post, buuuut. I can't.
User avatar
RMcGirr83
Supporter
Supporter
Posts: 6243
Joined: 30 Nov 2006, 14:23
Real name: Rich McGirr

Re: mChat entirely ignoring cookies.

Post by RMcGirr83 »

You have this in your overall_header.html file

Code: Select all

<!-- IF S_MCHAT_ENABLE and (S_MCHAT_ON_INDEX or U_MCHAT) -->
<script type="text/javascript" src="{ROOT_PATH}mchat/jquery_cookie_mini.js"></script>
<!-- ENDIF -->
the jquery cookie is a 404 and I see no other mention of jquery cookie within your html file.
capalex65
New member
New member
Posts: 3
Joined: 05 Apr 2015, 22:53

Re: mChat entirely ignoring cookies.

Post by capalex65 »

Indeed i do!

The other jQuery cookie file is in the overall_footer.html file, and is only included whenever on a page that doesn't have the mChat or is the dedicated mChat page.

And the file is there. I literally just checked. o.o http://code-vision.org/ninpocho/Theme/m ... ie_mini.js <-- Right there.
Post Reply