Partner area larger
On my site "http://opsolutionsgroup.com/" the partner area only shows only 5 at once, is there any way to get it taller to show like two rows?If so how and where?Posted to: Partner area larger | Show...
View ArticleRe: Partner area larger
Hello thereI think the best solution well to create marquee of partners, mostly in themes/default/templates/Page.ss or in themes/default/templates/Includes/Footer.ss; also you have to edit PHP may be...
View ArticleHow to get all records using get()
A simple question. In my codeA customer has many partners. If I want to get customer details and a customer have how many partners. What I trying to do is,$customer = Customer::get();return...
View ArticleRe: How to get all records using get()
this->Partners(); should return all partners; but i am not sure .Posted to: How to get all records using get() | Show Thread | Post Reply
View ArticleQuestions about log and dev environment
I read this page http://doc.silverstripe.org/framework/en/3.1/changelogs/3.1.0 where it says:Security: Require ADMIN for ?flush=1Flushing the various manifests (class, template, config) is performed...
View Article+919680645989 Marriage Life Disputes Problems Solution
Pandit Rajan Shastri Just Call +91 9680645989Pandit Rajan Shastri has become a different famous personalities among Astrologers due to his best astrology service.Movement of celestial bodies influences...
View ArticleSiteTree hash navigation in IE
Hi,when navigating in the CMS via SiteTree in Chrome I can see full urls in the address bar. In IE11 it goes first to /admin/pages and all other pages are loaded via #admin/pages/bla/bla in the url...
View ArticleRe: How to get all records using get()
$customer = DataObject::get_by_id('Customer', $customer_id);return $customer->Partners();Posted to: How to get all records using get() | Show Thread | Post Reply
View ArticleRe: TinyMCE Removes Content from "A" Tags
TinyMCE does this when you don't have "href" attribute inside <a> tag. Basically, without "href" it considers a link to be named (<a name="anchor"></a>) and moves the inner text...
View ArticleDoes SS3 encode Content-Type differently to SS2.x?
So I've run an upgrade on a 2.4 site and all is kind-of well after migrating the usual deprecated classes and template constructs. Other than these changes, nothing in my classes or templates has...
View ArticleRender Custom template
Hi there,I am trying to serve a custom template based on the URl. Lets say i have the following URL and Templates.URL 1 = http://example.com/controller/?version=1URL 2 =...
View ArticleRe: Render Custom template
should be able to use $this->request->getVar('version') in your controller to get the value. You could them look to use this in a switch statement to change the template rendering. You should...
View ArticleRe: TinyMCE Removes Content from "A" Tags
Thanks for clearing that up for me! It was causing me no end of frustration.Posted to: TinyMCE Removes Content from "A" Tags | Show Thread | Post Reply
View ArticleRe: Render Custom template
thanks for the reply camfindlay, sorry i should have framed my question properly. I have got the logic sorted. But i am struggling to understand where should i add this code to if i want this logic to...
View ArticleHow to add CSS buttons into article
Hi,I am new SilverStripe CMS user and would ask for some assistance. 1. I use cloudy theme. How to add block with different buttons (navigation) inside of article like here http://cloudy.title.dk/2. I...
View ArticleRe: Render Custom template
Do you mean applied to every controller or do you mean every action inside a controller? The action is what is rendered to a view, unless you perhaps set the variable in the ini() as a class variable...
View ArticleTranslatable Image gallery in SS3
I am new in Silver stripe. i created multilingual site in dutch and English. I have problem with image gallery. i translate every content except Image gallery. when i try to translate it does not...
View ArticleSearch-equipped DropdownField
While messing around in DevTools trying to see how DropdownFields are built, I found out a hidden part with CSS class chzn-search. When I revealed it, a nice filtering div appeared, fully functional....
View Article[solved] Bogus PJAX response prevents pages from being edited
At some point my admin/pages section became dump - I cannot open any page for editing. When I looked into DevTools/Network I noticed that the response begins with `<?php<?php` as...
View ArticleRe: [solved] Bogus PJAX response prevents pages from being edited
Have you been editing any of the core CMS or Framework files? (which is not a good idea)Posted to: [solved] Bogus PJAX response prevents pages from being edited | Show Thread | Post Reply
View Article