Xen Notices [Deleted]

Hey @Chris D I'm trying to get a notification to appear when a user visits the Donate section (/account/upgrades from XenForo). I tried with the selected navigation tab approach but that didn't work. I guess it is a combination of Controller and Action but I can't seem to figure it out.
 
Yeah, controller would be:

XenForo_ControllerPublic_Account

Action would be:

actionUpgrades or upgrades
(can't remember which).
 
Once again another superb add-on! :D

I'm using this a bit differently, instead of using text I'm using it to display a transparent PNG background (character with speech bubble image) for the notification bubbles. Works really well as the user and page criteria lets us display different images depending if they're a guest, logged in, etc.
 
Is there any way to change the placement? I'm wanting the notices dead center on the screen, not hidden away in a corner.

Also, would be neat to be able to set placement per-notification, individually not all.
 
I can't remember the exact circumstance as to how it became a global option to position it, rather than a per notification setting (wow... about 2 and a half years ago now!) but it is possible to do almost infinite customisation with a bit of CSS. Note that each notification has a unique ID based on the Notification ID as stored in the database.

Here's one example to get a big notification displaying dead center:

https://xenforo.com/community/threads/notifications-paid.33906/page-69#post-750338
 
Any email you received about the order previously will download the latest version. Otherwise, let me know your email address and I will re-send.
 
It only supports the default criteria within XenForo so unfortunately there isn't anything that would cover that.
 
I can't seem to get a notification to show up when "User arrived on this site from a search engine" is selected. I search for terms my site has and click on the link. No notice.

I've tried in incognito mode and regular mode in Chrome.
 
Does it work with a standard XF Notice?

If not then it's an XF troubleshooting issue because it uses the same criteria system.
 
Does it work with a standard XF Notice?

If not then it's an XF troubleshooting issue because it uses the same criteria system.

It did work with the standard notice... but then I threw out the notification I was trying to make work and I made a new one and it worked. Go figure. It was user error probably.

Great addon though!
 
I'm trying to use this notification as a way to get the bounce rate down on my site. Hopefully it'll work. The site gets a good amount of traffic from Google but people seem to usually find the answer on the page they come to and then leave the site to go somewhere else without browsing the rest of the site.

I'm using this:

Screenshot 2014-12-15 at 9.40.44 AM.webp

I think the following in delaying the notification by 3 seconds will hopefully work well.

Screenshot 2014-12-15 at 9.40.51 AM.webp

Screenshot 2014-12-15 at 9.40.58 AM.webp

I'll see how the bounce rate improves over the week and report back. :)

It's currently around 68% which seems high.
 
Back
Top Bottom