Re: Multiple sites on a Windows server
Hi Sean,Thank you for this. I should have mentioned that I am using Windows 2003 but your helpful suggestion pointed me towww.rekenwonder.com/linkmagic.htm.I plan to try this later today.Posted to:...
View ArticleRe: SS 3.0 Admin AJAX response not rendering properly
I also ran into this issue, and was able to resolve it by removing any extra lines at the top of PHP declarations.Check all of your php files for an empty line above the <?php declaration. The...
View ArticleRe: Security of selfmade customer center
Hi Pigeon,thank you for your answer.So my method is more or less secure That's good to know!But i'll test your version. There's one question left. How do I link a customer to a page?Thank you in...
View ArticleCross Browser Testing for Mac
Today I discovered WineBottler, http://winebottler.kronenberg.orgFor anyone looking for an easy, free way to help test sites on any windows browser whilst using your mac this is great.It lets you...
View ArticleDataobject in Dataobject?
Hi there,is it possible to have a dataobject inside a dataobject?My first dataobject is for products and i want to include another for tier prices inside the first.Can someone tell me how to do...
View ArticleRe: Dataobject in Dataobject?
Hi cSGermany,It is possible to nest Dataobjects inside of dataobjects. You can do this just like you would add a dataobject to your Page. For exampleProduct.php classclass Products extends DataObject...
View ArticleRe: SilverStripe 3.1 – ModelAdmin – Translatable – Can't create translation
Bump!Posted to: SilverStripe 3.1 – ModelAdmin – Translatable – Can't create translation | Show Thread | Post Reply
View ArticleRe: Dataobject in Dataobject?
Hi IOTI,thank you it works. But the grid shows only "ID".I usually call my Grid fields like this$fields->addFieldToTab('Root.Auftraege', GridFieldBase::getGridField('Auftraege', _t('Dict.ORDERS',...
View ArticleRe: Dataobject in Dataobject?
If you want to control which fields appear in the grid you should use the static $summary_fields array on your dataobject. For exampleclass Product extends DataObject {public static...
View ArticleRe: Dataobject in Dataobject?
Oh damn it, such a stupid mistake from me Thanks Posted to: Dataobject in Dataobject? | Show Thread | Post Reply
View ArticleHome Page Theme
Could someone point me in the right direction? I had my site built by a third party and of course they are no longer around. My sites home page seems to be missing the theme files or someting. All...
View ArticleRe: Home Page Theme
Did this just happen recently? What is working in the past and then just suddenly stopped working? Have you made any changes to the code or templates?Posted to: Home Page Theme | Show Thread | Post Reply
View ArticleRe: Home Page Theme
Yes, just recently happened (godaddy hosted). All was working fine and no changes have been made.http://www.redapplehay.com (broken)http://www.redapplehay.com/inventory (working as well as all other...
View ArticleRe: Inserting HTML block into page content
Really old post (I know) but the link is dead and the question is not answered anywhere else. I'm trying to embed html using the insert html function, like this:<div...
View ArticleMultiple Lightbox Galleries - Break through loop to get Gallery Title
Hi there,I'm trying to set up multiple Lightbox Galleries.That's my Page/Dataobject construct: Page -> GalleryObject -> ImageObjectThat's my Markup:<% loop Galleries %> <% loop Images...
View ArticleRe: Home Page Theme
It looks like that the css rules were not applied.Did you change the class and / or id names in your html markup of the homepage template?Posted to: Home Page Theme | Show Thread | Post Reply
View ArticleRe: How do you disable the cache?
Hey BlueScreen,I know this post is a while old, and this might not be helpful for older versions of Silverstripe, but if you see here:http://devincharge.com/disabling-cache-silverstripe/ you should...
View ArticleRe: Home Page Theme
No, no changes have been made on this site for some time that is what is confusing.Posted to: Home Page Theme | Show Thread | Post Reply
View ArticleRe: Home Page Theme
DavidD,I noticed that on your homepage, all of links in your nav menu contain index.php/. As does your base href meta tag, but the subpages do not.Do you have FTP access to this site? If so, can you...
View Articlehas_one has_many from front end form
How do I establish a has_one has_many from a front end form? The goal is that a logged in member submits a form and the 'DO' created is associated with that member's 'account', where 'account' is also...
View Article