Coder Social home page Coder Social logo

helpfulrobot / richardsjoqvist-silverstripe-siteaddress Goto Github PK

View Code? Open in Web Editor NEW

This project forked from richardsjoqvist/silverstripe-siteaddress

0.0 2.0 0.0 5 KB

SilverStripe module that adds a set of extra fields to the main settings page in order to configure a site-wide company address that can be displayed on all pages of the site.

PHP 100.00%

richardsjoqvist-silverstripe-siteaddress's Introduction

Company address SilverStripe module

This is a SilverStripe module that adds a set of extra fields to the main settings page in order to configure a site-wide company address that can be displayed on all pages of the site.

Requirements

  • SilverStripe 3.1

Installation

Drop the module into your SilverStripe project and run /dev/build

Usage

The address data can be inserted into a template in two different ways; either as separate fields:

<div class="vcard">
	<div class="org">$SiteConfig.Company</div>
	<div class="adr">
		<div class="street-address">$SiteConfig.Street, </div>
		<span class="postal-code">$SiteConfig.Zip</span>
		<span class="locality">$SiteConfig.City, </span>
		<span class="country-name">$SiteConfig.Country</span>
		<span class="po-box">$SiteConfig.Box</span>
	</div>
	<a class="email" href="mailto:$SiteConfig.Email">$SiteConfig.Email</a>
	<div class="tel">$SiteConfig.Phone</div>
	<div class="mobile">$SiteConfig.Mobile</div>
	<div class="fax">$SiteConfig.Fax</div>
</div>

or as a pre-compiled vcard:

$SiteConfig.vCard

richardsjoqvist-silverstripe-siteaddress's People

Watchers

James Cloos avatar helpfulrobot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.