dev-master
9999999-devBuilders Crack Silverstripe Module
MIT
The Requires
builderscrack module
Builders Crack Silverstripe Module
Silverstripe module for pulling down data/review from builderscrack.co.nz, (*1)
Module is still being developed, (*2)
Download the composer.phar
executable or use the installer., (*3)
sh
$ curl -sS https://getcomposer.org/installer | php
, (*4)
install with command line
sh
$ composer create-project webkitz/SSBuildersCrack --stability="dev"
, (*5)
In your mysite/_config.php add the following (where the link is to your builders review)
BuildersCrack::setUrl("https://builderscrack.co.nz/tradies/efd80s/");
or you can just set the traders reference id eg : efd80s
BuildersCrack::setTrader("efd80s");
- Build with dev/build?flush=1, (*6)
See more mysite/_config.php config options, (*7)
In your template add the following, (*8)
``` OR, (*9)
$JobReviewsTemplate | Returns the modules current template which is the above., (*10)
After building template you will need to either setup a cronjob to pulldown reviews or logged in as admin simply run http://localhost/website/builderscrack/ this will download new reviews., (*11)
You can modify the reviews in the admin section, (*12)
$ php framework/cli-script.php /builderscrack/cronjob
Run standard cron job as admin simply run http://localhost/website/builderscrack/cronjobefd80s
is the traders in https://builderscrack.co.nz/tradies/efd80s/
BuildersCrack::setTrader("efd80s");
BuildersCrack::setUrl("https://builderscrack.co.nz/tradies/efd80s/");
BuildersCrack::set_sandbox(true);
Builders Crack Silverstripe Module
MIT
builderscrack module