Xen Notices [Deleted]

Ok, another strange bug...

No notifications are appearing now...

EDIT: If notices are disabled, then notifications are disabled to... I'm assuming this isn't intended?
 
Actually, yes it is intended.

Yes.

The code was all handled in template hooks before. They are deprecated and although they work now, I can't guarantee they'll stay working.

So I basically use the notices_prepare event now. It has access to the PAGE_CONTAINER template, a template object and container data. Basically everything I need all in one place.

I guess the only "down side" is that it requires Notices to be enabled. But, at the same time, having Notices enabled has no adverse effects, no additional query overhead on page load, etc.
 
From a technical point of view, it's far from silly. Because I wouldn't code something that's silly. Especially when the "solution" (as provided by Brogan) is simple.
 
By email. Even the original email you got when you purchased. Search for fetchapp or deemit in your email.
 
I've found an issue with notices in computers running internet explorer. The notice does not hold it's position on top over a video.
not.png
 
Ok, I'm waiting for 1.7.3 too.

Just to let you know (don't know if it was mentioned before). On my test board I have debug mode on and I can see this on top of my site:

Template Errors: PAGE_CONTAINER
  1. Invalid argument supplied for foreach() in /home/.../public_html/testzone/library/XenForo/Template/Abstract.php(265) : eval()'d code, line 567:
    566: ';
    567: foreach ($notifications AS $notificationId => $notification)
    568: {
 
That error will only show in debug mode. Make sure debug mode is disabled or at least only enabled for your IP.
 
Chris D updated Notifications with a new update entry:

Improvements

  • No longer requires Notices to be enabled
  • Resolves template error in debug mode if no Notifications are available
  • Placeholders, e.g. {name} are now usable in titles
  • ...and display (where possible) in previews.
  • Previews in the Admin CP are better formatted, e.g. bullet points etc.

Read the rest of this update entry...
 
Thanks for the update. The download link shouldn't expire should it? I'm getting this message: This order has expired and can no longer be downloaded. Please refer to the download email we sent you for further support
 
i got this error on install

Callback GritterNotifications_Listener::containerPublicParams is invalid (Invalid Method).
then i clicked home and i clicked upgrade addon as it was saying the board is closed till addon is upgraded then it installed so im not sure if its properly installed now
 
Did you use an add on installer type add on installer to install it?

That error crops up sometimes for a number of reasons.

Make sure the correct files were uploaded.

Make sure there's no caching that could be caching the old files.

As I said add on installer add ons can sometimes cause this if the add on begins installing before the files finished copying.

Just try and reinstall it again.

There's nothing in my code that would close your board so I can't explain that one.
 
Did you use an add on installer type add on installer to install it?

That error crops up sometimes for a number of reasons.

Make sure the correct files were uploaded.

Make sure there's no caching that could be caching the old files.

As I said add on installer add ons can sometimes cause this if the add on begins installing before the files finished copying.

Just try and reinstall it again.

There's nothing in my code that would close your board so I can't explain that one.
yes i was using addons installer but it looks like when it fail like it happen xenforo close the board by itself and i clicked continue install addon and it worked so i think its like you said sometime it start before it finish uploading. Thanks for fast answer love this addons it rocks :P
 
Back
Top Bottom