New Post: Blog posts in the sitemap
A very late follow-up to this question: I'm trying to implement some simple dynamic sitemap functionality through the SiteMapResolve event (as per burningice's earlier reply) but it's not really...
View ArticleNew Post: Form Builder available
Form Builder is now available - read more at http://www.composite.net/Add-on-Market/Packages/Composite.Forms.FormBuilder
View ArticleNew Post: Composite c1 - How to display data reference data in Razor functions
Yes, the same functionality but hell-of-a-lot shorterConnectedCubeCategory GetIndustry(Guid industry) { return Data.Get<ConnectedCubeCategory>().FirstOrDefault(x => x.Id == industry); }...
View ArticleNew Post: Cool feature of CkEditor - widgets
http://ckeditor.com/demo#widgets Just thought I would share with the community. It's a clever idea to expand upon CMS features. :)
View ArticleNew Post: Cool feature of CkEditor - widgets
Nice one - I've added this to https://compositec1.codeplex.com/workitem/1237 (update 4)
View ArticleNew Post: Captcha and FormSubmitHandler
Is there a way to incorporate Captcha with FormSubmitHandler? The forms processed are html so its tough to get any server-side spam protection. Has anyone accomplished it before? C1 version: 3.2 P3....
View ArticleNew Post: Strange issue using a static helper method - string result has it's...
Hi all! I am experience a very stange issue. I have a set of static classes which I use to manage some Urls with. I am trying to render one of these Urls as a parameter for a javascript file. For e.g....
View ArticleNew Post: Strange issue using a static helper method - string result has it's...
Your helper needs to return IHtmlString and not just string. This tells razor that the string is already html-encoded and shouldn't be encoded again.
View ArticleNew Post: Issue with Multiple Data Calls
Hi guys, I'm not sure if this issue is arising because of some kind of misconfiguration at my end or because of a bug in v4.1. Essentially, whenever I insert two (or more) Razor functions that retrieve...
View ArticleNew Post: Web Service Error in Composite
I experienced this issue as well - as far as I can see it was the file ~\App_Data\Composite\ApplicationState\SerializedConsoleMessages\ConsoleMessages.XML which got corrupted (typically happens if the...
View ArticleNew Post: Issue with Multiple Data Calls
This looks very much like an issue with the Visual Studio's Page Inspector. The few tests i've done myself with C1 and Page Inspector hasn't been too good so i'm generally avoiding it. You can still...
View ArticleNew Post: Issue with Multiple Data Calls
I've actually been doing this through the 'view in browser' command and experienced the behaviour in multiple browsers. The only other configuration-related thing I can think of is that I've started...
View ArticleNew Post: Instaling themes from Artisteer in to Composite4.0
How to create fixed sized box on the page?By inserting table of 1 row and 1 column i created a box and want to insert a picture in it but i want the table should be of fixed size and doesnt take the...
View ArticleNew Post: Manual upgrade 4.0 -> 4.1
I have the exact same issue. As no one from Composite has replied yet, have you found a solution?
View ArticleNew Post: Performance Issues - Composite C1 Console Hangs
Hi, So we've rolled out composite 4.0 to about 15 users each with their own username/password and site as a small scale test. What we're finding is that when all 15 users are logged into the admin...
View ArticleNew Post: Manual upgrade 4.0 -> 4.1
Try removing the data type from the data store, the system should recreate it afterwards. The steps are: 0) Stop the website on IIS 1) Delete...
View ArticleNew Post: Issue with Multiple Data Calls
Its obvious loooking at the stacktrace that that the error originates in the Visual Studio BrowserLink component. It could be interesting to actually break into this code and see what exactly is going...
View ArticleNew Post: Performance Issues - Composite C1 Console Hangs
We worked on a similar issue back before we open sourced Composite C1 and managed to fix the issues we experienced back then and this is the first time this has been to our attention since then, so...
View ArticleNew Post: Issue with Multiple Data Calls
Aha, yes I don't know why I didn't pick up on that earlier .. the joys of new tools that enable themselves without your knowledge. I tried disabling the BrowserLink tool et voila, problem solved....
View ArticleNew Post: Performance Issues - Composite C1 Console Hangs
We are running the default XML provider with the following packages installed (not include the default ones that come installed) Blog ContactForm YouTube Issue XMLBasedSiteBackup Sorting No bespoke...
View Article