I am looking for a way to show a "Please wait" or "Page Loading..." icon for pages that take a longer than say 5 seconds to load.

Does anyone know of anything like this that has been developed for drupal or know of a good way to do this?

I am willing to sponsor the development for this feature.

Comments

Muslim guy’s picture

We implemented `greybox' for Nodes, which users can easily navigate through pages by clicking `forward' button. This also eliminates the need to manually put content by `outlining (book.module)

Since it is Javascript, some users might experience delay, and the greybox creator has also oncluded the `page loading' icon - nice and customizable

To do in Drupal, need only to add `scripts' to page.tpl.php and rel="" and upload the greybox.js package to the main folder

nathanraft’s picture

Thanks a lot! Sounds like what I am looking for. Did you mean Greybox redux or DBFM Greybox?

Can you help me with the following? -> add `scripts' to page.tpl.php and rel=""

What exactly do I put where?

Many thanks!

nathanraft’s picture

I found lightboxv2 and see that is have a loading.gif Is this what you meant?

If so how do I get the loading.gif to show? Where do I add the rel= if I want the loading.gif to show on any page that loads slowly?

Thanks!