You are here

README.txt in Views Sexy Throbber 7

Same filename and directory in other branches
  1. 7.2 README.txt
----------------------------------
Installing Views Sexy Throbber:
----------------------------------
Place the entirety of this directory in sites/all/modules/views_sexy_throbber
You must also install the Views module (http://www.drupal.org/project/views).

1) Navigate to administer >> build >> modules. Enable Views Sexy Throbber.
2) Create or edit an existing view and make sure you enable Ajax 
from the Advanced Settings
3) Go to your site frontend and visit your ajax view. Now you will have
a nice new loading animation screen.

----------------------------------
Performance tips
----------------------------------
This module dose not add any special php functionality. 
It only adds a css file. Even the css file is added from the (.info) file of
module for better performance. Make sure you always enable 
the css/js aggregation and compression on your production sites from 
yoursite.comadmin/config/development/performance so you can merge 
and minimize the file requests.

----------------------------------
How can i change the throbber icon or override the styling
----------------------------------
The best way to override the styling is by disabling this module and copy/paste
the module's css code to your theme. There you can change whatever you want.
Where do i get more throbber icons?

----------------------------------
Check out these two sites that offer customized throbber icons:
loadinfo.net
ajaxload.info
----------------------------------

File

README.txt
View source
  1. ----------------------------------
  2. Installing Views Sexy Throbber:
  3. ----------------------------------
  4. Place the entirety of this directory in sites/all/modules/views_sexy_throbber
  5. You must also install the Views module (http://www.drupal.org/project/views).
  6. 1) Navigate to administer >> build >> modules. Enable Views Sexy Throbber.
  7. 2) Create or edit an existing view and make sure you enable Ajax
  8. from the Advanced Settings
  9. 3) Go to your site frontend and visit your ajax view. Now you will have
  10. a nice new loading animation screen.
  11. ----------------------------------
  12. Performance tips
  13. ----------------------------------
  14. This module dose not add any special php functionality.
  15. It only adds a css file. Even the css file is added from the (.info) file of
  16. module for better performance. Make sure you always enable
  17. the css/js aggregation and compression on your production sites from
  18. yoursite.comadmin/config/development/performance so you can merge
  19. and minimize the file requests.
  20. ----------------------------------
  21. How can i change the throbber icon or override the styling
  22. ----------------------------------
  23. The best way to override the styling is by disabling this module and copy/paste
  24. the module's css code to your theme. There you can change whatever you want.
  25. Where do i get more throbber icons?
  26. ----------------------------------
  27. Check out these two sites that offer customized throbber icons:
  28. loadinfo.net
  29. ajaxload.info
  30. ----------------------------------