Created Unassigned: Login in FrontEnd [1701]
Hi,I have seen that there are several packages to manage login in Composite.The unique that it is free is OpenID, which uses 3rd party providers like google, yahoo, linkedin, etc.Others save the...
View ArticleNew Post: Upgrade 1.3 to 2.0/2.1 problem
Hi, We are currently upgrading a composite site from 1.3 to 2.1. We didn't develop the site ourselves and are quite nu to CompositeC1. After a lot of problems, we finally are able to start the console...
View ArticleCreated Unassigned: Thumbnails of multimedia content [1702]
Hi,I have seen that there are two packages that use thumbnails, http://www.composite.net/Add-on-Market/Packages/Composite.Media.ImageGallery.Slimbox2/UserManual and...
View ArticleNew Post: How can i add the MediaFileSelector widget to a parameter in a...
I am trying to do something like this: @functions {[FunctionParameter(WidgetMarkup = "<f:widgetfunction name='Composite.Widgets.String.VisualXhtmlEditor'...
View ArticleCommented Unassigned: Composite C1, Bootstrap and less [1698]
Hi,I want to change the theme and appearance of Composite site using Bootstrap option (there is another option?)All step by step, for example:...
View ArticleNew Post: How can i add the MediaFileSelector widget to a parameter in a...
If you declare a parameter of the type DataReference<IMediaFile>, you should get a parameter with the widget you need:public DataReference<IMediaFile> ImageSource { get; set; } Please see...
View ArticleNew Post: Assembly reference error
Hi, I'm sure this is something really obvious but I haven't been able to work this one out. I have a Composite website that works perfectly on development, but on the live server (which has ASP.NET 4...
View ArticleNew Post: User Control Parameters Passed as Query String
Anybody know any solution in this matter...???
View ArticleCommented Unassigned: Composite C1, Bootstrap and less [1698]
Hi,I want to change the theme and appearance of Composite site using Bootstrap option (there is another option?)All step by step, for example:...
View ArticleNew Post: [C4B5] Error when previewing page in Page Edit preview panel.
What version is your Composite C1? What is the setup (OS, web server, XML vs SQL, starter site etc)? Anything specific on a page? A function? Custom code? In the meanwhile, can you try:Clear the...
View ArticleNew Post: User Control Parameters Passed as Query String
Hi! I guess you can use the standard ASP.NET's Request.QueryString["your_param_name"] to query parameters and then assign it to your parameter. Something like this:using System; using...
View ArticleCommented Unassigned: Composite C1, Bootstrap and less [1698]
Hi,I want to change the theme and appearance of Composite site using Bootstrap option (there is another option?)All step by step, for example:...
View ArticleNew Post: [C4B5] Error when previewing page in Page Edit preview panel.
Sorry for the lack of information. It was Composite 4.0 Beta 5, but I have sporadically seen this issue on previous versions. Setup: Windows Server 2008, IIS7, SQL, Bare-Bones install of Composite...
View ArticleNew Post: [C4B5] Error when previewing page in Page Edit preview panel.
What type of the template is used with the page? XML, Razor, Master page?
View ArticleNew Post: Display Field from foreign key data in tree
Hi, I understand that the trees in C1 have some issues with nested data objects. I can work around most of them (without hacking). I like to know if (and how) it is possible to display some (name)...
View ArticleNew Post: [C4B5] Error when previewing page in Page Edit preview panel.
Razor page, that uses a master layout. Master layout contains the dropdown menu addon.
View ArticleNew Post: [C4B5] Error when previewing page in Page Edit preview panel.
@iaresean try to check if the related application pool on IIS7 is running in "integrated" (not in "classic") mode. The issue seem to be hard to reproduce locally, if you can send a copy of your website...
View ArticleNew Post: Build no. 4.0.4897.31550 Console
Hi, I have installed Open Cph Starter Site. In Content View - Front Page > Content it shows: Heading (hero unit), Content, Aside column. It does not show BootstrapCarousel. In Preview Mode Carousel...
View ArticleNew Post: Build no. 4.0.4897.31550 Console
Hi Rainer, typically, if you see an element you cannot edit on the page itself you can trace it via the page's template. The Open Cph starter site has a specific template for the front page Layout...
View ArticleNew Post: Is the 4.0 RC ready?
Hi all, if you have had the chance to work with 4.0 RC enough to say whether this is a good release or not, please add a review so we may get some feedback. We haven't seen anything critical since the...
View Article