<?xml version="1.0"?><!-- 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>MachForm Community Forums Topic: Reset filters on login</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Reset filters on login</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 23:27:55 +0000</pubDate>

<item>
<title>yuniar on "Reset filters on login"</title>
<link>https://www.machform.com/forums/topic/reset-filters-on-login#post-23619</link>
<pubDate>Mon, 13 Jul 2015 13:44:32 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">23619@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;This is possible through some small modification.&#60;br /&#62;
You can edit your &#34;manage_forms.php&#34; file.&#60;/p&#62;
&#60;p&#62;Search around line 32 for this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$form_sort_by_complete = &#38;#39;date_created-desc&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Below that line, add this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$query = &#38;quot;update &#38;quot;.MF_TABLE_PREFIX.&#38;quot;entries_preferences set entries_enable_filter = 0 where user_id=?&#38;quot;;
$params = array($_SESSION[&#38;#39;mf_user_id&#38;#39;]);
mf_do_query($query,$params,$dbh);

$query = &#38;quot;delete from &#38;quot;.MF_TABLE_PREFIX.&#38;quot;form_filters where user_id=?&#38;quot;;
$params = array($_SESSION[&#38;#39;mf_user_id&#38;#39;]);
mf_do_query($query,$params,$dbh);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This will reset your filters every time you go to the form manager page.
&#60;/p&#62;</description>
</item>
<item>
<title>shaunmcgrath on "Reset filters on login"</title>
<link>https://www.machform.com/forums/topic/reset-filters-on-login#post-23599</link>
<pubDate>Fri, 10 Jul 2015 06:59:31 +0000</pubDate>
<dc:creator>shaunmcgrath</dc:creator>
<guid isPermaLink="false">23599@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Is it possible to set something so that any filters i add to my entries page automatically reset when i leave the page or log out?&#60;/p&#62;
&#60;p&#62;I work with a large amount of data and set filters whenever I jump in there, would be nice to not have to click the Clear Filters and wait for the page to refresh every time..&#60;/p&#62;
&#60;p&#62;Let me know&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
</item>

</channel>
</rss>
