Questions tagged [silverstripe]

Silverstripe is a free and open source PHP web development framework and Content Management System (CMS) based on the eponymous Silverstripe Framework.

Silverstripe CMS is a free and open source PHP web development framework, primarily developed and maintained by the New Zealand based company of the same name (Silverstripe Ltd.).

Silverstripe CMS is notable for being the first open source web application to become Microsoft Certified and for winning a number of awards for CMS usability.

Silverstripe CMS is built on the Silverstripe Framework (previously called Sapphire), an object-oriented PHP framework designed to let users focus on their data and business logic. The framework enables developers to easily extend the CMS.

Development Resources

The following lists contain development resources for Silverstripe programmers.

Official

Resources sponsored or hosted by Silverstripe Ltd.:

The book "SilverStripe: The Complete Guide to CMS Development" is also available from Amazon.com.

Requirements

The follow requirements are listed on the server requirements documentation page:

PHP

  • PHP 5.3.3+ (incl. PHP 7)
  • The following modules: dom, gd2, fileinfo, hash, iconv, mbstring, mysqli (or other database driver), session, simplexml, tokenizer, xml
  • Relevant database module (mysql, pgsql, sqlsrv, etc)
  • 48 MB memory (minimum)
  • php-intl extension (Silverstripe 4 only)

Database

  • MySQL 5.0+ (built in support)
  • PostgreSQL 8.3+ (with a module)
  • SQLite 3+ (with a module)
  • SQL Server 2008 (with a module)

HTTP Server

  • Apache 2.0+ with mod_rewrite and "AllowOverride All" set (preferred)
  • IIS 7+ with URL Rewrite Module
  • Lighttpd and Nginx possible but require knowledge for how to configure them
2284 questions
0
votes
1 answer

Silverstripe 4.7 custom SiteConfig onAfterWrite success message

Silverstripe 4.7 I have extended SiteConfig and I want to display a success - message in onAfterWrite - function. How can this be done? class FaviconSiteConfig extends DataExtension { //........... public function onAfterWrite(){ …
Sepp Hofer
  • 217
  • 2
  • 12
0
votes
1 answer

SilverStripe 4 with fluent: "Table 'ss4_project.Member_Localised' doesn't exist"

I've got fresh project using SilverStripe 4.8 and fluent 5.0.0. I've added an extension to the Member and the fluent extension with fields to translate: SilverStripe\Security\Member: extensions: - MemberExtension -…
spekulatius
  • 1,434
  • 14
  • 24
0
votes
1 answer

Silverstripe 4 add GridField in cms tab

Dear Silverstripe 4 users, i need someone to explain me how to slove my problem. Am building ecommerce module, i create data object for insert new proucts and categories without any problems. Probelm start when i try to create related products for…
Ivan
  • 5,139
  • 11
  • 53
  • 86
0
votes
1 answer

How can I configure the htaccess file in silverstripe on docker?

I have a project based on the SilverStripe framework and I want to move it on docker, but after the docker configuration, it has some problem with loading the project from public folder. It works fine without docker on my local wamp but after moving…
Meysam Zarei
  • 419
  • 2
  • 14
0
votes
1 answer

Choosing search engine for tube site? (SilverStripe specific or in general)

I'm developing a site that could be compared with a tube site (like YouTube). I'm in the design phase and am trying to figure out what search method to go with. I'm using SilverStripe framework which has modules for Sphinx, Solr, and Lucene so they…
Tiax
  • 269
  • 5
  • 14
0
votes
1 answer

Silverstripe - Repeating / Reusable grouped fields

I would like to implement a layout in which a column is repeated several times and can be specified as dynamic content in the CMS. However, I cannot find an object type that would fit for this. Do I have to specify the input fields individually for…
DeadApe
  • 416
  • 1
  • 3
  • 10
0
votes
2 answers

Populate menu items in different

I am trying to populate four menu items in Silverstripe. I have managed to populate the first two menu items with SS using li class="area{$Pos}" in one div. However, the third and fourth menu items are in different div and class from the first two.…
grumpypanda
  • 571
  • 1
  • 10
  • 37
0
votes
1 answer

Silverstripe - Include Stylesheets and Scripts

I have set up a fresh installation of Silverstripe and created a new theme. Now i want to include a CSS in the Page.ss, but I get an error message that the file cannot be found. I would like to include the file from the theme folder under…
DeadApe
  • 416
  • 1
  • 3
  • 10
0
votes
1 answer

Silverstripe Installation - no login informations

I just installed silverstripe (installer v4.7.3) freshly via Composer (v2.0.12) and set the .env file with my database data. The database was then initialised by calling up the page. However, I was never asked for login information during the…
DeadApe
  • 416
  • 1
  • 3
  • 10
0
votes
1 answer

SilverStripe 3.* SMTP Configuration

https://github.com/xeraa/silverstripe-smtp this add on generates Server error. Is there any other SMTP module available for version 3.*?
s45 Dev
  • 111
  • 8
0
votes
1 answer

Silver stipe 4.5 add css in admin create pages

Is it possible to include a link to a custom css stylesheet in the CMS at admin created particular pages in silverstipe 4.5 ?
0
votes
1 answer

Silverstripe HTMLText field gives me non-rich text

im beginner at silverstripe and I dont know how to fix that issue. Couldn't find anything in the docs as well. I have added HTMLText Field (that tinymce editor) and everything seems to work OK. Data is saved and served on the web but the data is not…
0
votes
1 answer

How to Disable Silverstripe Elemental Blocks on Separate Blog/s?

We are working on a Silverstripe project that uses the Elemental Module to layout content. The project also uses the Blog Module with the blog being used for two sections of the website - the work portfolio & a standard blog. The challenge is: we…
BaronGrivet
  • 4,364
  • 5
  • 37
  • 52
0
votes
2 answers

How do I set the colour of a custom tag in html-mode

Trying to get a mode to work with silverstipe templates. How do I set the background of the <% %> tag to be a darker color?
Mario Michelli
  • 523
  • 1
  • 5
  • 11
0
votes
1 answer

Silverstripe template, html-mode

Trying to get a mode to work with silverstipe templates, but <% end_control %> breaks the indentation, but <% nd_control %> does not. It must be the "<% end", but I'm stuck on how to fix it.
Mario Michelli
  • 523
  • 1
  • 5
  • 11
1 2 3
99
100