Quantcast
Channel:
Browsing all 4235 articles
Browse latest View live

Re: Trouble Upgrading to 3.0x

Mathspam has been spilt out to a module - https://github.com/silverstripe/silverstripe-mathspamprotectionPosted to: Trouble Upgrading to 3.0x | Show Thread | Post Reply

View Article


Re: multiple DataExtensions on one class?

You can have as many extensions on a class as you want. Make sure you have an add_extension() call for each of the extensions. You'll need to flush=1 when you add a new class to get it added to the...

View Article


Set a limit for the number of DataObjects that can created

Hi,I'm trying to set an upper limit to the number of (a particular) DataObject that can be created. Reading a couple of previous threads ([a...

View Article

Issue with User Forms

I downloaded the latest user forms module userforms, and it does call user forms, but when I try to goto the page in the back adminit freezes on it as something is wrong.Someone said I have to do a git...

View Article

Re: Trouble Upgrading to 3.0x

Thanks,I did add that directory, and do the dev/buildbut how do I use it.Also, see my post on forms, I think this could be the issue but not sure...Do I have to declare mathspam anywhere as a varriable...

View Article


Image may be NSFW.
Clik here to view.

PHPmyAdmin Question

Forgive me for my horrible understanding of this I have contacted a website to have my company's website translated. When looking for a quote, someone emailed me and asked for a "zipped database from...

View Article

insert media in SS3.1 ?

Hi,Just noticed that i can't insert media (images, youtube video's) in Silverstripe 3.1. (tinymce)Does anybody know where the function is now?Thanks,GuyPosted to: insert media in SS3.1 ? | Show Thread...

View Article

Need help understanding Contollers

Hi there,I have an issue (one of many) i don't seem to be able to grasp how to use page controllers properly as i'm sure this current issue relates to this. I have a simply one field form that checks...

View Article


Re: Add images to homepage from tutorial

Hi Try2DreamWithout seeing your code it makes it almost impossible to troubleshoot your problems. Could you show the code you are using to try and show the images on the homepage? Might also help to...

View Article


Re: Silverstripe 3 - FileManager turns white

Please help me ..Posted to: Silverstripe 3 - FileManager turns white | Show Thread | Post Reply

View Article

ComplexTableField.php (line 596)

I am not sure where i am suppost to post this, but when i went through the book(Silverstripe the complete guide to CMS development) i ran into an error. The return function: public function dataObj()...

View Article

Re: Silverstripe 3 - FileManager turns white

In addition, I recently added the userforms module.Guess what, the pages I create as userform pages do not show anything else than white pages.Is there anything working in this flawed and fucked up...

View Article

Re: ComplexTableField.php (line 596)

Hi Schippie,Welcome to the forums!Can you please confirm as to which exercise from the book and which version of silverstipe you are using?Posted to: ComplexTableField.php (line 596) | Show Thread |...

View Article


Re: PHPmyAdmin Question

Don't worry apiening created just the silverstripe module for you!http://www.silverstripe.org/database-plumber-module/It is excellent.Posted to: PHPmyAdmin Question | Show Thread | Post Reply

View Article

Re: Set a limit for the number of DataObjects that can created

You could put the code in a Validator (my preference) or the onBeforeWrite to prevent the write, not ideal but functional.You could also modify getCMSFeilds to return only a literal "sorry you can only...

View Article


Re: Set a limit for the number of DataObjects that can created

Hi Swaiba,Thanks for your response. When you say "Validator" do you mean overriding the validate() function of the DataObject? Also would there be a way of (in getCMSFields) disabling the "Add" button...

View Article

Re: ComplexTableField.php (line 596)

Its part 5.4.1 and 5.4.2 which go into detail about the ComplexTableField. When you are then returning a function with i believe it was:function getCMSFields()   {      $fields =...

View Article


Re: Set a limit for the number of DataObjects that can created

The code that doesn't workWorks for me. The Add button is disabled.Posted to: Set a limit for the number of DataObjects that can created | Show Thread | Post Reply

View Article

Re: ComplexTableField.php (line 596)

ComplexTableField has been replaced by GridField in silverstripe 3+I think Ingo said there is a module for use of this in 3+ but it isn't in the core code anymorePosted to: ComplexTableField.php (line...

View Article

Re: Set a limit for the number of DataObjects that can created

I should add I'd have expected it to work for me too, int he context of ModelAdmin on 2.4.xPosted to: Set a limit for the number of DataObjects that can created | Show Thread | Post Reply

View Article
Browsing all 4235 articles
Browse latest View live


Latest Images