Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
Have got the above error when I try to pull through the recent blog posts onto the home page, it was working before, but now suddenly isn't working.
This is the code from the .cshtml file which gets the new posts, the ID is the ID of the blog landing node:
var landing = new DynamicNode(1106).Parent.GetChildrenAsList.Items.Where(x => x.NodeTypeAlias == "uBlogsyLanding").Single();IEnumerable<DynamicNode> postList = uBlogsy.Web.Helpers.NodeHelper.GetPosts(1106);
I call the macro on the homepage.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Error loading MacroEngine script uBlogsyListPosts.cshtml
Hi,
Have got the above error when I try to pull through the recent blog posts onto the home page, it was working before, but now suddenly isn't working.
This is the code from the .cshtml file which gets the new posts, the ID is the ID of the blog landing node:
var landing = new DynamicNode(1106).Parent.GetChildrenAsList.Items.Where(x => x.NodeTypeAlias == "uBlogsyLanding").Single();
IEnumerable<DynamicNode> postList = uBlogsy.Web.Helpers.NodeHelper.GetPosts(1106);
I call the macro on the homepage.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.