Re: ComplexTableField.php (line 596)
Would explain the bug in the code. What are the key differences between gridfield and complextablefield in terms of implementation?Also in the context of the book that is. Seeing as the docs page about...
View ArticleRe: ComplexTableField.php (line 596)
What are the key differences between gridfield and complextablefield in terms of implementation? Too many to list here, but the changes are massive and AFAIK for the better.Also in the context of the...
View ArticleRe: ComplexTableField.php (line 596)
Hmm , needing to use an oudated version to be inline with the book would be a bad idea. Will just have to read up through the documentation of GridFields. And see if there are examples of the...
View ArticleRe: Set a limit for the number of DataObjects that can created
Hi Devlin,Thanks for your response. So that works for you on SS3? VWD.Posted to: Set a limit for the number of DataObjects that can created | Show Thread | Post Reply
View ArticleRe: Set a limit for the number of DataObjects that can created
I actually tried this with SS 2.4.x and 3.1b1. But you're right, this doesn't work in 3.0.x.Edit:See commit for...
View ArticleRe: insert media in SS3.1 ?
I noticed the same when I changed from 3.0.* to mess around with 3.1.*, and there's already a bug report for this: http://open.silverstripe.org/ticket/8310CheersPosted to: insert media in SS3.1 ? |...
View ArticleRe: Need help understanding Contollers
*Bump* Anyone, do you need more info?MickPosted to: Need help understanding Contollers | Show Thread | Post Reply
View ArticleRe: Need help understanding Contollers
Not tested, but to get the idea....class SMSResponsePage_Controller extends Page_Controller {   static $url_handlers = array(      'show/$msgID!/' => 'handleAction',   );   static $allowed_actions =...
View ArticleRe: Set a limit for the number of DataObjects that can created
Hi Devlin,Thank you very much for letting me know. Good to know that that functionality will be back in 3.1.Kind regards,VWD.Posted to: Set a limit for the number of DataObjects that can created | Show...
View ArticleRe: multiple DataExtensions on one class?
cool, seems to work now using to add some content into the header... public function contentcontrollerInit($controller) { }Posted to: multiple DataExtensions on one class? | Show Thread | Post Reply
View ArticleRe: [Solved] Need help understanding Contollers
Bloody supurb cheers for that, i didn't think of passing it to the url. Made a couple of tickles to the code which is below. Many thanks for that.Mickclass SMSResponsePage_Controller extends...
View ArticleRe: Upload file fails
Make sure the /assets directory is writeable.I had this problem and changing the permissions fixed it.Posted to: Upload file fails | Show Thread | Post Reply
View ArticleMeta tags
Hi I am Trying to use $metatags in the <head> section of my .ss pages but it appears at the top of my page How do I hide this?Posted to: Meta tags | Show Thread | Post Reply
View ArticleHow does 'search' function work?
Our website manager left the company and I temporarily manage the website. I add content and perform some simple functions. But today I found out that 'search' function does not work. It does not even...
View ArticlePHPStorm suppport
Hi, for those using the unique and amazing PHPStorm IDE.Please show your support on it implementing SS templating language:http://youtrack.jetbrains.com/issue/WI-5581Posted to: PHPStorm suppport | Show...
View ArticleRe: PHPStorm suppport
I plan to switch to phpstorm very soon. And support for the ss template language in phpstorm would be great of course.But i dont understand how i can vote for this feature in the jetbrains ticket...
View ArticleRe: PHPStorm suppport
Do i have to create an account to be able to vote ? yes if you goto http://youtrack.jetbrains.com/issue/WI-5581 in the top right there is a "sign up" linkthen if you return to the above page there is a...
View ArticleRe: PHPStorm suppport
I just recently switched from win to mac os, and have been scouting for 'the' editor since. I'm using NetBeans at the moment. Can you tell me how PHPStorm is better, why I should definitely try it?...
View ArticleRe: PHPStorm suppport
martimiz - I can hardly place into words how much better PHP storm is that netbeans. If it helps the silverstripe dev team recommended it (that should carry some weight). But the speed, the features,...
View ArticleRe: How does 'search' function work?
Hi,A white screen usually means the page request is generating a server error of some kind, and the first thing to do is get some output on that error. There are a couple of ways you can approach this....
View Article