<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Question about draft articles</title>
		<link>https://www.cotonti.com</link>
		<description>Neueste Themenbeiträge</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Mon, 04 May 2026 04:03:24 -0000</pubDate>

		<item>
			<title>ez</title>
			<description><![CDATA[thnx Tensh,<br />
<br />
This system (cat) thing I know (i use it in some off my coding), so I could use this.  <br />
<br />
I like things to be simple, so I do not need master_id and stuff.. One draft is enough.<br />
<br />
If I could make this in a clean plugin with no core hacking, I will release it for SURE, then everybody can benefit <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" /><br />
<br />
If someone has any more ideas... Let me know.. (I could use good ideas)<br />
<br />
greetings,<br />
<br />
Leo (ez)]]></description>
			<pubDate>Sa, 30 Jan 2010 03:00:54 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5215&d=0#post22456]]></link>
		</item>
		<item>
			<title>tensh</title>
			<description><![CDATA[A page has &quot;page_key&quot;. If a &quot;page_key&quot; is 'system', then it's not displayed anywhere, for example. And old weblog plugin used &quot;page_key&quot; for marking weblog pages (it wrote &quot;_weblog_page&quot; in &quot;page_key&quot;).<br />
<br />
So you can make a plugin that will sign drafts as 'page_key' = 'draft'.<br />
Additionally, create 2 additional page extra fields: 'page_masterid' (int) and 'page_hasdraft' (tinyint (1)), in which you'll fill in the id of a page on which the draft is based on, and you'll mark the page for which the draft was made. <br />
<br />
This way one page can have multiple drafts which you'll call in plugin interface by page id. <br />
1. Select pages that have page_hasdraft = 1<br />
2. Foreach of the above, select pages that have 'page_key' = 'draft' and 'page_masterid' = 'id of the mother page'.<br />
<br />
Hope that's clear... o_O<br /><br /><b>Added 4 minutes later:</b><br /><br />Of course the logic behind drafts is more complex (like decide whether you can make drafts out of other drafts, or not), but I think it can be made as a plugin.]]></description>
			<pubDate>Fr, 29 Jan 2010 20:58:21 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5215&d=0#post22443]]></link>
		</item>
		<item>
			<title>ez</title>
			<description><![CDATA[Maybe there is a simple solution ??<br />
<br />
I will have a look at it, and see if I can think off something simple <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" /><br />
<br />
Im my first opinion.. It is just a status field extra in the db (that means Draft)<br />
And an adjusted filter for the validation queue (filter out drafts)<br />
and for the lists also filter out drafts<br />
<br />
My client wants this, so maybe i have to make it for him (customizing)<br />
<br />
Well I will have a look at it... It is a very nice option if I can make this..<br />
<br />
cu]]></description>
			<pubDate>Do, 28 Jan 2010 22:01:18 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5215&d=0#post22427]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[Yea, we considered it when searching for a validation queue solution. Drafts concept was temporarily rejected because it involves major changes in DB structure. I'll consider it again when implementing core support for content i18n.<br />
<br />
Or it could be a nice addition to Wiki plugin, btw.]]></description>
			<pubDate>Do, 28 Jan 2010 21:27:47 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5215&d=0#post22422]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[Very nice option. I would love this.]]></description>
			<pubDate>Do, 28 Jan 2010 17:42:01 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5215&d=0#post22413]]></link>
		</item>
		<item>
			<title>ez</title>
			<description><![CDATA[Within cotonti, it would be great if I can make a sort off DRAFT save of my item.<br />
The users only have the &quot;Put it in publish queue&quot; option now.<br />
<br />
In wordpress there is such an option (it saves a lot off drafts), but it would be VERY nice<br />
If the users can save one draft item in cotonti.<br />
<br />
So a draft version is NOT in the validation queue and it is not published.<br />
I would be nice if the users can goto something like: &quot;My drafts&quot;<br />
<br />
Is this possible, or is this an idea for development ????<br />
<br />
Let me know please]]></description>
			<pubDate>Do, 28 Jan 2010 17:34:15 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=5215&d=0#post22411]]></link>
		</item>
	</channel>
</rss>