<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.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>Gravity Support Forums Topic: Too many Users - Author dropdown timing out and crashing</title>
		<link>https://legacy.forums.gravityhelp.com/topic/too-many-users-author-dropdown-timing-out-and-crashing</link>
		<description>Gravity Support Forums Topic: Too many Users - Author dropdown timing out and crashing</description>
		<language>en-US</language>
		<pubDate>Sat, 11 Apr 2026 15:33:22 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/too-many-users-author-dropdown-timing-out-and-crashing" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Too many Users - Author dropdown timing out and crashing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/too-many-users-author-dropdown-timing-out-and-crashing#post-41693</link>
			<pubDate>Sun, 20 Nov 2011 20:53:46 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">41693@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you got it worked out, thanks for letting us know.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jackie on "Too many Users - Author dropdown timing out and crashing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/too-many-users-author-dropdown-timing-out-and-crashing#post-41692</link>
			<pubDate>Sun, 20 Nov 2011 20:44:45 +0000</pubDate>
			<dc:creator>Jackie</dc:creator>
			<guid isPermaLink="false">41692@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Just answered my own question&#60;/p&#62;
&#60;blockquote&#62;
&#60;p&#62;        //Allows manipulation of the arguments that are used to create the user drop down (by the wp_dropdown_users function)&#60;/p&#62;
&#60;p&#62;        //Visit &#60;a href=&#34;http://codex.wordpress.org/Template_Tags/wp_dropdown_users&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Template_Tags/wp_dropdown_users&#60;/a&#62; for a more details on the available options&#60;/p&#62;
&#60;p&#62;        add_filter(&#34;gform_author_dropdown_args&#34;, set_users);&#60;/p&#62;
&#60;p&#62;        function set_users($args){&#60;/p&#62;
&#60;p&#62;            //only include user with id=1&#60;/p&#62;
&#60;p&#62;            $args[&#34;include&#34;] = 1;&#60;/p&#62;
&#60;p&#62;            return $args;&#60;/p&#62;
&#60;p&#62;        }&#60;/p&#62;
&#60;/blockquote&#62;</description>
		</item>
		<item>
			<title>Jackie on "Too many Users - Author dropdown timing out and crashing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/too-many-users-author-dropdown-timing-out-and-crashing#post-41687</link>
			<pubDate>Sun, 20 Nov 2011 20:34:10 +0000</pubDate>
			<dc:creator>Jackie</dc:creator>
			<guid isPermaLink="false">41687@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;For example, in the advanced settings for &#34;Post Title&#34;&#60;br /&#62;
Default Post Author will attempt to create a dropdown of all users in the database.&#60;br /&#62;
Our website has 380K+ users so this is a problem as the script tries to load all 380K+ author names into the dropdown, which ultimately either timesout, or crashes the browser with JQuery errors.&#60;/p&#62;
&#60;p&#62;Is there a workaround we can use?&#60;br /&#62;
For the future.. Ideally, having a auto-complete there would be best and not use a dropdown at all.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
