New Post: Can i Customise Layout.Navigation.Menu with C# code
Take a look into razor functionshttp://docs.composite.net/Functions/Razor/Creating-Razor-Functions/Creating-Razor-Functions-in-the-C1-Console There're a few examples of how to create navigation...
View ArticleNew Post: How to create footer links/menu as www.composite.net
There's no ready made package for the element. Try to play around with Razor functions, it shouldn't be difficult to create a similar navigation elementhttp://docs.composite.net/Functions/Razor/Samples
View ArticleNew Post: is there any blog and forum section on composite C1 pen source...
It has blog and forum packages, although the forum package uses an embedded nabble forum. Blog: http://www.composite.net/Add-on-Market/Packages/Composite.Community.Blog Forums:...
View ArticleNew Post: is there any blog and forum section on composite C1 pen source...
Does blog add-on offers multi-author / blogger feature ?
View ArticleNew Post: SyntaxHighlighter Bug
I'm seeing a bug in SyntaxHighlighter. If I embed source code into the function then it works, but as one performs successive ordinary text edits to the page and republishes, then eventually the...
View ArticleNew Post: Composite C1 and Glimpse
Can I use Glimpse with Composite C1 v4 ? I have installed Glimspe from Nuget but can't get any stats from the Composite C1 starter site (Cph).
View ArticleCreated Unassigned: Tilde sign is replaced with the application's virtual...
When I put image in designer, I see this in source:```<img src="~/media(03461e74-5581-4510-b789-b8a28c741a20)" />```That's OK. But when I go back to VISUAL again, then back to SOURCE, I see...
View ArticleNew Post: Rendering special characters in Composite C1
Hey I'm creating a website in Composite C1 v. 4 and I'm implementing a layout that requires an inline JavaScript. The JavaScript includes a greater-than sign (>). When Composite C1 renders this it's...
View ArticleNew Post: Image resizing in WYSIWYG-Editor doesn't work on Windows Server 2003
Hi C1ers, I have a strange problem - the image resizing in the WYSIWYG-Editor works great on my local machine (Windows 7) - but on our production server (Windows Server 2003), I can't resize the images...
View ArticleNew Post: Difficulties embedding mailing list signup form.
I use Constant Contact, they provide a free service via FormStack to create simple custom embeddable signup forms for websites. I generated the form and have tried to use it in a website I've put...
View ArticleNew Post: Rendering special characters in Composite C1
I'm using Razor This worked well in my case:<script type="text/javascript"> //<![CDATA[ Your JavaScript Code here... //]]> </script> Thanks both!
View ArticleNew Post: Difficulties embedding mailing list signup form.
Hi Hugh, if you use JavaScript, maybe this thread could be useful for you:https://compositec1.codeplex.com/discussions/450371 Thorsten
View ArticleNew Post: Where is the width of the columns defined for the Cph sample site?
I'm trying to simply alter the width of the "Aside" column used in the pages of the Cph sample website included with C1. I've searched and explored all of the various features and settings but cannot...
View ArticleNew Post: Difficulties embedding mailing list signup form.
Hi I used an alternative means of adding this mailing list support so this is OK now. However it does seem as if there may be either a bug in the HTML Parsing or if the HTML is in error then the error...
View ArticleNew Post: Difficulties embedding mailing list signup form.
Hi Hugh, Composite C1 needs valid XHTML to render your content. If your insert your link with the 'Insert-Link-Button' in the WYSIWYG-View, it will be formatted to valid XHTML from C1 like this:<a...
View ArticleNew Post: Where is the width of the columns defined for the Cph sample site?
Hi Hugh, if you look at the template '2 columns, content and aside':<body> @PageTemplateFeature("Content Start") @Function("Layout.HeroUnit", new { CustomContent = this.HeroUnit }) <div...
View ArticleNew Post: Where is the width of the columns defined for the Cph sample site?
Hi; Thanks for that info, very helpful and looks like just what I needed to know. I'm away for one week and will pick this up when I return. Much appreciated. Hugh
View ArticleNew Post: Difficulties embedding mailing list signup form.
That's interesting - so Constant Contact and FormStack are generating non-compliant code it seems. I'll play with this when I get back in a week and hopefully it will be fine. Again, thanks for your...
View Article