Tuesday 31 March 2009 10:38:21 am
You should add a button somewhere in your frontend (probably somewhere in the blog), like this:
<form method="post" action={"/content/action"|ezurl}>
<input type="hidden" name="ClassID" value="[blog post class id]" />
<input type="hidden" name="ContentLanguageCode" value="[language code]" />
<input type="hidden" name="NodeID" value="[blog node]" />
<input type="submit" name="NewButton" class="button" value="Add new post" />
</form>
And then create a template override for the edit view of Blog Post class.
|