Re: Page name dilemma
This works with 2.4.x too.e.g. 2.4.9http://www.tallship-company.com/the-ships/artemis/http://www.tallship-company.com/the-ships/artemis.htmlPosted to: Page name dilemma | Show Thread | Post Reply
View ArticleRe: New config system - setting a module's config values from...
Here's what I did and it seems to work:mysite/_config/sitewide.yml---Name: googlesitemapsoverrideAfter: - '#googlesitemaps'---GoogleSitemap: google_notification_enabled: trueHope it's useful to others...
View ArticleRe: Performance SS3
We've also been experiencing high server load, so I just profiled 3.0.3 vs 3.1-beta1 on my site.3.0.3 is on the left, 3.1b1 on the right:http://i.imgur.com/H1hAYXT.pngI hope someone else can test this...
View ArticleRe: Page name dilemma
Unless I am wrong, we are using v.2.4.6 (at our last upgrade the version of SilverStripe disappeared from the admin windows). It won't let me add the dot before "html" extender -> ".html" but keeps...
View ArticleOptional integration with ImageMagick as a new image manipulation backend - How
Guys3.1 boasts the ability to use Imagemagick as in "Optional integration with ImageMagick as a new image manipulation backend" but how? I cant see a config anywhere except perhaps in Image.php:static...
View ArticleRe: One page for all languages
The plugin "Multilingual" does just this. It is a paid for plugin though and can be obtained from http://www.kreationsbyran.se/blogg/multilingual-module-2-0-for-silverstripe-cms-3-0I have no live site...
View ArticleRe: Performance SS3
Any tips, techniques or other data for 3.1 config in order to get a speed-up?JulianPosted to: Performance SS3 | Show Thread | Post Reply
View Article3.1 Default Preview Pane
Is there any way to turn the preview pane off by default since if one has a lot of tabs they get sometimes get obscured at the start.JulianPosted to: 3.1 Default Preview Pane | Show Thread | Post Reply
View ArticleRe: Page name dilemma
You don't need a 'readme.html' page at all. Just create one simple 'readme' page with a plain 'readme' as the URLSegment. Then open up your website, go to mysite.com/readme/ and change the trailing...
View ArticleCritical silverstripe3 error - Its unpublished *some* of my pages
Hi allWe have a site with about 500 pages (www.safari.co.uk). It seems that SS3 has taken it upon itself to unpublish a ton of pages under /kenya (probably about 100 pages). We have certainly not gone...
View ArticleRe: Page name dilemma
Hi Devlin,Thanks for all of your help and suggestions. I didn't include the TLD on my original post here as it didn't make a difference to my problem, it's the fact that I could not put the "dot" in...
View ArticleError on Line 804 LeftAndMain.php
Brand new install of Silverstripe 3.0.3.Trying to create / edit pages in the CMS keeps making an error message "Error on Line 804 of ..../LeftAndMain.php" appear. This seems to be related to page order...
View ArticleRe: Performance SS3
So the problem-solving long-waited v3.1 will be 25% slower than current version!?Would like to use your CMS, but this scares me. I've also checked a lot of the sites in Showcase section and this one...
View ArticleRe: Performance SS3
tazzydemon make sure you're running an opcode cache or memcache or something to maximize performance. Using caching you can get SS down to about ~500ms to render a page.I may have been wrong about...
View ArticleRe: Problem adding mutiple images to page
Hi, this works on the CMS side, in the front-end form I can't seem to make this work using FileField.Posted to: Problem adding mutiple images to page | Show Thread | Post Reply
View ArticlePages not saving
Hopefully this hasn't been covered already...i've gone & created some pages in ss 3 but wanted to change the page type, so i do that & it's all good but after i've changed the page type from...
View ArticleRe: Pages not saving
Any errors in your console log? What version of SS3? 3.0.3?Posted to: Pages not saving | Show Thread | Post Reply
View ArticleRe: 3.1 Default Preview Pane
This is probably what you're looking for : linkPosted to: 3.1 Default Preview Pane | Show Thread | Post Reply
View ArticleRe: Widgets , Time to take them to the next level ? SS3
Hi, here is some code I been working on : http://www.sspaste.com/paste/show/51035a801337eThis adds a ParentID and ParentClassName to WidgetArea when they are related to Page(or its subclasses ) . I...
View ArticleRe: Performance SS3
Willr,I do run APC as standard but its often a mess to get it right if you have a modest cloud instance and are trying to save memory. I have a few dozen 2.4+ sites running plus a couple of new 3.1...
View Article