In an attempt to add a new item to the context menu the following code seems to cause no items to render at all. The entire tree wont render now... also no errors.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using umbraco.BusinessLogic;
using umbraco.presentation.masterpages;
using umbraco.uicontrols;
using umbraco.interfaces;
namespace MailAction
{
public class MailAction:ApplicationBase
{
public MailAction() {
umbraco.cms.presentation.Trees.BaseTree.BeforeNodeRender += new umbraco.cms.presentation.Trees.BaseTree.BeforeNodeRenderEventHandler(BaseTree_BeforeNodeRender);
Hello It is my pleasure to contact you after going through your profile on my search for friendship on (www.umbraco.org) My name is Mercy and I'm interested in knowing you and being friendly with you please send your e-mail to my address ([email protected]) so that i will send my picture to you Yours in love, Mercy
Attempting to add a new Context Menu Item
Umb Experts,
In an attempt to add a new item to the context menu the following code seems to cause no items to render at all. The entire tree wont render now... also no errors.
+1 The Same thing! Somebody Help!
When Alias is empty - tree comes back.....
Without menu of course
Hi - the answer is in this thread: http://our.umbraco.org/forum/developers/extending-umbraco/15025-Content-Tree-Will-Not-render-after-creating-new-Context-Menu-Item#comment55321
Hope this helps,
Tom
Thank you very much!
Your solution caused the content and media trees to come back but the XSLT treenode wont render.
Hello
It is my pleasure to contact you after going through your profile on my search for friendship on (www.umbraco.org)
My name is Mercy and I'm interested in knowing you and being friendly with you
please send your e-mail to my address ([email protected])
so that i will send my picture to you
Yours in love,
Mercy
is working on a reply...