2017 © Pedro Peláez
 

silverstripe-module silverstripe-blogcategories

Adds a manageable list of categories to the SilverStripe blog module

image

ioti/silverstripe-blogcategories

Adds a manageable list of categories to the SilverStripe blog module

  • Friday, August 8, 2014
  • by rsmclaren
  • Repository
  • 3 Watchers
  • 7 Stars
  • 1,742 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 9 Forks
  • 3 Open issues
  • 2 Versions
  • 20 % Grown

The README.md

silverstripe-blogcategories

Adds a manageable list of categories to the SilverStripe blog Module, (*1)

extract and put in the root of your SilverStripe install., (*2)

Requires the SilverStripe Blog Module to be installed, (*3)

Requires SilverStripe v3.1+, (*4)

Use the 3.0 branch for 3.0 compatibility., (*5)

Usage

By default adding new blog categories is limited to the BlogHolder class. You can modify this functionality in your config.yml or _config.php to limit it to the BlogTree class instead using the following code., (*6)

In _config.php, (*7)

Config::inst()->update('BlogCategory', 'limit_to_holder', false);

in config.yml, (*8)

BlogCategory:
  limit_to_holder:  false

Tagcloud

With the BlogCategoryCloud class, you can make weighted "tag clouds" linked to their respective categories. Getters are already included in the BlogEntry and BlogHolder extensions, so in those page types you can simply call $BlogCategoryCloud in a template., (*9)

The cloud shows the 10 most popular categories by default. There's also a dedicated view with all tags, which you can link to via $BlogCategoriesMoreLink., (*10)

CMS Admins can also easily add a category cloud by using the provided category cloud widget, (*11)

The Versions

08/08 2014

dev-master

9999999-dev

Adds a manageable list of categories to the SilverStripe blog module

  Sources   Download

The Requires

 

silverstripe blog categories

08/11 2013

3.0.x-dev

3.0.9999999.9999999-dev

Adds a manageable list of categories to the SilverStripe blog module

  Sources   Download

The Requires

 

silverstripe blog categories