Xen Notices [Deleted]

It seems you have increased the price from £10 to £20. Maybe it's been a while, but noticed just now.

Still absolutely great value. Been really happy with it, and the latest updates made it even better (the redactor editor, finally!). This is way better than the default Notices system for many things.

Chris is a rock star, thanks man.
 
We have just upgrade now to the new version and have run the following error

Code:
XenForo_Exception: Invalid model 'GritterNotifications_Model_Notification' specified - library/XenForo/Model.php:192
Generated By: Unknown Account, 10 minutes ago
Stack Trace

#0 /var/www/vhosts/triumphtalk.com/httpdocs/library/GritterNotifications/Template/Callback.php(11): XenForo_Model::create('GritterNotifica...')
#1 [internal function]: GritterNotifications_Template_Callback::getNotifications('', Array, Object(XenForo_Template_Public))
#2 /var/www/vhosts/triumphtalk.com/httpdocs/library/XenForo/Template/Abstract.php(330): call_user_func(Array, '', Array, Object(XenForo_Template_Public))
#3 /var/www/vhosts/triumphtalk.com/httpdocs/library/XenForo/Template/Abstract.php(265) : eval()'d code(517): XenForo_Template_Abstract->callTemplateCallback('GritterNotifica...', 'getNotification...', '', Array)
#4 /var/www/vhosts/triumphtalk.com/httpdocs/library/XenForo/Template/Abstract.php(265): eval()
#5 /var/www/vhosts/triumphtalk.com/httpdocs/library/XenForo/Template/Abstract.php(191): XenForo_Template_Abstract->_renderInternal('$__output = '';...', Array)
#6 /var/www/vhosts/triumphtalk.com/httpdocs/library/XenForo/Template/Public.php(110): XenForo_Template_Abstract->render()
#7 /var/www/vhosts/triumphtalk.com/httpdocs/library/XenForo/ViewRenderer/HtmlPublic.php(139): XenForo_Template_Public->render()
#8 /var/www/vhosts/triumphtalk.com/httpdocs/library/XenForo/FrontController.php(614): XenForo_ViewRenderer_HtmlPublic->renderContainer(Object(XenForo_Template_Public), Array)
#9 /var/www/vhosts/triumphtalk.com/httpdocs/library/XenForo/FrontController.php(158): XenForo_FrontController->renderView(Object(XenForo_ControllerResponse_Error), Object(XenForo_ViewRenderer_HtmlPublic), Array)
#10 /var/www/vhosts/triumphtalk.com/httpdocs/index.php(13): XenForo_FrontController->run()
#11 {main}

Request State

array(3) {
  ["url"] => string(72) "http://www.triumphtalk.com/attachment.php?attachmentid=3984&d=1330036718"
  ["_GET"] => array(2) {
    ["attachmentid"] => string(4) "3984"
    ["d"] => string(10) "1330036718"
  }
  ["_POST"] => array(0) {
  }
}
 
That's no worries then. It's just something that happens when files are being uploaded. I guess it's just how your FTP app and web server handle the transition from the old file to the new file or something.
 
@Chris D and @Russ - when I updated my custom style, the notifications stopped appearing. I double checked all the user criteria, saved again, and it works in the preview - but when I logout of the site and even clear browser cache, the notification still doesn't appear anymore.

i don't receive any errors or anything, i just don't get the lil pop up i created for the bottom right corner.

is it a possible template conflict? should I reinstall? do i need to upgrade the addon?

thanks.

edit - ps - i'm on version 1.72...
 
@Chris D and @Russ - when I updated my custom style, the notifications stopped appearing. I double checked all the user criteria, saved again, and it works in the preview - but when I logout of the site and even clear browser cache, the notification still doesn't appear anymore.

i don't receive any errors or anything, i just don't get the lil pop up i created for the bottom right corner.

is it a possible template conflict? should I reinstall? do i need to upgrade the addon?

thanks.

edit - ps - i'm on version 1.72...

I can take a look but I don't think any hooks were effected, not sure if he uses the Template Modification system.

I'd try on the default style to see if it is the custom style, if they show on there get me access privately and I can take a look.
 
got it.

updated.

no worky.

@Russ - i've emailed you admin access info. if you don't mind taking a look, that'd be great.
 
Last edited:
haha. sorry. i wasn't sure how else to word it. the preview works, but we can't get it to work on the user side.

i have user criteria set to display the notification for guests only. i log out, clear cache/cookies in the browser, and it doesn't arrive.

it used to! but has since stopped.

russ is checking to see if there's a template issue, as we're using a custom style. i think that might be the issue. probably a small line of code needs to be reverted/added...etc
 
If it's the site on your profile, that seems unlikely.

I can see everything I would expect to see in the HTML source:
HTML:
<div id="GritterContainer" class="baseHtml">

</div>

Inside that div should be the actual code for the notifications, but there are none.

Please create a new notification with absolutely no criteria. Let's see if that shows. Then we'll go from there.
 
made a new notification.

no criteria.

only added a required text.

preview works.

nothing shows on user end.

edit- viewed source, saw the same html you posted, with nothing in between the divs.
 
Back
Top Bottom