Jump to content

Where to turn on?


DesignzShop

Recommended Posts

I see here at IPB when I click on my notification bell at the top it looks like this with a notification area at the top.
n1.thumb.jpg.ee3af653773a01d82d260f51705fc7c8.jpg

 

However at my test install I do not see that, rather I see what's below
n2.thumb.jpg.cc5ff5b45f8e294cf095e73f2895f08b.jpg

 

Am I missing a setting or notification setting to show that?

Link to comment
Share on other sites

You'll need to make sure that you haven't already blocked notifications in your browser for the domain (some browsers will automatically do this if you don't click allow/deny specifically in the popup). It may also not display immediately, especially if you're using a newly registered account.

 

Link to comment
Share on other sites

Tried that last night Mark. Still nothing. My wamp install runs excellent and everything seems to be working great too. latest php etc...

n4.thumb.jpg.d487403461219744bd0004896124b8eb.jpg

 

On a bright note I got the code I needed from here at IPB. I'd still like to see it work correctly in local however. 

Kind regards
 

Link to comment
Share on other sites

OK, that screenshot shows you already have Notifications turned on.

Turn that off, logout, clear your browser cache, then log back in, and use the bell icon in the nav bar.

Do you now see the "Stay up to date" info box?

Link to comment
Share on other sites

2 hours ago, DesignzShop said:

Tried that last night Mark. Still nothing. My wamp install runs excellent and everything seems to be working great too. latest php etc...

n4.thumb.jpg.d487403461219744bd0004896124b8eb.jpg

 

On a bright note I got the code I needed from here at IPB. I'd still like to see it work correctly in local however. 

Kind regards
 

Chrome 62+ & Firefox 67+ (and maybe others) require HTTPS for the Notifications API to work, since you're using http:// locally, you won't be asked to enable it.

Link to comment
Share on other sites

9 hours ago, Stuart Silvester said:

Chrome 62+ & Firefox 67+ (and maybe others) require HTTPS for the Notifications API to work, since you're using http:// locally, you won't be asked to enable it.

Localhost, Chrome 74

notif.jpg.d65564df4fdd05f9114d38589eee8453.jpg

On 5/7/2019 at 10:55 PM, DesignzShop said:

However at my test install I do not see that, rather I see what's below

This is also depends on cookie notificationMenuShown

				// To prevent annoyance for new users, we'll only show the callout after 2+ days
				if( !_.isUndefined( ips.utils.cookie.get( 'notificationMenuShown' ) ) ){

If you need it now disable

notif1.thumb.jpg.28be7b544e4a6580fc77d1a54f5e0aa1.jpg

1 Go to 

chrome://settings/content/notifications

Search localhost and remove

notif2.thumb.jpg.47007f83bba0682819a3ef677d7fba8e.jpg

2. Open console and run

var date = new Date();
date.setDate( date.getDate() - 3 );
ips.utils.cookie.set('notificationMenuShown', date.getTime(), true );

notif3.jpg.0ebd95eb2da014f1c3ae3be45ab97590.jpg

3. Click on notifications icon

notif.jpg.d65564df4fdd05f9114d38589eee8453.jpg

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...