2017 © Pedro Peláez
 

silverstripe-module quickstripe

Base page and Dataobject classes for a modern basic site

image

thezenmonkey/quickstripe

Base page and Dataobject classes for a modern basic site

  • Thursday, January 25, 2018
  • by thezenmonkey
  • Repository
  • 2 Watchers
  • 2 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Quickstripe - SilverStripe Quick Start Module

A simple module to add a few base page types and DataObjects to the default SilverStripe install to speed up development of basic sites., (*1)

Requirements

  • SilverStripe 3.2

Feature Overview

  • Home Page class
  • Contact Us Page class
  • Simple Contact Form ** including basic Spam Protection (Timestamp and Honey Pot field)
  • Team Member DataExtension for Member Class ** Adds Fields for Member Title (Mr., Ms., Dr., etc.), Job Title, Role, Bio, Headshot and Social Media Profiles
  • Team Page class
  • Testimonials Page
  • Testimonial DataObject
  • Custom Site Config to Store Basic Contact Details for the Site

Installation

Install via composer composer require thezenmonkey/quickstripe, (*2)

Add the optional Team Member Extension to your member class in your main config.ml, (*3)

SiteConfig
  extensions:
    - 'QuickStartSiteConfig'

Run dev/build, (*4)

Usage

After installing the module will create or convert the following: * URLSegment = home to HomePage * URLSegment = contact-us to ContactUsPage * URLSegment = about-us to AboutUsPage, (*5)

To Do

  • Add Thank You Page Redirection on Contact Form

The Versions

25/01 2018

dev-master

9999999-dev

Base page and Dataobject classes for a modern basic site

  Sources   Download

The Requires

 

silverstripe blog

20/12 2015

dev-pr/1

dev-pr/1

Base page and Dataobject classes for a modern basic site

  Sources   Download

The Requires

 

silverstripe blog