Infos zum Thema silverstripe
17 Webseiten
Home - SSbits - SilverStripe tutorials, tips and other bits.
Welcome to SSbits! Here you will find tutorials, code snippets and other web related goodies all geared towards the fantastic SilverStripe CMS. Our aim is to help people get up to speed with the greatpastebin - collaborative debugging tool
# class DigiSite extends SiteTree { # # public static $db = array( # 'ShowInSitemap' => 'boolean(false)', # 'ShowInMiniSitemap'multilingualcontent [SilverStripe Documentation]
This page introduces developers to using the CMS for creating content in multiple languages. Please see i18n for a internationalization, globalization and localization support of built-instart [SilverStripe Documentation]
Index This is an index over all available pages ordered byLanguage Chooser Widget » SilverStripe.org - Open Source CMS / Framework
Language Chooser Widget [v0.2.3] Download Maintainer(s): simon_w Allows you to select the language with which to browse the website.recipes:ajax_basics [SilverStripe Documentation]
Here is how to do it in Silverstripe. For this example, we will use JQuery (http://jquery.com) to assist with the Ajax calls. Silverstripe usually employs prototype (http://www.prototypejs.org/) as itIntegrating Google Site Search into SilverStripe | StressFree | David Harrison
Integrating Google Site Search into SilverStriperestfulservice [SilverStripe Documentation]
RestfulService enables connecting to remote web services which supports REST interface and consume those web services (for example Flickr, Youtube, Amazon and etc). RestfulService can parse the XML response (sorry no JSON support) returned from the web service. Further it supports caching of the response, and you can customize the cache interval. To gain the functionality you can either create a new RestfulService object or create a class extending the RestfulService (refer flickrservice or youtubeservice).restfulservice [SilverStripe Documentation]
RestfulService can be used to easily embed an RSS feed (since it’s also an xml response) from a site such as del.icio.usZend Framework's implementation of Mashup Web Services » Archive » SilverStripe.org -
Have this on your Page.php function DeliciousLinks(){ $delicious = new RestfulService("http://del.icio.us/rss/yourname");i18n in main Template Page.ss » Template Questions » SilverStripe.org - Open Source CMS / Framework
all you have to do is put this line i18n::set_locale('de_DE'); Replacing de_DE with your locale of choice of course. in the mysite/_config.php file#3400 (Translations are not working in nested template files.) – SilverStripe Open Source Trac
Translations are not working in nested template files.Docs For Class RestfulService
Class: RestfulService Source Location: /sapphire/api/RestfulService.php Inheritance: Object < ViewableData < RestfulService Summary: RestfulService class allows you to consume various RESTful APIs.Set start Language » Archive » SilverStripe.org - Open Source CMS / Framework
vispi, I forgot to tell you to remove this line: i18n::set_locale('de_DE'); Best Regards


