New Post: Selecting a specific localisation of a page title in C#
I've tried your suggestion of making the query more specific with:using System; using System.Linq; using System.Globalization; using Composite.Core.Xml; using Composite.Data; using...
View ArticleNew Post: Selecting a specific localisation of a page title in C#
I've tried your suggestion of making the query more specific with: ... but am still getting the error message on the French page (but not on the English one): I might have misled you here, sorry. I've...
View ArticleNew Post: Selecting a specific localisation of a page title in C#
I think I've solved it. The line:if (Page == null || Page.Data == null) ... appears to have been causing the problems. Once I changed it to:if (Page == null) The title displayed!
View ArticleNew Post: Selecting a specific localisation of a page title in C#
Thanks for your help on this wysocki.
View ArticleNew Post: Selecting a specific localisation of a page title in C#
For reference, this is the output for the English, and the French page. The course names come from English language page titles of pages that aren't translated. [Before anyone says anything, I don't...
View ArticleNew Post: Selecting a specific localisation of a page title in C#
When you call Page.Data it tries to find a page by key in the current language/publication scope, if it is missing, it will throw an exception. The valud is cached afterwards for the...
View ArticleCommented Unassigned: "Pre installation did not validate" when upgrading from...
I am trying to upgrade Composite from 4.0 Beta to 4.0 and I get the following error:"Pre installation did not validate"Can anyone please help? I need to upgrade to se if another issue will be resolved...
View ArticleClosed Issue: BUG: Media > Media Archive > Upload Multiple Images Under...
When we upload multiple images using zip file under the Media > Media Archive > Upload Multiple option, to a pre-existing folder/sub-folders (without the folder struction checkbox checked)and...
View ArticleNew Post: Fixing broken links
Hi, I would like to know how to get the CollectBrokenLink function to work on an IIS8 web site with Composite C1 4.2 Update 1, please? I could not get it to work out-of-the-box, so I read up on...
View ArticleNew Post: Fixing broken links
After spending half a day of fiddling with the settings, triggering 404s and pulling out what's left of my hair, I finally tested it with, ahum, a broken link (duh) –instead of just entering addresses...
View ArticleNew Post: Site Hacked
my website has been hacked. I have changed the ftp password but have not figured out how to clean out any of their hacks. here is an example of a page...
View ArticleNew Post: Site Hacked
found the hackers code in global.asax file this is where the file redirected to: phps.aaassl.eu/api.php
View ArticleCreated Unassigned: Feature Request: Define custom commands in a...
It should be possible to define custom commands in a TreeDefintion file, extending the functionality further than the statically defined built-in ones.I've made a change to the C1 Core here which adds...
View ArticleNew Post: Simple Page Search
Hi, I've added the Simple Page Search function to our site. Is it possible to search in only a selected set of pages? I'm intending to use the function to search through our support section, but I'm...
View ArticleNew Post: Site Hacked
I guess this happened due to weak FTP security, but if you have any indications of Composite C1 being the weak spot we'd love some more details.
View ArticleReleased: Composite C1 4.3 (Mar 18, 2015)
Composite C1 4.3 (4.3.5555.25838)Write a review for this release - help us improve, recommend us.Getting started If you are new to Composite C1 and want to install it:...
View ArticleUpdated Release: Composite C1 4.3 (Mar 18, 2015)
Composite C1 4.3 (4.3.5555.25838)Write a review for this release - help us improve, recommend us.Getting started If you are new to Composite C1 and want to install it:...
View ArticleNew Post: Composite C1 4.3 available
Hi all, we've released version 4.3 - we put it up as a "release candidate" a week ago and since we haven't seen any issues with this build we're making it the official 4.3 build. You can download it...
View ArticleNew Post: Selecting a specific localisation of a page title in C#
Thanks Dmitry. Function is working perfectly now. Event though I'm new to C#, it's great to finally understand how the IPage requests work.
View ArticleNew Post: Composite C1 4.3 available
Well done to all involved on another great release! I'm going to find the scheduled publishing for data items particularly useful on my current project (once I can upgrade).
View Article