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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...