Posts: 9,351
Threads: 266
Joined: Oct 2007
Reputation:
232
2012-11-29, 03:34 PM
(This post was last modified: 2012-11-29, 04:53 PM by brad-t.)
Great, thanks. Will keep at it.
When I click the alerts icon nothing pops up, just brings me to the alerts page. Any idea why that might happen?
EDIT: Never mind. Seems only the INC folder was uploaded for some reason. Uploaded the jscripts and all is well.
Posts: 15,151
Threads: 241
Joined: Jun 2009
Reputation:
702
That would certainly explain it. Glad you worked it out
If you ever de-activate the plugin, make sure to check the headerinclude too. Sometimes it removes the JS from that template, sometimes not. I don't really know why it's so temperamental.
Posts: 12
Threads: 3
Joined: Nov 2012
Reputation:
1
Hey, this is awesome
Just wondering, not sure if this has been answered before, but is it possible to split the PM alerts and other alerts into two seperate feeds?, or actually, split any type of alerts to seperate feeds.
For example on XenForo the PM's are seperate to the other alerts
Posts: 15,151
Threads: 241
Joined: Jun 2009
Reputation:
702
You can disable certain alerts but there's no way of "splitting" them right now.
Posts: 25
Threads: 5
Joined: Apr 2012
Reputation:
0
Hi, when I click on the "Alert" link on my forum, whether I have alerts or not, nothing happens. There is no pop-up box or anything. Is there something I need to change in the templates?
Posts: 1,431
Threads: 48
Joined: Jul 2008
Reputation:
73
I'm going to install this plugin very soon. Thank you for making it, euantor.
Posts: 15,151
Threads: 241
Joined: Jun 2009
Reputation:
702
2012-12-01, 03:53 PM
(This post was last modified: 2012-12-01, 03:54 PM by Euan T.)
(2012-12-01, 01:40 PM)stanbasecom Wrote: Hi, when I click on the "Alert" link on my forum, whether I have alerts or not, nothing happens. There is no pop-up box or anything. Is there something I need to change in the templates?
Could you link me to your site? Sounds like a problem with the JS. You mostly likely have an old version of jQuery already in the headerinclude or something.
(2012-12-01, 03:47 PM)Irreligious Wrote: I'm going to install this plugin very soon. Thank you for making it, euantor. 
Let me know how it goes
Posts: 25
Threads: 5
Joined: Apr 2012
Reputation:
0
2012-12-01, 11:27 PM
(This post was last modified: 2012-12-02, 01:07 PM by stanbasecom.)
(2012-12-01, 03:53 PM)euantor Wrote: (2012-12-01, 01:40 PM)stanbasecom Wrote: Hi, when I click on the "Alert" link on my forum, whether I have alerts or not, nothing happens. There is no pop-up box or anything. Is there something I need to change in the templates?
Could you link me to your site? Sounds like a problem with the JS. You mostly likely have an old version of jQuery already in the headerinclude or something.
www.stanbase.com
I haven't got it activated now, I had to deactivate it because it was messing with other parts of my forum. I think there was a jQuery conflict because nothing JS related was working -- "Quick edit", "Multi-quote", "Mark forums as read", "Clickable smilies"
Do I have to remove or add anything in the headerinclude? Do you want me to post my headerinclude template for you?
Posts: 15,151
Threads: 241
Joined: Jun 2009
Reputation:
702
Sorry, I didn't see this till now. I'm pretty sure there's a JS conflict. I'll look into it in a minute.
Posts: 15,151
Threads: 241
Joined: Jun 2009
Reputation:
702
Found the issue. Remove this from your headerinclude template then re-install the plugin:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
|