2017 © Pedro Peláez
 

cakephp-plugin sites

Croogo Multisite Plugin

image

rchavik/sites

Croogo Multisite Plugin

  • Monday, August 17, 2015
  • by rchavik
  • Repository
  • 2 Watchers
  • 13 Stars
  • 70 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 10 Forks
  • 6 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Sites Plugin Version 0.3

This plugin enables multi-site support for Croogo (Original statement by the original author "rchavik"). This is an alternative version with a simpler and more comfortable GUI, some bugfixes and the possibility to choose a default site on your own. The default site represents the site that is going to be rendered in case there is no valid domain/subdomain/whatever specified., (*1)

On activation the database is automatically created and a default site is set up. Enjoy!, (*2)

Configuration

  1. Setup a new datasource named sites in croogo database configuration., (*3)

    You can use the same physical database as croogo, but sites datasource needs to be present since all plugin models will use this., (*4)

    Eg:, (*5)

<?php

        class DATABASE_CONFIG {
            var $default = array(
                'driver' => 'mysql',
                'database' => 'croogo',
                ...
                );

            var $sites = array(
                'driver' => 'mysql',
                'database' => 'croogo',
                ...
                );
        }
  1. Activate the plugin, (*6)

    Don't forget to cross your fingers., (*7)

The default menu helper generate menu link using a relative url. For some items, you would need to have an absolute url in the link. To achieve this, select the site that applies to the Link and set absolute=1 in the link's params field., (*8)

Canonical Url

You can use SitesHelper::canonical() to output a canonical url in your layout., (*9)

Known Bugs

At the moment, there are no known bugs. Feel free to fork or to notify., (*10)

Requirements

Croogo (tested on 1.5) - http://croogo.org/, (*11)

Good luck and have fun. -- rchavik (& bumuckl), (*12)

The Versions

17/08 2015

3.0.x-dev

3.0.9999999.9999999-dev http://github.com/rchavik/sites

Croogo Multisite Plugin

  Sources   Download

MIT

The Requires

 

12/01 2015

dev-next

dev-next http://github.com/rchavik/sites

Croogo Multisite Plugin

  Sources   Download

MIT

The Requires

 

10/12 2013

dev-site-from-url

dev-site-from-url http://github.com/rchavik/sites

Croogo Multisite Plugin

  Sources   Download

MIT

The Requires

 

10/12 2013

dev-master

9999999-dev http://github.com/rchavik/sites

Croogo Multisite Plugin

  Sources   Download

MIT

The Requires

 

12/09 2012

0.3

0.3.0.0 http://github.com/rchavik/sites

Croogo Multisite Plugin

  Sources   Download

MIT

The Requires

 

05/07 2012

0.2

0.2.0.0 http://github.com/rchavik/sites

Croogo Multisite Plugin

  Sources   Download

MIT

The Requires