Skip to content

helpfulrobot/sunnysideup-advertisements

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advertisements

Adds slides / advertisements to any Silverstripe website page using the jQuery cycle extension.

This functionality is typically used on a HomePage with around five slides providing the visitor with key information and / or recent news.

Developer

Nicolaas Francken [at] sunnysideup.co.nz

Requirements

see composer.json HIGHLY RECOMMENDED: dataobjectsorter

Documentation

Please contact author for more details.

Any bug reports and/or feature requests will be looked at in detail

We are also very happy to provide personalised support for this module in exchange for a small donation.

also see:

Installation Instructions

  1. Find out how to add modules to SS and add module as per usual.

  2. Review configs and add entries to mysite/_config/config.yml (or similar) as necessary. In the _config/ folder of this module you can usually find some examples of config options (if any).

  3. add

<% include AdvertisementsHolder %> to your templates...

  1. theme CSS and make sure to set a width and a height for the slides!

  2. create your own js code. If your project is called "mysite" then the location of the file should be:

mysite/javascript/AdvertisementsExecutive.js

About

Uses the jQuery extension "cycle" to create advertisements

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 81.0%
  • JavaScript 16.4%
  • CSS 1.4%
  • Scheme 1.2%