silverstripe
Syntax mode for Coda not working - Regex issue
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:[详细]
2023-03-14 06:38 分类:问答Silverstripe - Generic search form doesn't work on Security/Login page
I have defined a searchform in the Page.php file function AdvancedSearchForm() { $searchText = isset($this->Query) ? $this->Query : \'Search\';[详细]
2023-03-09 01:57 分类:问答Subdomain Issue
I am working on a silverstripe subdomains\' issue, someone else did the code, so any help would be appreciated.[详细]
2023-03-08 20:32 分类:问答SilverStripe blog module translation
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[详细]
2023-03-08 08:34 分类:问答SilverStripe PHP overriding $Layout variable
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技巧[详细]
2023-03-07 18:19 分类:问答HAML for PHP SilverStripe
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[详细]
2023-03-06 05:29 分类:问答Silverstripe create a simple static HTML page
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[详细]
2023-02-24 07:10 分类:问答SilverStripe CMS Unity3D Web Player Embedding Issue
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[详细]
2023-02-23 14:45 分类:问答Silverstripe Editors can not edit own DataObjects
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[详细]
2023-02-19 01:45 分类:问答Customize Silverstripe Login Form
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[详细]
2023-02-13 18:42 分类:问答
加载中,请稍侯......