Commented Unassigned: Error when uploading a large size file [1704]
Hi!when I upload a large file from the backend Composite, I get the following error:ObjectDisposedException:__Cannot access a closed file.__Stack Trace:at Composite....
View ArticleCreated Unassigned: help please [1705]
Is there any package to display on the front end all the content that we get into the backend?any idea?
View ArticleNew Post: Need help with understanding custom data providers.
All your first assumptions are correct, and no, Composite has no build-in default provider but will only use the ones configured in composite.config.
View ArticleNew Post: Composite C1 PathInfo Issue with MVC Player
Hi, I have a problem I have been unable to fix up. I am trying to create some good URLs for a dynamic page using PathInfo to get the various bits of information. I understand I can use QueryString for...
View ArticleCommented Unassigned: help please [1705]
Is there any package to display on the front end all the content that we get into the backend?any idea?Comments: ** Comment from web user: wysocki ** Hi!For questions, I recommend using our forum...
View ArticleCreated Unassigned: Integration with noopcommerce [1706]
I have a website in c1 and an store in noopcommerce.i need an integration between them..
View ArticleNew Post: Is there a package? Help please
Is there any package to display on the front end all the content that we get into the backend? any idea?
View ArticleClosed Unassigned: help please [1705]
Is there any package to display on the front end all the content that we get into the backend?any idea?Comments: like @wysocki said
View ArticleNew Post: Composite C1 PathInfo Issue with MVC Player
Hi davearmitage123, You have got further than I have with PathInfo. I could really do with a small example of its use as Im going around in circles. Do you have a little example which you could share...
View ArticleNew Post: From QueryString to SEO friendly URL? [Solved]
Hi TreeTiger, I see that you asked numerous times for a concrete example in this thread. Do you have one to share now that you achieved it ?
View ArticleNew Post: From QueryString to SEO friendly URL? [Solved]
oneproton wrote: It works really well, TreeTiger. We have our entire products section using URLs like site.com/products/123/product-name The Composite page is site.com/products and the Path-info values...
View ArticleNew Post: From QueryString to SEO friendly URL? [Solved]
Depends on the site, but we've generally found this URL scheme works: __www.site.com/products__ - Products Home page. This could be an index of all your products, a highlighted area of specials,...
View ArticleNew Post: From QueryString to SEO friendly URL? [Solved]
Thanks oneproton, I shall take a look.
View ArticleNew Post: Autogenerate DynamicTypeforms for static IData types?
is this possible when all fieldattributes in the interface are set? I dont want to build the xml files by hand for large interfaces ... Sebastian
View ArticleNew Post: Is there a package? Help please
Hmmmm, nope, no idea what you are asking here. :) C1 is all about loading content into the "backend", which is then displayed on your "frontend". :) Could you be slightly more specific on what you are...
View ArticleCommented Feature: Feature Request: Upgrade packages smoothly [898]
Currently, when you try to install a newer version of a regular package in C1 where an older version of the same package is already installed,you normally end up with an error message that this and...
View ArticleNew Post: Problems with access to 'Available Packages' on production webserver
Are you absolutely certain there is no outgoing proxy from the server at work? The certificate on the package server should be good, but the exception above say it's not, so that is strange. But the...
View ArticleNew Post: web page title is blank when use PathInfo to show the global data...
no, the title tag is not empty , my razor template like this... @functions { ... Layout = "Layout.cshtml"; ... C1PageRoute.RegisterPathInfoUsage(); } @{ Guid DataItemId =...
View ArticleNew Post: web page title is blank when use PathInfo to show the global data...
This would indicate that CurrentPageNode.Title returns an empty string when there is extra path info - but I tested this on the 4.0 release and can not reproduce the problem. Are you running on 4.0? Do...
View Article