<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress Ideas &#187; Tag: dashboard - Recent Posts</title>
		<link>http://wordpress.org/extend/ideas/tags/dashboard</link>
		<description>WordPress Ideas &#187; Tag: dashboard - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 20:14:13 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://wordpress.org/extend/ideas/rss/tags/dashboard" rel="self" type="application/rss+xml" />

		<item>
			<title>Sasa Karanovic on "QuickPress category, need hooks"</title>
			<link>http://wordpress.org/extend/ideas/topic/quickpress-category-need-hooks/page/2#post-24059</link>
			<pubDate>Sat, 19 Jan 2013 20:27:19 +0000</pubDate>
			<dc:creator>Sasa Karanovic</dc:creator>
			<guid isPermaLink="false">24059@http://wordpress.org/extend/ideas/</guid>
			<description><![CDATA[<p>If you want to have categories drop-down menu when using quick press but also to have them AFTER you publish the post add this code to your functions.php file. It's almost just like the webgig's code but with minor adjustments :)</p>
<p>Enjoy!</p>
<p><code><br />
function __quickpress_cats() {<br />
	if(!function_exists('is_admin') &#124;&#124; !is_admin()) return;<br />
	// Parameters for wp_dropdown_categories<br />
	$args = array(<br />
		'order' =&#62; 'ASC',<br />
		'hierarchical' =&#62; 1,<br />
		'echo' =&#62; 0,<br />
		'name' =&#62; 'post_category[]',<br />
		'hide_empty' =&#62; 0<br />
	);<br />
	$select_cats = wp_dropdown_categories( $args );<br />
	echo '<br />
	&#60;/div&#62;<br />
	&#60;h4 id="category-label"&#62;&#60;label for="post_category"&#62;Category&#60;/label&#62;&#60;/h4&#62;<br />
	&#60;div&#62;<br />
	'.$select_cats.'<br />
	&#60;/div&#62;<br />
	&#60;div class="hide-if-no-js" style="margin: 0 0 .5em 5em;padding:8px 10px 5px 5px;"&#62;<br />
	';<br />
	return;<br />
}<br />
if(is_admin() &#124;&#124; $query-&#62;is_admin) {<br />
	$here = array( basename($_SERVER['REQUEST_URI']), basename($_SERVER['SCRIPT_FILENAME']) );&#60;/p&#62;<br />
&#60;p&#62;	if( ( $here[0] == ('index.php' &#124;&#124; 'wp-admin' &#124;&#124; 'post.php' &#124;&#124; 'index-extra.php' &#124;&#124; 'index-extra.php?jax=dashboard_quick_press')) &#38;&#38; ( $here[1] == ('index.php' &#124;&#124; 'post.php') ) ) {<br />
		add_action('media_buttons','__quickpress_cats');<br />
	}<br />
	unset($here);<br />
}<br />
</code>
</p>]]></description>
					</item>
		<item>
			<title>RaminMT on "ReDesigning Dashboard or Admin UI"</title>
			<link>http://wordpress.org/extend/ideas/topic/redesigning-dashboard-or-admin-ui#post-23438</link>
			<pubDate>Tue, 20 Nov 2012 18:19:19 +0000</pubDate>
			<dc:creator>RaminMT</dc:creator>
			<guid isPermaLink="false">23438@http://wordpress.org/extend/ideas/</guid>
			<description><![CDATA[<p>You know for example for front-end We have some APIs for making new themes and also lots of themes as i my self make themes for wordpress but in back-end we have this UI for far.<br />
I mean for many years we have this UI for back-end I speak about the graphics always we have these colors and existing style for menus.<br />
As You know humans like difference I meant this by "some changes in dashboard" and the API I've mentioned relates to this I think It's not a bad idea to let users have different UI for their admin panel they style and order as they want, style It as they are more comfortable
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu (Mika Epstein) on "ReDesigning Dashboard or Admin UI"</title>
			<link>http://wordpress.org/extend/ideas/topic/redesigning-dashboard-or-admin-ui#post-23435</link>
			<pubDate>Tue, 20 Nov 2012 16:55:56 +0000</pubDate>
			<dc:creator>Ipstenu (Mika Epstein)</dc:creator>
			<guid isPermaLink="false">23435@http://wordpress.org/extend/ideas/</guid>
			<description><![CDATA[<p>I don't disagree at all :D I'm just asking for more details on what you mean.</p>
<p>For example: You say 'APIs to make new themes' but what do you mean by that? I get that you're making a high-level comment 'APIs would make it easier!'  But that's really broad.</p>
<p>We have a <a href="http://codex.wordpress.org/Theme_Development#Theme_Customization_API">Theme Customization API</a> that devs can hook into, in order to make customizing their themes easier for the users. And that's the sort of example that helps people understand what you're thinking about :)</p>
<p>And "some changes in dashboard" is also really vague. Like what? We really do want to know, but we can't read your mind, so what are they thinking about specifically? It could be as simple as "I'd like to reorder my menus" or "I think we need a totally new posting interface" or even "It should be easier for the end-user to make a new dashboard widget."
</p>]]></description>
					</item>
		<item>
			<title>RaminMT on "ReDesigning Dashboard or Admin UI"</title>
			<link>http://wordpress.org/extend/ideas/topic/redesigning-dashboard-or-admin-ui#post-23434</link>
			<pubDate>Tue, 20 Nov 2012 15:23:18 +0000</pubDate>
			<dc:creator>RaminMT</dc:creator>
			<guid isPermaLink="false">23434@http://wordpress.org/extend/ideas/</guid>
			<description><![CDATA[<p>You know it's not completely my opinion however I like it too.<br />
If You view Farsi forums You will see most of the users are agree there. I told them to submit their idea here but they told me we're not that much professional in English so I submitted.<br />
But according to users mentions I get that they need changes not improvement. For example make themes for it and ability to change them or API's to make some other new themes as my friends did in Venus plugin.<br />
I hope you get what I mean :)</p>
<p>and I know media uploader have goten some changes in WP 3.5
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu (Mika Epstein) on "ReDesigning Dashboard or Admin UI"</title>
			<link>http://wordpress.org/extend/ideas/topic/redesigning-dashboard-or-admin-ui#post-23433</link>
			<pubDate>Tue, 20 Nov 2012 14:32:59 +0000</pubDate>
			<dc:creator>Ipstenu (Mika Epstein)</dc:creator>
			<guid isPermaLink="false">23433@http://wordpress.org/extend/ideas/</guid>
			<description><![CDATA[<p>How about massive changes to the media uploader? :) UI improvements are n the radar.</p>
<p>What sort of API changes/improvements do you have it mind? I've been seeing a lot of people say we need more, but then they never quantify that statement.
</p>]]></description>
					</item>
		<item>
			<title>RaminMT on "ReDesigning Dashboard or Admin UI"</title>
			<link>http://wordpress.org/extend/ideas/topic/redesigning-dashboard-or-admin-ui#post-23422</link>
			<pubDate>Tue, 20 Nov 2012 12:10:09 +0000</pubDate>
			<dc:creator>RaminMT</dc:creator>
			<guid isPermaLink="false">23422@http://wordpress.org/extend/ideas/</guid>
			<description><![CDATA[<p>I think after this much time we spent it's time to have some changes on admin UI<br />
Approximately most of wordpress users believed in having some changes in dashboard and having new UI or maybe some extra API to let users change as they want.</p>
<p>tnx :)
</p>]]></description>
					</item>
		<item>
			<title>asdevo on "QuickPress category, need hooks"</title>
			<link>http://wordpress.org/extend/ideas/topic/quickpress-category-need-hooks#post-22813</link>
			<pubDate>Sun, 02 Sep 2012 09:09:04 +0000</pubDate>
			<dc:creator>asdevo</dc:creator>
			<guid isPermaLink="false">22813@http://wordpress.org/extend/ideas/</guid>
			<description><![CDATA[<p>Hey, this would be a really useful option! Why wasn't it implemented until now? The ticket is about two years old. Please consider implementing this feature in the next versions of wordpress.
</p>]]></description>
					</item>
		<item>
			<title>Sven on "Recent drafts on dashboard - see drafts and pendings of all users"</title>
			<link>http://wordpress.org/extend/ideas/topic/recent-drafts-on-dashboard-see-drafts-and-pendings-of-all-users#post-22527</link>
			<pubDate>Mon, 23 Jul 2012 08:56:38 +0000</pubDate>
			<dc:creator>Sven</dc:creator>
			<guid isPermaLink="false">22527@http://wordpress.org/extend/ideas/</guid>
			<description><![CDATA[<p>Thanks a lot. It is great, for handling our editors that really makes sense.
</p>]]></description>
					</item>
		<item>
			<title>Ruud Evers on "QuickPress category, need hooks"</title>
			<link>http://wordpress.org/extend/ideas/topic/quickpress-category-need-hooks#post-22274</link>
			<pubDate>Sat, 16 Jun 2012 07:50:24 +0000</pubDate>
			<dc:creator>Ruud Evers</dc:creator>
			<guid isPermaLink="false">22274@http://wordpress.org/extend/ideas/</guid>
			<description><![CDATA[<p>Love this functionality. Doesn't seem to work for 3.3 though. Tried both the version of Mark / t31os and Webgig. Hope this will be implemented soon.
</p>]]></description>
					</item>
		<item>
			<title>Suchmaschinen Positionierung on "Recent drafts on dashboard - see drafts and pendings of all users"</title>
			<link>http://wordpress.org/extend/ideas/topic/recent-drafts-on-dashboard-see-drafts-and-pendings-of-all-users#post-21898</link>
			<pubDate>Tue, 01 May 2012 21:05:35 +0000</pubDate>
			<dc:creator>Suchmaschinen Positionierung</dc:creator>
			<guid isPermaLink="false">21898@http://wordpress.org/extend/ideas/</guid>
			<description><![CDATA[<p>Thanks for the changes :)</p>
<p>Looking good to me
</p>]]></description>
					</item>

	</channel>
</rss>
