Skip to content

helpfulrobot/mouseketeers-silverstripe-banner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SilverStripe Banner Module

Module for adding banner images to pages

Maintainer Contact

  • Henrik Olsen <Henrik (at) mouseketeers (dot) dk>

Requirements

Installation Instructions

  1. Install DataObjectManager < http://silverstripe.org/dataobjectmanager-module/ > and Uploadify < http://silverstripe.org/uploadify-module/ >

  2. Put the banner folder inside your project

  3. To enable the banner module on all pages, add the following to your mysite/_config.php file:

DataObject::add_extension('Page', 'Banner');

To enable the slideshow on specific pages, for example your home page, add the following to your mysite/_config.php file:

DataObject::add_extension('HomePage', 'Banner');

  1. Build the database (e.g. http://localhost/mysite/dev/build)

  2. Add <% include Banner %> to your template

About

Module for adding banner images to pages

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 93.0%
  • Scheme 7.0%