SS_Datetime in GridField - Header text not applied and click-to-sort changes...
Not sure if either of these two things is a bug, or can be explained with configuration. But both only seem to apply to DateFields displayed in a GridView. The second might apply to the presence of...
View Articless3 theme problem
HiI have been struggling with this problem for a few days now and I am running out of hair to pull out.I do a basic install on my web server of any ss3 version and it installs fine and runs fine with...
View ArticleSaving pages hangs - never finishes
Hi everyone,I am facing problems in saving and publishing certain pages on my website, The saving message never changes to completed. Same thing happens with Save and Publish.Silverstripe version...
View ArticleItem filtering
Hi,was playing with ss forms and got into a problem, that after form submission i dont get expected items.In the object i added additional field dropdownfield with 3 values. As well created three new...
View ArticleRe: Item filtering
To extend what i have in the formreturn $this->customise(array( 'Results' => $pages ))->renderWith(array('Page'));Posted to: Item filtering | Show Thread | Post Reply
View ArticleMultiple PartialMatch
Hi, Can anyone confirm me that it is possible to do multiple PartialMatch in a single request (i'm using SS 3.1.2)?ie :$request = mydatabase::get()->filter(array(Â Â Â Â Â Â Â Â Â 'type:PartialMatch' =>...
View Article3.1.3 DateField - Blonde Moment
Hi there,I have an issue setting the datefield to have three seperate dropdowns. I googled and tried a few alternatives... but with no luck...here is my code snipped.... function getCMSFields() {...
View ArticleDropdown">Re: DateField - Separate fields "Day, Month, Year" FieldType -> Dropdown
Sorry to wake up old cows, but is there not by now with SS 3.1.3 a way to do this without using addon modules as such?I am still stuck on this question and would like to do this using legacy SS and not...
View ArticleDropdown">Re: DateField - Separate fields "Day, Month, Year" FieldType -> Dropdown
No, this continues to be a module (and will always be). Core is designed to be as light as possible so variations of form fields like this are kept separate. In the future we'll see more stripped out...
View ArticleRe: 3.1.3 DateField - Blonde Moment
In an extension the method call is updateCMSFields(FieldList $list), not getCMSFields.Also FYI dmyfields will give you three inputs not 3 dropdowns. If you want to have dropdowns have a look at...
View ArticleJavascript in new Page
Hello people.Im here to report a problem or to get some help to understand how to use javascript code in a new page.I put my code in html page:<img src="/image.gif" onclick="startGateway('155891');"...
View Article[SOLVED] 2.4 -> 3.1 - How to parse fields for template includes
So I have a HTMLText field on an object that is plonked in an include. This field often contains an internal link like /user-forms-module/. I found if I put that direct into the template, the link...
View ArticleRe: [SOLVED] 2.4 -> 3.1 - How to parse fields for template includes
You use DBField::create_field instead of DBField::create (there's been a move away from overloading create())Posted to: [SOLVED] 2.4 -> 3.1 - How to parse fields for template includes | Show Thread...
View ArticleRe: [SOLVED] 2.4 -> 3.1 - How to parse fields for template includes
Perfect Simon. Thank you.Posted to: [SOLVED] 2.4 -> 3.1 - How to parse fields for template includes | Show Thread | Post Reply
View ArticleSilverstripe related task (non)paid
Hi,there are some issues (small) that should be solved.As i could not manage do the programming myself, and forum seemed to be dead (no answers), looking for someone who would give private consultation...
View ArticleRe: Javascript in new Page
You'll have to explain how you are putting this in your page. In the template? In a content window in the CMS admin?The latter isn't really the place for this as TinyMCE will strip certain tags out...
View ArticleRe: How to Capture rotating links
Define "Capture" in this context.Posted to: How to Capture rotating links | Show Thread | Post Reply
View ArticleRe: How to Capture rotating links
simple -- store them in a variable and call then somewhere else.the rotating links generated by the script and stored in a variable and can be called else where on the same page.Posted to: How to...
View ArticleRe: Silverstripe 3.1 CMS split view - preview redirect
So are you checking the group before the redirect? And are the groups with access to the CMS preview different groups?What you do in this case is over in your code where you do the redirect, you give...
View ArticleRe: How to Capture rotating links
So how are they getting there for rotating in the first place? There's a lot of missing info on this to give an answer sorry.Posted to: How to Capture rotating links | Show Thread | Post Reply
View Article