Each Sub-Menu shows Sub-Menu Entries from all Pages
I have a pretty simple site whose page hierarchy looks a bit like this:- A +-- A1 +-- A2 +-- A3- B +-- B1 +-- B2 +-- B3- C +-- C1 +-- C2 +-- C3However, on the website itself, each top-level entry shows...
View ArticleRe: Each Sub-Menu shows Sub-Menu Entries from all Pages
Hi LKM, I'm abit unsure about how much you know about SS.But to me it sounds like a template issue.Somwhere in your code there is an include statement (Page.ss) that inlcudes a navigation file. try to...
View ArticleRe: Increase site speed
If you missed it, there is also a blog post about performance. I use that as guide for improving performance on sites:http://www.silverstripe.org/how-to-improve-website-performance/And then i use...
View ArticleRe: Move the assets path
Thanks Will. This is on Windows using Web Deploy. I managed to get the folder outside of root using "mklink /D" command. As far as Web Deploy is concerned though it's still a folder and will delete it...
View ArticleRe: Move the assets path
Could be a very handy document. My suggestion would be to write it up on doc.silverstripe.org (already docs for WebPlatform so perhaps we have a Web Deploy page). Makes sense to do it on doc.ss rather...
View ArticleRe: Move the assets path
Sweet. When I've pieced it all together I'll put something up. Cheers Will.Posted to: Move the assets path | Show Thread | Post Reply
View ArticleRe: Director::URLParam() seems to give me wrong values...
In case, I want to get ID param not inside of a controller. How can I do it without Director::urlParam('ID')?Posted to: Director::URLParam() seems to give me wrong values... | Show Thread | Post Reply
View ArticleRe: Director::URLParam() seems to give me wrong values...
Controller::curr()->getRequest()->param('ID');Posted to: Director::URLParam() seems to give me wrong values... | Show Thread | Post Reply
View ArticleRe: Email: Using populateTemplate with Plain Text
I've just run into the same problem with 2.4.5 - investigatingPosted to: Email: Using populateTemplate with Plain Text | Show Thread | Post Reply
View ArticleAnchor tags on other pages
Hi,I'm using version 3.0.3 on a site and the dropdown for anchors on another page is not populated. Anchors on the same page are populated...
View ArticleDisable draft mode
Hi EveryoneHow do I disable draft mode from SS3... there is a bug in SS3 where 100s of pages of a sudden go into draft mode. This is causing my client huge issues, as pages keep going from published to...
View ArticleRe: Anchor tags on other pages
Did that type of functionality ever exist? I don't think 2.X had that functionality either. Would be a nice feature though.Posted to: Anchor tags on other pages | Show Thread | Post Reply
View ArticleRe: Each Sub-Menu shows Sub-Menu Entries from all Pages
Is this a brand new 3.0 site? did you upgrade from 2.4 to 3.0? When did this problem occur? Does using a brand new database fix the problem?Posted to: Each Sub-Menu shows Sub-Menu Entries from all...
View ArticleWhat level is the current master repo?
Where is the master branch generally and currently. Is there anywhere to look at and tell? The 3.1 branch seems to have more recent changes.By the way why are the version files always empty when using...
View ArticleFatal Error: Allowed Memory Size - How to Find/Remove offending image
It's happened to me numerous times when clients have uploaded images that are too big for GD on their server to handle. The result is 'Fatal Error: Allowed Memory Size' errors on the screen, and the...
View ArticleRe: Fatal Error: Allowed Memory Size - How to Find/Remove offending image
Quoting Uncle Cheese:_config.phpini_set('memory_limit','256M');.htaccessphp_value memory_limit 256Mhttp://www.silverstripe.org/all-other-modules/show/10518Posted to: Fatal Error: Allowed Memory Size -...
View ArticleRe: Fatal Error: Allowed Memory Size - How to Find/Remove offending image
Hi, yup, that's a way of trying to avoid the problem, but i've found clients will still end up trying to upload a 15mb, 6000 pixel wide image and screw things up!putting an upload limit is another...
View ArticleURL Structure
Can anyone help on the forum.We have recently moved a site over to silverstripe from a bespoke CMS. Since moving over the site has seen a ranking drop. We maintained all the content, titles, link flows...
View ArticleRe: Problem displaying web with localhost/index.php
This is the line I use:RewriteRule ^(home|index\.php)/?$ / [L,R=301,NC]Posted to: Problem displaying web with localhost/index.php | Show Thread | Post Reply
View ArticleRe: Help needed with PHPUnit & l18n TextCollector
So yeah, I guess there's no way to install PHPunit using composer in Windows so that it works. Installed with PEAR globally and works like a charm.Only text collector still doesn't work....
View Article