I have the following SyntaxDefinition.xml file that I am using to create syntax highlighting for SilverStripe(.ss) files. However, I get a regex error with the following code:
I have defined a searchform in the Page.php file function AdvancedSearchForm() { $searchText = isset($this->Query) ? $this->Query : \'Search\';
I am working on a silverstripe subdomains\' issue, someone else did the code, so any help would be appreciated.
I noticed that the blog module for SS have hardcoded pieces of text - that I need to translate (in french). I found that the code is in /blog/templates/Includes/BlogSummary.ss but when I modify it, no
Hey... how can I override $Layout variable. I would like to add some logic so if a user is logged in it shows content X if not content Y. I tried defining Layout function inside Page.ph开发者_JAVA技巧
Is there any chance to use HAML with SilverStri开发者_运维知识库pe framework? I found PHamlP but don\'t know how to implement it to the framework. Thx for your tips...May be posible, but I doubt it\'s
How do I with Silverstrip just 开发者_如何转开发create a plain HTML page ? I am trying to add a page, then edit HTML to put in my own script tags etc, and won\'t let me. i think you\'re talking about
I am trying to add the Unity3D (www.unity3d.com) web player into my site with SilverStripe CMS version 2.4.5. What seems to happen is that SS is dynamically removing my code that contains the web play
My problem is that editors can\'t edit or create certain DataObjects I created for page I built. Some are editable and some aren\'t. And if I switch language, it\'s a multi-language site, then the Inp
I have password protected my whole Silverstripe site and now I need to customize the form fields for the login screen. Where can I find where this is happening? Another problem I would have is: I want