New Post: Page type with content picker
Make sure to have your news as pages and you're all good. Use the DataReference<IPage> or DataReference<IIMediaFile> selector, and you'll get a nice dialog similar to what you know from...
View ArticleNew Post: Event subscriptions - best practices
burningice wrote: When you subsribe to DataEvents you'll get a reference to the data in question directly from the DataEventArgs. Try insteadvar page = dataEventArgs.GetData<IPage>(); -- thanks...
View ArticleCommented Issue: ExecutionTimeout on ~/Renderers/ShowMedia.ashx [1603]
Default ExecutionTimeout in asp.net is 110 seconds. This doesn't normally cause any issues, but in regards to video playback its possible, that the videoplayer insists on downloading a videofile in a...
View ArticleNew Post: Get root page of page in multisite?
What is the best way to get the rootpage of a page in a multisite solution? I know it can be done with a recursive method, but maybe there is something in the C1 API that I can call to get it?
View ArticleNew Post: Get root page of page in multisite?
PageStructureInfo.GetAssociatedPageIds(page.Id, SitemapScope.Level1).FirstOrDefault()
View ArticleNew Post: change from HTML to ASP.net
I currently have Composite C1 installed on a web hosting server and have been playing around with it in the "out of the box" HTML format and have managed to get a few pages working ok. But I have kind...
View ArticleNew Post: How to change the Company Logo
I have composite C1 installed on a web hosting server and have been playing around with it in the HTML format, I am trying to change the starter site "Masterpage" (yes I know its not) header where it...
View ArticleNew Post: How to change the Company Logo
Hi Please see here http://docs.composite.net/StarterSite.EasySkinning The Company Logo (headerlogo.png) is set via a stylesheet /Vitaly
View ArticleNew Post: change from HTML to ASP.net
Please see here http://compositec1.codeplex.com/discussions/432643
View ArticleNew Post: Composite C1 MVC Visual Studio Starter Kit
http://c1mvcdevstarterkit.codeplex.com/ It's not perfect but it does the initial job
View ArticleNew Post: Composite C1 MVC Visual Studio Starter Kit
Awesome! Thanks! I have added link to "Related Projects" on http://compositec1.codeplex.com/
View ArticleCreated Issue: DirectoryNotFoundException [1608]
I get the error message DirectoryNotFoundException Global.asax at statement ApplicationLevelEventHandlers.Application_Error(sender, e);What to do?
View ArticleCreated Issue: How to use Composite c1 in team mode? [1609]
How to use Composite c1 in team mode?We are 3 developers working on same project using Visual Studio. We had created one common repository on TFS, where we kept composite C1 project . 1. We all are...
View ArticleCommented Issue: How to use Composite c1 in team mode? [1609]
How to use Composite c1 in team mode?We are 3 developers working on same project using Visual Studio. We had created one common repository on TFS, where we kept composite C1 project . 1. We all are...
View ArticleNew Post: DirectoryNotFoundException
I get the error message DirectoryNotFoundException Global.asax at statement ApplicationLevelEventHandlers.Application_Error(sender, e);
View ArticleCommented Issue: DirectoryNotFoundException [1608]
I get the error message DirectoryNotFoundException Global.asax at statement ApplicationLevelEventHandlers.Application_Error(sender, e);What to do?Comments: ** Comment from web user: mawtex ** Any stack...
View ArticleNew Post: DirectoryNotFoundException
Active here http://compositec1.codeplex.com/workitem/1608
View ArticleNew Post: Facebook box disappeared
Hi, we had a Facebook box put in that showed our recent Facebook posts on our websites. When I added changes to a box above it in the same frame, the Facebook box disappeared, even though I didn't make...
View ArticleNew Post: Facebook box disappeared
Hi! Please see here: http://compositec1.codeplex.com/discussions/403168#post942013 It looks like the packages on the page load two different versions of JQuery - 1.5 and 1.6.2 Are you using the latest...
View Article