Notifications

Hi,

Unsure what this is called so excuse my ignorance, when someone looks at your profile or sends you an email you get a notification alert that comes in on the top right hand side of the screen, is there anyway of changing that to the bottom left hand side of the screen a little like Facebook, please see picture!

Russell

Screen Shot 2014-04-13 at 09.jpg · 184.2K · 306 views
Quote · 13 Apr 2014

You would also need to change the order of the flow as well, so that more than one flows up the page instead of down.

Geeks, making the world a better place
Quote · 13 Apr 2014

Thanks Geek, want to get rid of the one on the right and move it to the bottom left, is it possible?

Quote · 13 Apr 2014

???????

Quote · 17 Apr 2014

Copy this to the end of your "Dolphin root/templates/tmpl_*yourTemplate*/css/general.css" file:

div.notifi_window {
    left:0px;
    bottom:50px;
}

 

Set your values for left and bottom properties if needed.

If there is no such file, then get the file from the attachment, set your values and upload it instead. Clear templates cache.

general.css · 97B · 306 downloads
Free and premium Dolphin templates. Custom design services.
Quote · 18 Apr 2014

Hi,

This nearly worked but…….for some reason when i made the changes the main menu stopped working, any ideas?

Thanks for your help so far!

Russell

Quote · 21 Apr 2014

If you did it properly than there is not reason the menu would have stopped working.

Explain the steps you took.

https://www.deanbassett.com
Quote · 21 Apr 2014

 

Copy this to the end of your "Dolphin root/templates/tmpl_*yourTemplate*/css/general.css" file:

div.notifi_window {
    left:0px;
    bottom:50px;
}

 

Set your values for left and bottom properties if needed.

If there is no such file, then get the file from the attachment, set your values and upload it instead. Clear templates cache.

 Hi,

I made the changes in…...

public_html/templates/base/css

as i am using the original template, made the changes but main menu stopped working? i couldn't click on anything on the page?

Russell

Quote · 21 Apr 2014

Think its the hole page that freezes, please see video!

Untitled.mov · 4.8M · 298 downloads
Quote · 21 Apr 2014

 RE:

Think its the hole page that freezes, please see video!

 A person could watch that 5 second video a hundred times and still not know wth you are talking about.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 21 Apr 2014

So what was the result when you undid the change?

Geeks, making the world a better place
Quote · 21 Apr 2014

 

Think its the hole page that freezes, please see video!

  

There is a problem in the code- div.notifi_window stretches in all directions as default top and left values are set too. Use the following code instead:

div.notifi_window {
    left:0;
    bottom:50px;
    top:auto;
    right:auto;
}

 

Free and premium Dolphin templates. Custom design services.
Quote · 22 Apr 2014

That is brilliant, thank you all for your help (apart from 

Quote · 23 Apr 2014

Anybody?

Quote · 25 Apr 2014

Find the following code in 'templates/base/extra_top_menu.html' file on line 199:

notify_window_animateduration  : {over: 1000, out: 1000},

 

Copy this file to your template folder and set "out" number to a desired value in milliseconds.

Free and premium Dolphin templates. Custom design services.
Quote · 26 Apr 2014

Hi,

Thanks for everyones help so far, i made the last changes but it didn't seem to do anything.

Russell

Quote · 26 Apr 2014

Make sure you cleared templates cache. If this does not help then post your file with changes here.

Free and premium Dolphin templates. Custom design services.
Quote · 26 Apr 2014

Hi,

I am using the template that is provides with Boonex, so i shouldn't have to copy file right?

Russell

Quote · 26 Apr 2014

It is better to copy base template html files you want to edit in tmpl_uni and make changes there. Otherwise you can lose some modifications on next Dolphin upgrade.

Free and premium Dolphin templates. Custom design services.
Quote · 26 Apr 2014

Its cool, there was not a lot to change, i could of put it back to how it was, didn't seem to work though even with cacshe cleared, sorry!

Quote · 26 Apr 2014

I set "out" parameter to 7000 and got slowly fading notifications. Check if you have done everything right and post your extra_top_menu.html file, where you made those changes.

Free and premium Dolphin templates. Custom design services.
Quote · 27 Apr 2014

I got the same, slowly fading but can't i get it to just stay longer and then fade normally? hope that makes sense! lol

Russell

Quote · 27 Apr 2014

To change how long it stays on the screen do this instead.

Edit inc\classes\BxDolMemberMenu.php

Find this at about line 101

var $iNotifyDestroyTime  = 3000; // in milliseconds;

Increase the 3000 which is 3 seconds. So to change it it 6 seconds use a number of 6000

https://www.deanbassett.com
Quote · 27 Apr 2014

 

To change how long it stays on the screen do this instead.

Edit inc\classes\BxDolMemberMenu.php

Find this at about line 101

var $iNotifyDestroyTime  = 3000; // in milliseconds;

Increase the 3000 which is 3 seconds. So to change it it 6 seconds use a number of 6000

Thanks Deano.  I have noticed the time is too short to read, you see it pop up and you look but before you can really start to read the list goes away.  It has just never been that important for me to track down since I can click on the notification link.

Geeks, making the world a better place
Quote · 27 Apr 2014

Absolutely brilliant, thank you both, we got there in the end!

Quote · 28 Apr 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.