<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: [Plugin: TDO Mini Forms] Post titles that don't have a date and timestamp</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: [Plugin: TDO Mini Forms] Post titles that don't have a date and timestamp</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 07:04:42 +0000</pubDate>

<item>
<title>timbul on "[Plugin: TDO Mini Forms] Post titles that don't have a date and timestamp"</title>
<link>http://wordpress.org/support/topic/286385#post-1214129</link>
<pubDate>Wed, 16 Sep 2009 18:19:26 +0000</pubDate>
<dc:creator>timbul</dc:creator>
<guid isPermaLink="false">1214129@http://wordpress.org/support/</guid>
<description>&#60;p&#62;that is the date n title, but how to show website submitter which linked?&#60;br /&#62;
cos mine is only shows the address but it doesn't link&#60;/p&#62;
&#60;p&#62;example : domain.com .... all i want is to make like this &#60;a href=&#34;http://domain.com&#34;&#62;domain.com&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>the_dead_one on "[Plugin: TDO Mini Forms] Post titles that don't have a date and timestamp"</title>
<link>http://wordpress.org/support/topic/286385#post-1187253</link>
<pubDate>Tue, 25 Aug 2009 12:29:40 +0000</pubDate>
<dc:creator>the_dead_one</dc:creator>
<guid isPermaLink="false">1187253@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I think the Append to Post Content widget would be your answer here. This widget gets executed after the post has been created, so you can put code in their to modify the post title however you like.&#60;/p&#62;
&#60;p&#62;See &#60;a href=&#34;http://thedeadone.net/forum/?p=1230#comment-2680&#34;&#62;this&#60;/a&#62; for an example.&#60;/p&#62;
&#60;p&#62;If I had oddles of time I'd create a &#34;Title&#34; widget that would allow you some more flexibility over how the title is generated, but I find my time these days is rather short.
&#60;/p&#62;</description>
</item>
<item>
<title>seankelley on "[Plugin: TDO Mini Forms] Post titles that don't have a date and timestamp"</title>
<link>http://wordpress.org/support/topic/286385#post-1170264</link>
<pubDate>Mon, 10 Aug 2009 21:22:03 +0000</pubDate>
<dc:creator>seankelley</dc:creator>
<guid isPermaLink="false">1170264@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Very helpful, thanks!&#60;/p&#62;
&#60;p&#62;Any ideas on how to use a post excerpt as the title? A couple of us were thinking it might be a nice replacement for the timestamp and user generated title.&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/support/topic/292795?replies=2&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/support/topic/292795?replies=2&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>popstalin on "[Plugin: TDO Mini Forms] Post titles that don't have a date and timestamp"</title>
<link>http://wordpress.org/support/topic/286385#post-1125682</link>
<pubDate>Sat, 04 Jul 2009 05:38:09 +0000</pubDate>
<dc:creator>popstalin</dc:creator>
<guid isPermaLink="false">1125682@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thank you, nowhere that I could find told me that was a necessity.
&#60;/p&#62;</description>
</item>
<item>
<title>tgiokdi on "[Plugin: TDO Mini Forms] Post titles that don't have a date and timestamp"</title>
<link>http://wordpress.org/support/topic/286385#post-1125372</link>
<pubDate>Fri, 03 Jul 2009 21:42:31 +0000</pubDate>
<dc:creator>tgiokdi</dc:creator>
<guid isPermaLink="false">1125372@http://wordpress.org/support/</guid>
<description>&#60;p&#62;on installations of tdo-mf submitted posts all have their own titles.  you should look at your form widgets and make sure you have a 'content' widget and that in that widget you have &#34;title&#34; enabled and marked 'required'
&#60;/p&#62;</description>
</item>
<item>
<title>popstalin on "[Plugin: TDO Mini Forms] Post titles that don't have a date and timestamp"</title>
<link>http://wordpress.org/support/topic/286385#post-1125258</link>
<pubDate>Fri, 03 Jul 2009 20:09:29 +0000</pubDate>
<dc:creator>popstalin</dc:creator>
<guid isPermaLink="false">1125258@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I'm using your plugin to allow visitors to make posts (as most people do). When a post is submitted, in the Dashboard, the titles of the post are the date and and a timestamp. Is there any way to change that? I've created a title field and used the following code in the append widget:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
/* assuming you have called the custom field key &#38;quot;name&#38;quot;... */

$post_title = get_post_meta($post_id, &#38;#39;unique_post_title&#38;#39;, true);

$postdata = array(
&#38;quot;ID&#38;quot; =&#38;gt; $post_id,
&#38;quot;unique_post_title&#38;quot; =&#38;gt; $post_title;
sanitize_post($postdata,&#38;quot;db&#38;quot;);
wp_update_post($postdata);
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>

</channel>
</rss>
