Xen Notices [Deleted]

chris! wtf :( stops working after installing the top dropdown menu for authorization, instead open a normal page for authentication
 
chris! wtf :( stops working after installing the top dropdown menu for authorization, instead open a normal page for authentication
Not seen this happening before.

Do you have a URL where I can check this out?

Alternatively, if you use something like Chrome then press F12 and copy and paste the output from "Console".
 
Alternatively, if you use something like Chrome then press F12 and copy and paste the output from "Console".

Code:
Uncaught SyntaxError: Unexpected identifier /login/:812
XenForo.activate(
#document
) xenforo.js:191
Uncaught TypeError: Cannot call method 'split' of undefined xenforo.js:45
a.tools.dateinput.localize.i.(anonymous function) xenforo.js:45
d.extend.each jquery-1.5.2.min.js:16
a.tools.dateinput.localize xenforo.js:45
XenForo.DatePicker xenforo.js:305
c.extend.create xenforo.js:191
(anonymous function) xenforo.js:335
d.extend.each jquery-1.5.2.min.js:16
d.fn.d.each jquery-1.5.2.min.js:16
c.extend.register xenforo.js:190
d.event.handle jquery-1.5.2.min.js:16
d.event.add.k.handle.m jquery-1.5.2.min.js:16
d.event.trigger jquery-1.5.2.min.js:16
d.fn.extend.trigger jquery-1.5.2.min.js:16
d.extend.each jquery-1.5.2.min.js:16
d.fn.d.each jquery-1.5.2.min.js:16
d.fn.extend.trigger jquery-1.5.2.min.js:16
c.extend.activate xenforo.js:191
c.extend.init xenforo.js:187
(anonymous function) xenforo.js:338
d.extend._Deferred.f.resolveWith jquery-1.5.2.min.js:16
d.extend.ready jquery-1.5.2.min.js:16
c.addEventListener.y jquery-1.5.2.min.js:16

if disable "notifications" then all ok
 
Again, not seen this before and none of those errors are referencing files from Notifications.

Have you definitely uploaded all files including those in the js folder?

Do you use any sort of caching for JavaScript? CDN?
 
Cloud flare often does this thanks to its rocketscript stuff.

I've not used Cloudflare personally.

Is it possible to turn it off for some script files? I can show you many sites running my add on without an issue. I've even seen a few that have Cloudflare so there must be a Cloudflare config error.
 
oops! cloudflare is not guilty ... because even when the service problem remained
I turned off all addons, except you, and began to turn them on, one by one ... and I think I found the problem - conflict with http://xenforo.com/community/threads/quick-reply-insert-username.14466/
that is a drop down menu to work authorization must either disable it or 'notification' :)
so... have to be removed 'QRIU' :)
Glad you've got it sorted but sorry you had to disable an add-on to do so. The code of that one is a little bit messy though :confused:

Not even sure where to begin to work out why it would be clashing with mine.
 
Can Could Gritter help combat spam ?
No. Why would it?
It's just a jQuery plugin that displays a pretty notification on the screen.

What about a system where you send a gritter notice ... when certain criteria are met ?

SPAM prevention (via Notices).

Members with less than 3 posts ==> posts are moderated.
But (to reduce moderation) they can respond to a Gritter notice.
This notice is sent 5 seconds after a post is made.
If they respond to the Gritter notice properly ... the moderated post is automatically removed from the moderation queue.
If not, it says in moderation ... and if it is spam it gets deleted.

What would the Gritter notice contain ?
Well ... I bet the xrumer will currently not respond to anything ! So any Notice would work.
But a areyouahuman thing might work even better.
 
Quick question:

If I update a notification, does it reset it as if it were new? Currently, I don't think it does. I'd like to be able to change a few works and save with an option to reset it for those who may have closed the notification.

Also, if I copy/paste one notification into a new one, it adds style tags which changes from the original. I may have my original white on blue but, once pasted, it defaults to the black on white.

No biggies on either but though it might be work mentioning.
 
In what way does the light style not work?

To set transparency, the best way is to use the Colour Picker.

When setting the background colour you'll notice there's 4 boxes that change as you change the colour.

R G B and A

RGB is obviously red, green and blue. The A stands for Alpha or Alpha Transparency.

The default value for this is 1 which is solid. Anything below 1 is transparent. With 0.9 being 90% transparent, 0.5 being 50% transparent and so on.


If you want to set your own background image, take a look at the fantastic work that Shelley has done. It involves creating custom CSS.

Shelley even released some of her designs: http://xenforo.com/community/resources/gamer-3-notification.898/

This will give you an idea of how it is achieved. I'm actually rubbish at that kind of stuff so Shelley's work is a much better example :)
 
Quick question:

If I update a notification, does it reset it as if it were new? Currently, I don't think it does. I'd like to be able to change a few works and save with an option to reset it for those who may have closed the notification.

Also, if I copy/paste one notification into a new one, it adds style tags which changes from the original. I may have my original white on blue but, once pasted, it defaults to the black on white.

No biggies on either but though it might be work mentioning.
Sorry I missed this.

Unfortunately the easiest way to reset it as if it were new is to create a new one... but that maybe gives me an idea for a new feature... :cool:
 
Yorick updated Notifications - powered by Gritter with a new update entry:

Minor feature release - reset Notifications

This version now introduces the ability (as an Admin only) to reset a notification.

Resetting the notification will essentially make it so that anyone who has previously permanently dismissed the notification will get shown the notification again.

This is good to keep reminding your users of certain information (i.e. pestering :p) or simply if the notification was previously redundant and you'd like to reuse the same settings/colours etc.

Read the rest of this update entry...
 
Back
Top Bottom