Re: Ajax requests inside admin section
yop.Not sure the thread is still up, but basically, to run an ajax request in SS3, this is how I did :Include your JS in the "getCMSFields" function of your controller :class MyController extends Page{...
View ArticleUsing a Span for Hover Info
I am fairly new to SilverStripe.I am working within the CMS and trying to insert code via the HTML Editor.If I uses the following, I get my hidden/hover content (inside the span) to appear on hover....
View ArticleDataextension - change db field type
I have a dataextension that adds fields to the database, all fine, but I also want to change an existing field Title, from varchar, to text, but it doesn't seem to pick this change up, and leaves it as...
View ArticleRe: Dataextension - change db field type
OK, i found a wayinstead of trying to change the field type in the in the DataExtension function, I update the db fields in the _config.php file: $fields = Config::inst()->get('EditableFormField',...
View ArticleHow do I use Javascript in HTML source editor
Hello.I am a total newbie and I've been trying to build a website for a friend as a favour.I'm trying to insert some Javascript into the HTML source editor in the CMS but I click insert and nothing...
View ArticleRe: How do I use Javascript in HTML source editor
I think you might be better of just placing the Javascript in the template file, or if you need to be able to add for each page via the CMS, add a normal textfield, instead of the HTMLEditorField.See...
View ArticleLicense question
Hello,i have three question1 - Can I offer SilverStripe CMS product to my clients for money for deployment, adaptation, support? 2 - Can I remove "Powered by Silverstripe." from footer ? 3 - Can I...
View ArticleRe: 2.4 - Unit tests don't seem to run for sapphire and mysite
What system are you on? OS / PHPUnit version? What is the output if you run it in the web browser - dev/tests/module/sapphire. Sometimes it could be segfaulting so execution could just end.Posted to:...
View ArticleRe: Over 20sec to save a page
Do you have the site running on your local machine to test to see if performance is an issue just on your server?When you save a page, the onBefore/ onAfter write functions get called. It is possible...
View ArticleRe: License question
In short - yes - BSD allows for all of thisPosted to: License question | Show Thread | Post Reply
View ArticleRe: Over 20sec to save a page
Thanks Willr for your help!I have no copy on a local machine, but I've got other installations on the same server and all save pages much quicker. Each installation has got the same PHP...
View ArticleRe: SS3 - how to set searchable fields for a dataobject
Thanks for the fix PmKoetsier,would be great to submit this change to the core files...Posted to: SS3 - how to set searchable fields for a dataobject | Show Thread | Post Reply
View Articlebehat testing setup
I've been playing around with the behat testing module from here with reasonable success. I'm not too bad with SS but a total newbie when it comes to testing - but I'm aware its the "right thing" to do...
View ArticleEmpty ClassName is built every time
I am not sure whether it has something to do that I upgraded to SS3.0.5 from SS2.4.5.Everythings works fine. I deleted some modules, adjusted ss-files and php-files.But now I have got the problem...
View Articlesilverstripe 3 - typo3 comparison
hello all,many clients ask for a typo3 website because typo3 is almost synonymous for CMS. If I suggest silverstripe to such client, he wants to know what is better about silverstripe. For sure the...
View ArticleRe: silverstripe 3 - typo3 comparison
Typo3 might still be popular in German-speaking countries, but elsewhere it has lost a lot of its appeal and its marketshare is in...
View ArticleRe: License question
some help for cms branding://Set the CMS application name, logo and loading imageLeftAndMain::setApplicationName("My application");LeftAndMain::setLogo("themes/MyTheme/images/CMSLogo.png", "margin-top:...
View ArticleRe: Empty ClassName is built every time
Hi Xazen,This happens when you use a class and then lose/rename it. So you probably had something like...class MyPage extends Page {...}and removed it. I seen it a long time back... it's not really...
View ArticleRe: License question
Hey Webdoc, that is a very 2.x answer - don't suppose you know the same in 3.x speak?Posted to: License question | Show Thread | Post Reply
View ArticleRe: behat testing setup
Hey Bernard, I was having the same problem and it was driving me crazy but then my colleague pointed out that I needed to put a _config.php file in the features folder. Solved the issue all together....
View Article