2017 © Pedro Peláez
 

silverstripe-module silverstripe-testimonials

A silverstripe testimonials module

image

webfox/silverstripe-testimonials

A silverstripe testimonials module

  • Tuesday, May 16, 2017
  • by webfox
  • Repository
  • 2 Watchers
  • 0 Stars
  • 121 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 8 Versions
  • 19 % Grown

The README.md

silverstripe-testimonials

A FAQ module for silverstripe that implements the backend on any pagetype via an extension but does not dictate the frontend!, (*1)

How to use

This module supports installation via composer only:, (*2)

composer require webfox/silverstripe-testimonials

Apply to any PageType you want the "Testimonials" tab to appear on

(can be applied to multiple page types), (*3)

Page:
  extensions:
    - TestimonialsExtension

Use on the frontend

<% if $Testimonials %>
    <% loop $Testimonials %>
        <h2>Author: {$Title}</h2>
        <p>Company: {$Company}</p>
        <p>Date: {$Date}</p>
        <img src="{$Image.URL}" />
        <p>Testimonial:</p>
        {$Testimonial}
    <% end_loop %>
<% end_if %>

The Versions

16/05 2017

dev-master

9999999-dev

A silverstripe testimonials module

  Sources   Download

MIT

The Requires

 

by Matthew Hailwood
by Otis Wright

15/01 2017

v0.2.2

0.2.2.0

A silverstripe testimonials module

  Sources   Download

MIT

The Requires

 

by Matthew Hailwood
by Otis Wright

11/01 2017

v0.2.1

0.2.1.0

A silverstripe testimonials module

  Sources   Download

MIT

The Requires

 

by Matthew Hailwood
by Otis Wright

20/04 2016

dev-develop

dev-develop

A silverstripe testimonials module

  Sources   Download

MIT

The Requires

 

by Matthew Hailwood
by Otis Wright

20/04 2016

0.1.1

0.1.1.0

A silverstripe testimonials module

  Sources   Download

MIT

The Requires

 

by Matthew Hailwood
by Otis Wright

20/04 2016

0.2.0

0.2.0.0

A silverstripe testimonials module

  Sources   Download

MIT

The Requires

 

by Matthew Hailwood
by Otis Wright

01/04 2016

v0.0.2

0.0.2.0

A silverstripe testimonials module

  Sources   Download

MIT

The Requires

 

by Webfox Developers

01/04 2016

v0.0.1

0.0.1.0

A silverstripe testimonials module

  Sources   Download

MIT

The Requires

 

by Webfox Developers