New Chat Alert Issue Low Priority

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
Darth Kraze
New member
New member
Posts: 11
Joined: 13 Mar 2011, 09:23

New Chat Alert Issue Low Priority

Post by Darth Kraze »

So I've gone through a few old threads on Chat Alert issues and seem to have come up short.
My chat and forum aren't full of errors and everything besides the Alert is working perfect, so this thread can sit on the back burner till someone has some time to help.

Here's what I've done so far according to old threads:
  • Have managed to pull the 1.4.4 mchat_ajax_mini file and add it
  • Made sure I'm using the jquery-1.10.2.min file

Things that may be causing the issue, the style of my forums doesn't like when I drop in a mchat_body.html, when I do it breaks the chat and tells everybody they don't have access. The chat itself runs perfectly without it so I never tried to force a body.html in there just for the sake of it.

Guest viewing of mchat enabled - http://deceitfulawakening.com/forum/mchat.php

If anyone gets super bored and wants to help troubleshoot that would be awesome!
User avatar
RMcGirr83
Supporter
Supporter
Posts: 6243
Joined: 30 Nov 2006, 14:23
Real name: Rich McGirr

Re: New Chat Alert Issue Low Priority

Post by RMcGirr83 »

This in your mchat js file is incorrect

$.titleAlert

it should be

$jQ.titleAlert
Darth Kraze
New member
New member
Posts: 11
Joined: 13 Mar 2011, 09:23

Re: New Chat Alert Issue Low Priority

Post by Darth Kraze »

Got that corrected thanks! But it didn't seem to fix the alert, I refreshed all the pages in ACP as well. If you feel like poking through it again at some point I'm subscribed to the thread! No rush!

Thanks for the awesome mod Rich!
User avatar
RMcGirr83
Supporter
Supporter
Posts: 6243
Joined: 30 Nov 2006, 14:23
Real name: Rich McGirr

Re: New Chat Alert Issue Low Priority

Post by RMcGirr83 »

Looks like you are also missing the var within the mchat_body.html file

var mChatNewMessageAlert = 'New Chat Message!';

double and triple check all edits to all files per the mod instructions for the title alert add-on.
Darth Kraze
New member
New member
Posts: 11
Joined: 13 Mar 2011, 09:23

Re: New Chat Alert Issue Low Priority

Post by Darth Kraze »

Yeah when I add the mchat_body.html file back in it just tells everyone they don't have permissions to post, even admins. I think this is becoming more trouble then it's worth, the style I use just isn't compatible without doing stuff that I don't know how to do. Thanks for trying.
User avatar
RMcGirr83
Supporter
Supporter
Posts: 6243
Joined: 30 Nov 2006, 14:23
Real name: Rich McGirr

Re: New Chat Alert Issue Low Priority

Post by RMcGirr83 »

That's probably because you are missing the {S_FORM_TOKEN} from the mchat html file. Just download the prosilver mchat_body.html file from your forum, edit it and reupload, then refresh the prosilver template in the ACP.
Post Reply