New Post: Custom Function Call Editor
I'm trying to create a Custom Function Call Editor for my Razor function. I've followed the tutorial here: http://docs.composite.net/Console/Custom-Function-Call-Editor/Web-Form and have been able to...
View ArticleNew Post: Composite 4.3 Function Preview Bug
A big thank you to napernik, who, through a process of elimination, has solved our PhantomJS time-out problem! Essentially, we/you need to be careful if you put a function inside a JQuery UI tab block.
View ArticleNew Post: How Does the Form Builder Go Full Width/Height?
Hoping this is an easy question to answer but i haven't been able to find it anywhere in the source of the package or reflecting over the dll. Where exactly is the...
View ArticleNew Post: BUG: Composite 4.3 FunctionCallEditor
There seems to be a bug in the way C4.3 renders custom widgets when used in a function. Scenario: Follow the instructions here http://docs.composite.net/Console/Custom-Widgets/Custom-Picker but instead...
View ArticleNew Post: How Does the Form Builder Go Full Width/Height?
Hi @TheRocket786 Please check this page, it also has a link to an example http://docs.composite.net/Console/Custom-Function-Call-Editor
View ArticleNew Post: How Does the Form Builder Go Full Width/Height?
There's a call to FunctionCallEditorManager.RegisterCustomCallEditor, there you pass a width and height parameters, if I remember correctly - null values either full screen, or auto adjusting the size....
View ArticleNew Post: How Does the Form Builder Go Full Width/Height?
Hello, Yes null is auto adjust for the width but makes it fullscreen+ for the height which pushes some of it off screen. That's why i was curious how the FormBuilder does it and couldn't find the call...
View ArticleNew Post: http://www.mysite.com/en-US/sitemap.xml is showing pages where...
http://www.mysite.com/en-US/sitemap.xml is showing pages where "Menu item" is empty. I am using 4.1 How can I avoid these pages in sitemap.xml Razor function Sitemap has the following code if...
View ArticleNew Post: http://www.mysite.com/en-US/sitemap.xml is showing pages where...
The point of sitemap.xml is to let Search Engines be able to index your whole site, including the pages that are not found crawling the normal content and menus. Excluding pages without a MenuTitle...
View ArticleNew Post: http://www.mysite.com/en-US/sitemap.xml is showing pages where...
I fully understand the reason for the default behavior of including the pages with empty "Menu item" in sitemap.xml. I don't want some pages to be discovered for some reason on my site. I would like to...
View ArticleNew Post: Showing last editor and last changeDate
Hi community, is there an easy way to show last editor last changedate in page properties -> ex metadata perhaps there is a package? v4.3 thx Markus
View ArticleNew Post: functions preview in content view shows loading pane continously
Hi, since upgrade to 4.2 I only get the loading cicle for functions embedded in page content. I have installed the function preview fix and upgraded the CMS to 4.3. but it had no effect for this issue....
View ArticleNew Post: http://www.mysite.com/en-US/sitemap.xml is showing pages where...
Sitemaps.xml tells the search engines what pages exist in your website, but ~/robots.txt tells them what to index. The two files are complementary. Almost all search engines will respect your...
View ArticleNew Post: Showing last editor and last changeDate
Yes. Create a new XSLT function. In the function calls tab, go to source and add:<functions> <f:function xmlns:f="http://www.composite.net/ns/function/1.0"...
View ArticleNew Post: Showing last editor and last changeDate
You can also go ahead and edit the EditPage.xml file which builds up the Form for editing pages. Ie. add the date and author on the Settings-tab, i've done this myself on a couple of...
View ArticleNew Post: http://www.mysite.com/en-US/sitemap.xml is showing pages where...
DBailey635, I agree they are the best practice and I do follow them. I beg for an answer, can anyone help with where the sitemap.xml is generated in Composite C1 (I did enough search and can't find any...
View ArticleNew Post: http://www.mysite.com/en-US/sitemap.xml is showing pages where...
https://bitbucket.org/burningice/composite-c1/src/1d29757e0e3606d702ddd3132daf4b378660068e/CompositeC1/Composite/AspNet/SiteMapHandler.cs?at=default Easiest is to implement your own handler and replace...
View ArticleNew Post: http://www.mysite.com/en-US/sitemap.xml is showing pages where...
Thanks burningice, I copied and customized SiteMapHandler.cs and Verify.cs to App_Code, registered a custom handler for sitemap.xml in Web.Config Added if (String.IsNullOrWhiteSpace(child.Title))...
View ArticleNew Post: Failed to format output xhtml
I get lots of these messages. Failed to format output xhtml. Does this indicate issues in my site, if not how can I disable these messages? Thanks
View ArticleNew Post: Failed to format output xhtml
Its not an issue, but unfortunately you can't get rid of the message either. I suggest you vote on this Feature Request, to change the message from a warning to something less noisy...
View Article