Commented Unassigned: SEO sitemap includes URLs from all websites in multiple...
I use single installation of Composite C1 for several websites using URL Configuration.Sitemap.ashx includes in SEO sitemap all URLs from differents web site. Moreover the URL from other website are...
View ArticleNew Post: Composite + Nhibernate
1.) I converted the web project into a web app but the app_data and app_code folders are still in the solution and code in there is compiled.2.) I am using MVCPlayer and I have 2 controller in App_Code...
View ArticleNew Post: Composite.Generated.dll doesn't show in Assembly references.. for a...
I want to get a page type Object defined in the page Datafolders optin in C# function that i Created, But i don t have the option to add the Composite.Generated.dll that have the data types Also i add...
View ArticleNew Post: Using my own membership and role provider
If anyone is still interested in this, I did get it working properly. Burningice provided all the code required, however filling in the holes was a bit daunting. This still isn't ready for production,...
View ArticleNew Post: Using my own membership and role provider
You should be able to leave out the DataProviderPlugin if you just store the FormDefinitionFile in ~/App_Data/Composite/DynamicTypeForms In your form definition its more flexible to add the possible...
View ArticleNew Post: Error loading TreeService at login after upgrade 4.x Beta to...
There's a race condition bug in the TreeSharedRootsFacade, it seems that your website is configured in a way the issue appears more often than on the other instances. I made a fix, which will be...
View ArticleNew Post: Can I use third party frameworks like Kendo UI with Composite C1?
How can i use an external css created for me?
View ArticleNew Post: External URLS in a razor function
Hi guys, So in my Razor function i've got:<div id="PageDetails"> <h2> @artist.ArtistName </h2> <p><strong>Website:</strong> <a...
View ArticleNew Post: External URLS in a razor function
What do you mean by an internal link? I suppose you're artist website is a real www. address, not a GUID? Maybe you need to enforce that ie. http:// is prepended to the url, so you won't risk up ending...
View ArticleNew Post: Controller multi action
How can i create a controller that works with multi actions like a CRUD of products? i was looking for mvcplayer and read that i can use mvcplayer and set "\products" for use my controller into a page,...
View ArticleNew Post: Qurtz.net, Composite C1 and Azure
Hi omgabear, I didn't go as far as implementing Quartz into my C1, it added far more than I needed. However I added a robust and scalable scheduling manager under its own namespacing and it works a...
View ArticleNew Post: Removing Composite Dashboard Folder From Live Site ?
Hi, Upon removing the Composite Dashboard facility on a public facing site, what files still need to remain to ensure the core CMS and workflow of the site continue ? Two reasons for my question......
View ArticleNew Post: Removing Composite Dashboard Folder From Live Site ?
In 4.0 you can simply delete the /Composiite folder - in previous versions you need to also remove some specific elements in web.config (httpModules having 'Administrative' in their name). Also in 4.0...
View ArticleNew Post: Can I use third party frameworks like Kendo UI with Composite C1?
Yes, you can use any kind of client framework you like with Composite C1 - our starter site is using bootstrap, less and jQuery, but you can pretty much kick out these elements by editing the master...
View ArticleNew Post: Can I use third party frameworks like Kendo UI with Composite C1?
ok.. thanks a lot for response.. unfortunately I will not be able to use Composite C1, I need full support MVC.
View ArticleNew Post: Removing Composite Dashboard Folder From Live Site ?
Thanks Mawtex for the quick reply. I am on 3.2 at the moment and a long way into custom development. Once I'm happy and launched, then I shall look at moving up to 4.0 for sure.
View ArticleNew Post: Qurtz.net, Composite C1 and Azure
@webasylum would you be able to share some of this code of yours? I've made a schedule manager myself, mostly configured through web.config though with parameters for timing, intervals etc. A hope of...
View ArticleNew Post: Adding tinymce plugins to composite c1.net
Hi All, I'm trying to add a tinymce plugin (textcolor) into the composite c1 .net (I'm using the latest c1 version 4.0). I downloaded the plugin from tinymce website and copy the textcolor plugin into...
View Article