Admin System Browser Support?
Is there any documentation showing what browsers are supported by the admin system?I've done a bit of hunting and other than vague hints to the effect that "the ajax stuff only works in browsers that...
View Article[SOLVED] SQL Query with WHERE-Clause in LeftJoin
Hey guys,I need your help. I´ve got a problem, that really freak me out. I have two DataObjects: "Page" and "Book". One "Book" has many "Pages". The "Book" have a variable called "Active".Now I want to...
View ArticleRe: Admin System Browser Support?
Hi Matt,From http://www.silverstripe.org/system-requirements/"SilverStripe CMS is designed to work well with Firefox 3.0+ and Internet Explorer 7.0+. We aim to provide satisfactory experiences in Apple...
View ArticleRe: Admin System Browser Support?
Awesome thank you - I should have thought to look there, but I just assumed that was talking about server requirements.Posted to: Admin System Browser Support? | Show Thread | Post Reply
View ArticleRe: [SOLVED] Admin system escaping characters showing /n/t
Try checking your _config.php files for whitespace before opening php tag. I vaguely remember having that same issue...Posted to: [SOLVED] Admin system escaping characters showing /n/t | Show Thread |...
View ArticleRe: Google crawl errors
No, Silverstripe all the way. I will wait to see if they disappear.Thanks.Posted to: Google crawl errors | Show Thread | Post Reply
View ArticleRe: Admin System Browser Support?
http://doc.silverstripe.com/framework/en/installation/server-requirements#client-side-cms-requirementsPosted to: Admin System Browser Support? | Show Thread | Post Reply
View ArticleRe: [SOLVED] SQL Query with WHERE-Clause in LeftJoin
You should be able to do:Page::get()->filter('Book.Active', true)->column('ID');Posted to: [SOLVED] SQL Query with WHERE-Clause in LeftJoin | Show Thread | Post Reply
View ArticleRe: Admin System Browser Support?
Perfect, thank you Posted to: Admin System Browser Support? | Show Thread | Post Reply
View ArticleRe: [SOLVED] SQL Query with WHERE-Clause in LeftJoin
GREAT! It works, thanks!So easy and simple.Posted to: [SOLVED] SQL Query with WHERE-Clause in LeftJoin | Show Thread | Post Reply
View ArticleRe: [SOLVED] Admin system escaping characters showing /n/t
White space did it at the start of one of my php files within mysite/code. Thanks!Posted to: [SOLVED] Admin system escaping characters showing /n/t | Show Thread | Post Reply
View ArticleRe: First Login, show different content
Brilliant, thanks, i went the way of using a conditional directly in the template ss file, works a treat.Posted to: First Login, show different content | Show Thread | Post Reply
View ArticleTranslatable and other questions
Hi,so was customizing SS to work with my problem. In this process i came with a number of questions i would like to get answers from you:Let us start with the first - how to efficiently work with...
View ArticleRe: CMS Admin (SS3) sitetree expand/collapse disappears when parent page...
Did you ever find a solution to this? I'm experiencing the same problem of certain sites and can't figure out what's causing it. Appearing in both 3.0.0 and 3.0.1. Checked the bug ticket and the Github...
View ArticleRe: CMS Admin (SS3) sitetree expand/collapse disappears when parent page...
Hi there,If I remember right, downloading the latest build version of the framework directly from GitHub solved the issue.https://github.com/silverstripeLPosted to: CMS Admin (SS3) sitetree...
View ArticleChange Pagination number
Hey guys,I've tried following this tutorial to get pagination working: http://doc.silverstripe.com/framework/en/howto/paginationI've managed to get it to work and it defaults to 10 results per page,...
View Article[solved] User Group cant add members
Hi ya,I have a client who is going live very soon and during a run through i noticed that although the group has been given permission to the security tab and can delete and edit a user they don't have...
View ArticleRe: [solved] User Group cant add members
Ignore that, i was panicking as they were coming in...Thats exaclty what i had to do, add an implements PermissionProvider.as you were.MickPosted to: [solved] User Group cant add members | Show Thread...
View ArticleRe: SS 3.0 Admin AJAX response not rendering properly
Was banging my head against a wall on this one for two days!Extra spacing at the top of the file was totally the culprit!Thanks!Posted to: SS 3.0 Admin AJAX response not rendering properly | Show...
View ArticleSilverStripe 3.1 SS_Report not exporting fields
I have a basic report: <?phpclass OrdersWithLineItems extends SS_Report{ public function title() { return 'Orders with Line Items'; } public function sourceRecords($params, $sort, $limit) {...
View Article