SilverStripe is a free and open source PHP web development framework and content management system (CMS) based on the Sapphire Framework.

learn more… | top users | synonyms

0
votes
0answers
23 views

Silverstripe 3.0 Editor links: shortcodes

I am using silverstripe 3.0. Have added a lot of custom code, including a few core file changes. The content editor uses shortcodes if you link to a page using the insert link button of the editor... ...
0
votes
2answers
43 views

Silverstripe 3.0 preserve tab state on save and publish

I am using Silverstripe 3.0. I have added custom tabs/sub tabs for pages...if you are on a sub tab and you publish the page, the control returns to the main tab....I need the tabs preserved... I ...
0
votes
0answers
44 views

Silverstripe CMS syntax “$”

I'm working on fixing a Silverstripe CMS another developer built. I'm a MODX user, so this has been a slight learning curve. In the template for a specific page, the original developer put this on ...
1
vote
2answers
43 views

silverstripe - file permissions for assets folder

it happens often that an silverstripe installation does not have the right permission to write in the assets folder - e.g. for saving resampled images... I wonder what is the best permissions setting ...
0
votes
1answer
26 views

silverstripe shortcode return dynamic template

I followed this instruction to be able to include a variable in the Content Field (HTMLEditor) of a Page - so that the variable can be replaced with other content: ...
0
votes
0answers
29 views

SilverStripe Subsites Module - Subsite URL as directory, not subdomain?

I understand that SilverStripe Subsite module is designed to manage multiple website using one instance of SilverStripe install. This is exactly what I need. The documentation says the URL of the ...
1
vote
1answer
39 views

Silverstripe sql debug

One little question: How can I use "OR" with filter method e.g: $entries = BookstoreBook::get() ->filter(array( 'Title:PartialMatch' => $searchString ));) Field:PartialMatch ...
0
votes
1answer
47 views

Silverstripe page template save to database issues

Been having a few issues with some tab fields that I've added not saving data placed in them. I know it has somehting to do with the $db array but I can't get it to work without error when I try ...
0
votes
0answers
44 views

Silverstripe template adding new dropdown

