Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 1.1.2
-
Fix Version/s: None
-
Component/s: {Unused} Blog Application
-
Labels:None
-
keywords:blog, parent, defaultparent
-
Similar issues:
Description
1. Is it possible to define a parent for a blog post? For example, I don't want to store blog posts in Blog.WebHome, but in MyBlog.Webhome. I've tried to define a parent in "Add article" form, but it does nothing.
.....................................................................................
<form action="" id="newdoc" method="post">
<div>
<input type="hidden" name="parent" value="MyBlog.WebHome" />
...................................................................................................
2. Is it possible to create a separate blog?