2017 © Pedro Peláez
 

silverstripe-module random-text

Simple random text snippet module. Who doesn't need one

image

surfjedi/random-text

Simple random text snippet module. Who doesn't need one

  • Thursday, October 10, 2013
  • by surfjedi
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 3 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

silverstripe-random-text

a random text snippet generator, (*1)

Adds a model admin area to administer random text objects(a title and text snippet) to any where you want., (*2)

Requires:, (*3)

  1. silverstripe 3.*

Install:, (*4)

  1. Copy the silverstripe-random-text folder into the same level as CMS
  2. rename it to random-text
  3. make sure you have the sortable grid field module installed, (*5)

  4. add this code where ever you want the random text snippet to show up:, (*6)

    , (*7)

    $Title

    , (*8)

    $description.LimitCharacters(200), (*9)

    , (*10)

    or use the include, (*11)

    , (*12)

  5. Make sure you dev/build
  6. make sure you ran ?flush=all

The Versions

10/10 2013

dev-master

9999999-dev

Simple random text snippet module. Who doesn't need one

  Sources   Download

The Requires

 

by Lee Blazek

text silverstripe random