I have not been able to resolve this after hours of searching.. Hoping someone can assist. I have a page template called 'InnerPage' which contians: <?php class InnerPage extends Page { static ...
0
votes
1answer
27 views

silverstripe widgets: define “allowed widgets” for widget areas

in the current project I need two widget areas. The widget areas should allow just certain widgets to be added. So there are widgets that should for example just be available in widget area ONE. Is ...
-3
votes
1answer
32 views

How to use rateable in silverstripe [closed]

I am newbie in silver stripe. I have added the extension https://github.com/sheadawson/silverstripe-rateable But, I am unable to understand how to use this extension.... I am unable to create the ...
0
votes
1answer
30 views

Simplesaml SSO silverstripe

just wondering if there is any module available that is implementing simplesamlphp as a SSO library that is getting used in Silverstripe? Cheers RD
0
votes
1answer
38 views

Silverstripe: querying many_many in ShortCodeHandler and use Image manipulation functions

In Silverstripe 3.0.5 I'm trying to query Images from a many_many Relation in a ShortCode function. I'm able to see (Debug) all the Data when I querying with SQLQuery() but do not know how I would use ...
0
votes
4answers
241 views

Twitter bootstrap collapse: change display of toggle button

I am using Twitter Bootstrap to create collapsible sections of text. The sections are expanded when a + button is pressed. My html code as follows: <div class="row-fluid summary"> <div ...
1
vote
0answers
55 views

SIlverStripe 3: ModelAdmin with Dataobject with $has_many to DataObject with $has_one gives error

I have the following ... class Order extends DataObject { public static $db = array( 'OrderDate'=>'Date', 'FulfilledDate'=>'Date', 'OrderStatus'=>'Enum("New, ...
2
votes
2answers
105 views

How to add another page to Silverstripe CMS admin

I have been looking at this tutorial on adding a simple page to the admin area of Silverstripe (3.0.5) but get segmentation fault errors in the apache log. I think that the issue is the "index" ...
0
votes
0answers
38 views

Fatal error: Maximum function nesting level of '200' reached silverstripe? [duplicate]

Hi, I'm doing a website with Silverstripe, all was fine on yesterday but today on reloading my website, i get the Fatal error : Fatal error: Maximum function nesting level of '200' reached, ...
1
vote
1answer
53 views

how to create folders with ss3 Gallery module

Hi, I'm using the ss3 gallery module on my silverstripe project and i'd like to know if is it possible to create many folders than can own pictures. This is my situation : - I have a project page ...
2
votes
1answer
64 views

Knockout's use of dollar sign in the html - any alternative?

Is there an alternative to using $data in Knockout.js? I am using Silverstripe CMS with Knockout and upon refresh the browser looks for the variable 'data' on the server. Thanks.
0
votes
0answers
61 views

Member log in via API

I want to log a member into Silverstripe via curl request. For example: site.com/subdomain/login/authenticate?email=address&username=name&etc Quick and dirty example controller action... ...
0
votes
1answer
61 views

RE: Inserting a variable argument into a Silverstripe template's function?

Inserting a variable argument into a Silverstripe template's function? I am trying to pass a variable to a template control function. Is the above answer still current for SS3? Or is there a ...
0
votes
1answer
69 views

Silverstripe module - Facebook Authentication

I was working with facebook authentication module, trying to log in using facebook but its seems like its not working. When I try to click the button it ask permission and stuff like that in the ...
0
votes
1answer
69 views

PHP fatal error after installing SilverStripe comments module

I installed the comments module from http://www.silverstripe.org/comments-module/ (v 1.0.0.) using SS 3.0.5. on Ubuntu with PostgreSQL as database. I copied the extracted folder to the root folder of ...
1
vote
1answer
89 views

Creating article pagination

Hi I'm using silverstripe 2.4.7 and I'm having difficulty getting the pagination to work. I've created a function in my page.php to get the latest articles like so function AllNewsPosts($num=1) { ...
0
votes
1answer
44 views

Silverstripe - google connect

I am trying to make google connect/openid work in silverstripe but I am getting this error and I don't understand its error at all. [Notice] Trying to get property of non-object GET ...
0
votes
1answer
51 views

How to stop Silverstripe SearchContext from throwing Version Table_Live error

Consider the following Silverstripe page class class Page extends SiteTree{ static $has_many = array('OtherDataObjects' => 'DataObjectClass'); public function getSearchContext() { ...
0
votes
2answers
44 views

Silverstripe bulk save all dataobjects

I've added URLSegments to DataObjects (Products) so I can then display the ProductName as the URL....the code works fine: public function onBeforeWrite(){ if($this->Name){ ...
1
vote
1answer
86 views

random object per page request with silverstripe [closed]

lets say you'll show a random statement per page-request and use a function to return a random object like Statement::get()->sort("RAND()")->limit("1"); but now in template you'll reference ...
0
votes
0answers
37 views

Silverstripe - installation files explained

in a fresh silverstripe installation (3.0.5) there are many files where I wonder if I will ever need them or what their purpose is... so what I would like to have is a clean silverstripe installation ...
1
vote
1answer
41 views

routes not working after upgrade to 3.1

I upgraded from SS 3.0 to 3.1 today and since updating, the system does not seem to be detecting my routes.yml file in my extensions' _config folders. Here is an example of my ...
1
vote
0answers
52 views

Security PermissionFailure Redirect with Core extend hook

I am using the securefiles extension to keep non members from directly accessing files in their browser. If the permission check fails, the extension calls the following method: function ...
1
vote
1answer
88 views

SilverStripe GridField: too many versions of DataObject get created

TL;DR When creating/saving a versioned DataObject with relation to some page, two entries are created in the corresponding versions table (instead of one). I'm trying to version some DataObject and ...
0
votes
1answer
74 views

Generate and return an image within Silverstripe Framework

I am trying to generate and return an image to the template using the Silverstripe 3.0 Framework and am getting some issues. I return this to the browser in a variable like so: public function ...
1
vote
1answer
55 views

Silverstripe googlesitemaps module

I have installed the google sitemaps module for SilverStripe 3.0 from https://github.com/silverstripe-labs/silverstripe-googlesitemaps I am able to see the sitemap generated by the module...I read ...
1
vote
1answer
85 views

Silverstripe: Extend CMS Interface LeftAndMain

I'm following the instructions on the Silverstripe site to a T with no luck. The new LeftAndMain.ss is just not being ran. Is the documented approach incorrect or is there a different way of ...
0
votes
0answers
64 views

Why is the OSX system Ruby being used instead of RVM default (SilverStripe-Compass module)

I recently updated SilverStripe on my dev server to v3.0.5 using Composer which happened to pull in the silverstripe-compass module. I happen to use compass externally (not the SilverStripe module). ...
2
votes
2answers
58 views

include navigation menu out of themes dir

I am using this gallery. http://www.silverstriperesources.com/modules/silverstripe-3-gallery-plugin-module/ I need to include a navigation menu file that is inside of ...
1
vote
1answer
43 views

Partial Cache Members

I am using the DataObjectsAsPage module. It returns a Datalist ($Items) to the holder page which loops through each $Item. I am also trying to develop a partial caching strategy for the page. I read ...
0
votes
3answers
115 views

SilverStripe 3: Load/Create page outside of the CMS

is it possible to create a page outside of the cms? For example: I would like to use jquery .load() to load a segment into a current page. Is it possible to create a html or .ss file somewhere in ...
0
votes
1answer
125 views

Silverstripe loop over ALL children of the sitetree

I´m trying to create a sitemap of all children of the sitetree. For some pages ShowInMenus is set to false. But still these pages should be shown in the sitemao. I know you can loop over all children ...
0
votes
1answer
111 views

SilverStripe 3: Image Object in controller function

I'm trying to write a function that displays images from the child pages on the Holder Page. Because SilverStripe lacks some functionality on templates I figured it will be best to process it all in ...
0
votes
4answers
122 views

SilverStripe 3: Alternate value in template within a loop

I am trying to create a page that displays the latest images from the child pages of the holder. Each row will alternate between the example below: Large Image | Small Image Small Image | Large ...
1
vote
1answer
158 views

SilverStripe 3: function in controller called within a loop in the template

I've written a simple custom function to take care of more than (>) This works fine and returns 1 or 0. It stops working when I pass $Pos to the function when it's called withing a loop. ...
1
vote
1answer
164 views

SilverStripe CMS times-out when changing pages in the CMS

I have installed SilverStripe on several servers successfully in the past (but I'm not a SilverStripe expert). This time my SS install fails to work and I'm at a loss how to fix it. The Problem ...
1
vote
1answer
54 views

Silverstripe creates only Indices but no Foreign Keys

I am using the PostgresSQL module for SilverStripe. My issue is that I can define relations with for example: public static $has_one = array( 'PageRedirect' => 'SiteTree', ); What this code ...
0
votes
1answer
28 views

setting ShowInMenus to false has no effect

I do set in some of the pages I created: static $defaults = array( 'ShowInMenus' => false ); However this seems to have zero effect. The Page is still displayed in the drop down ...
0
votes
1answer
76 views

Installing silverstripe 2.4.10 on Postgres constantly fails on db connection

I am trying to install Silverstripe 2.4.10 on Red Hat with Postgres. So I downloaded v2.4.10, I added a new vHost to my httpd.conf: <VirtualHost *:80> ServerName silverstripe.localhost ...
1
vote
2answers
117 views

How to use Silverstripe's Versioned feature for dataobjects?

I want to audit-trail all changes made to dataobjects. Say I have Event dataobject and I want to know who changed it, when changed, what is changed etc. (Similar to Pages). Silverstripe site ...
0
votes
1answer
117 views

add Tab via DataExtension Silverstripe3

I was wondering if it is possible to add a Tab via a DataExtension? The FieldList argument passed to updateCMSFields appears to output a DataExtensions new fields onto the Details Tab. So my first ...
0
votes
2answers
69 views

getRequest Method on Restful Server

I am hitting RestfulServer via an ajax call (url: BaseHref + "api/v1/Post/" + postId + '/PostTracks' to retrieve DataObject relations: public function PostTracks(){ $controller = ...

1 2 3 4 5 6