For example, user posted message as "answer" but I want to change its type to "comment" or even pick out some messages as questions.
I know I can change type of post in django-livesettings/posts but "comment -> answer" works fine and "answer -> comment" works only after I add another comment (possibly this can be cache issue).
EDIT: Works only on lastest posts. Cant explain this.
Transformation "answer/comment -> question" not works at all and drops error 500 each time.
Can this be possible?
The thread cache needs to be invalidated after any change like that.
Post type, post_object.post_type value can be changed within allowed limits, also value of post_object.parent needs to be updated when moving the post around.
We have the feature (repost X as Y) planned.
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2012-04-23 23:21:07 -0500
Seen: 49 times
Last updated: Apr 24 '12
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.