Xen Notices [Deleted]

Code:
.gritter-dismiss {
    position: absolute;
    font-size: 8px;
    bottom: 1px;
    right: 10px;
}
should be
Code:
.gritter-dismiss {
    position: absolute;
    font-size: 11px;
    bottom: 1px;
    right: 10px;
}

so it will not be so small in IE10
 
I've got a couple of notifications that are set up using Selected Navigation Tab as the display criteria. If a member Dismisses this notification, when they click the confirmation to dismiss it, it takes them back to the forum home, rather than keeping them on inside the current navigation tab.

Is this the correct behaviour?
 
I've got a couple of notifications that are set up using Selected Navigation Tab as the display criteria. If a member Dismisses this notification, when they click the confirmation to dismiss it, it takes them back to the forum home, rather than keeping them on inside the current navigation tab.

Is this the correct behaviour?
Yes, currently it is the expected behaviour.

I still need to revisit that (so it's a little bit more like when you dismiss a Notice).
 
Thanks Chris, shouldn't be a big issue, as it's only displayed in the Showcase and RM, and they only have to dismiss it the once anyway
 
Chris, sent you a PM, I can't find latest version on my computer, not sure if I ever got it. Can you please mail it again.
 
No, notifications use the same criteria as the default Notices system so the criteria is inspected on each page load.

Two really cool things I think you can add into this addon is:

To allow you to use it in the resource manager and the ability to set notifications to auto reset.

Think that is possible?
 
You can use it in the Resource Manager you just need to target the correct templates and/or view/controller class names.

What do you mean by "auto reset"?
 
You can use it in the Resource Manager you just need to target the correct templates and/or view/controller class names.

What do you mean by "auto reset"?

The option under each notification to reset a notification so it appears again even after someone dismisses it.

Would be excellent if that could trigger after an X amount of time.

have some notifications(Not all) that are important but we allow people to get rid of them, I manually reset them every so often.
 
Whelp, I have no idea what happened, but I'm not getting any of the features to work. I installed via the installer, then uninstalled, then reinstalled manually. Nothing. The TinyMCE editor isn't showing up. The notices menu doesn't have color or any other options. And when I create one, it shows up as a banner on the top of the first forum as opposed to a popup. Suggestions?

Edit - just noticed that I also don't have the 'List Notifications' option. That might be an issue.
 
Chris, would there be any way to make this automatically post a notification when a specified user makes a post? We have a user similar to the XenForo user on here that's only used for announcements and having that generate a notification (along the lines of XXXX has made a post, read it here) would be really cool.
 
Downloads are sent via e-mail and you will receive this once Google approves your order.
 
I have a notification set to be active and sticky for guests, but it still shows up as dismissible! Any way to fix this?

Also is there any way to re-show a notification in seconds instead of days?
I like being able to set the amount of days for certain notifications, but others(i.e getting guests to register) I would prefer to have set to show up ever 60 seconds for guests, after they dismiss it or it goes away.

Anyway to do this?
 
Hi Chris,
My webhost is complaining about the script used by Gritter. I have disabled it for the time being. Could you please have a look?

Please have a look at your site code, I am getting a lot of logs that scripts are trying to execute malicious code. See the example below.
The script is /js/gritter/jquery.cookie.js
Access denied with code 406 (phase 2). Pattern match "(?:\\b(?:(?:type\\b\\W*?\\b(?:text\\b\\W*?\\b(?:j(?:ava)?|ecma|vb)|application\\b\\W*?\\bx-(?:java|vb))script|c(?:opyparentfolder|reatetextrange)|get(?:special|parent)folder|iframe\\b.{0,100}?\\bsrc)\\b|on(?:(?:mo(?:use(?:o(?:ver|ut)|down|move|up)|ve)| ..." at REQUEST_FILENAME. [file "/usr/local/apache/conf/modsec2.user.conf"] [line "117"] [id "1234123404"] [msg "Cross-site Scripting (XSS) Attack"] [data ".cookie"] [severity "CRITICAL"] [tag "WEB_ATTACK/XSS"]
 
Hi Chris,
My webhost is complaining about the script used by Gritter. I have disabled it for the time being. Could you please have a look?
I am sorry that I missed this.

What version are you running? I believe I removed the dependency on this file some time ago.

Also, the script really isn't that much of a big deal. It's just a jQuery plugin that can set and ready browser cookies. I don't see why this is considered a risk.
 
Back
Top Bottom