<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet href="https://brooke.codes/wp-content/plugins/pretty-rss-feeds/xslt/pretty-feed.xsl" type="text/xsl" media="screen" ?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments for &lt;Brooke&gt; &lt;Codes&gt;	</title>
	<atom:link href="https://brooke.codes/comments/feed/" rel="self" type="application/rss+xml" />
	<link>https://brooke.codes</link>
	<description>The Tech Blog of Brooke. </description>
	<lastBuildDate>Thu, 27 Mar 2025 04:50:37 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		Comment on Uploading Files as Post attachments with Gravity Forms by Azmir		</title>
		<link>https://brooke.codes/2013/03/05/uploading-files-as-post-attachments-with-gravity-forms/#comment-86</link>

		<dc:creator><![CDATA[Azmir]]></dc:creator>
		<pubDate>Wed, 19 Apr 2017 10:01:03 +0000</pubDate>
		<guid isPermaLink="false">https://brooke.codes/?p=304#comment-86</guid>

					<description><![CDATA[Hi, I&#039;m a bit new to &quot;Custom Post Type&quot;. Is there a step by step instruction on how to use your code to include uploaded file (PDF) as post attachment?]]></description>
			<content:encoded><![CDATA[<p>Hi, I&#8217;m a bit new to &#8220;Custom Post Type&#8221;. Is there a step by step instruction on how to use your code to include uploaded file (PDF) as post attachment?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Uploading Files as Post attachments with Gravity Forms by Ahmed Nabil		</title>
		<link>https://brooke.codes/2013/03/05/uploading-files-as-post-attachments-with-gravity-forms/#comment-85</link>

		<dc:creator><![CDATA[Ahmed Nabil]]></dc:creator>
		<pubDate>Mon, 21 Nov 2016 04:23:27 +0000</pubDate>
		<guid isPermaLink="false">https://brooke.codes/?p=304#comment-85</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://brooke.codes/2013/03/05/uploading-files-as-post-attachments-with-gravity-forms/#comment-84&quot;&gt;Titanium Creative, Inc.&lt;/a&gt;.

can you help me with the new full code i can&#039;t figure out why it isn&#039;t working]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://brooke.codes/2013/03/05/uploading-files-as-post-attachments-with-gravity-forms/#comment-84">Titanium Creative, Inc.</a>.</p>
<p>can you help me with the new full code i can&#8217;t figure out why it isn&#8217;t working</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Uploading Files as Post attachments with Gravity Forms by Titanium Creative, Inc.		</title>
		<link>https://brooke.codes/2013/03/05/uploading-files-as-post-attachments-with-gravity-forms/#comment-84</link>

		<dc:creator><![CDATA[Titanium Creative, Inc.]]></dc:creator>
		<pubDate>Fri, 06 May 2016 14:30:45 +0000</pubDate>
		<guid isPermaLink="false">https://brooke.codes/?p=304#comment-84</guid>

					<description><![CDATA[Actually, I just realized i just need to:
$files = json_decode($entry[$field-&#062;id]);]]></description>
			<content:encoded><![CDATA[<p>Actually, I just realized i just need to:<br />
$files = json_decode($entry[$field-&gt;id]);</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Uploading Files as Post attachments with Gravity Forms by Titanium Creative, Inc.		</title>
		<link>https://brooke.codes/2013/03/05/uploading-files-as-post-attachments-with-gravity-forms/#comment-83</link>

		<dc:creator><![CDATA[Titanium Creative, Inc.]]></dc:creator>
		<pubDate>Fri, 06 May 2016 14:22:50 +0000</pubDate>
		<guid isPermaLink="false">https://brooke.codes/?p=304#comment-83</guid>

					<description><![CDATA[Looks like this no longer works. I am using that hook and $_FILES is empty. The field with type fileupload has a comma delimited slashed string. I am doing:
`$files = str_replace(&#039;&quot;&#039;, &#039;&#039;, stripslashes($_entry[$field-&#062;ID]]));
$files = explode(&#039;,&#039;, $files);`
to get an array of uploaded files. They are uploaded to the gravity form uploads in an encoded folder.
I can then break apart each file to get the filename and path.
I&#039;m getting $field by looping through $form[&#039;fields&#039;] and processing each field with $entry.]]></description>
			<content:encoded><![CDATA[<p>Looks like this no longer works. I am using that hook and $_FILES is empty. The field with type fileupload has a comma delimited slashed string. I am doing:<br />
`$files = str_replace(&#8216;&#8221;&#8216;, &#8221;, stripslashes($_entry[$field-&gt;ID]]));<br />
$files = explode(&#8216;,&#8217;, $files);`<br />
to get an array of uploaded files. They are uploaded to the gravity form uploads in an encoded folder.<br />
I can then break apart each file to get the filename and path.<br />
I&#8217;m getting $field by looping through $form[&#8216;fields&#8217;] and processing each field with $entry.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on MobileESP for WordPress 1.5.3 released by rains2013		</title>
		<link>https://brooke.codes/2013/08/15/mobileesp-for-wordpress-1-5-3-released/#comment-90</link>

		<dc:creator><![CDATA[rains2013]]></dc:creator>
		<pubDate>Mon, 22 Sep 2014 12:53:54 +0000</pubDate>
		<guid isPermaLink="false">https://brooke.codes/?p=366#comment-90</guid>

					<description><![CDATA[Hello Bandon Randon

I am using the MobileESP 1.5.3 plugin, WP version 3.9.2 and it works well to redirect the mobile users to the mobile page but the link that says Visit Desktop Site does not take the user to the full wp site link that i have placed. I looked in the forums and also checked the code from $domain = parse_url($site_url, PHP_URL_HOST); ---- $_COOKIE[&#039;mobileesp_wp_full_site&#039;] = 0; that you provided in the support forums but still the link takes me back to the mobile site link instead of the full wp site link.

I have 2 different pages with different page templates one being for the desktop users &#038; the other one for the mobile users having limited, important content and menus. Now this mobile page has a link : Visit Desktop Site that gives the mobile users an option to see the full desktop site. I also placed the string ?view_full_site=true after the link to force the mobile users to go to the full desktop link still takes me to the mobile site link. Can you pl help me get this work the way i want ?

Regards
Renu]]></description>
			<content:encoded><![CDATA[<p>Hello Bandon Randon</p>
<p>I am using the MobileESP 1.5.3 plugin, WP version 3.9.2 and it works well to redirect the mobile users to the mobile page but the link that says Visit Desktop Site does not take the user to the full wp site link that i have placed. I looked in the forums and also checked the code from $domain = parse_url($site_url, PHP_URL_HOST); &#8212;- $_COOKIE[&#8216;mobileesp_wp_full_site&#8217;] = 0; that you provided in the support forums but still the link takes me back to the mobile site link instead of the full wp site link.</p>
<p>I have 2 different pages with different page templates one being for the desktop users &amp; the other one for the mobile users having limited, important content and menus. Now this mobile page has a link : Visit Desktop Site that gives the mobile users an option to see the full desktop site. I also placed the string ?view_full_site=true after the link to force the mobile users to go to the full desktop link still takes me to the mobile site link. Can you pl help me get this work the way i want ?</p>
<p>Regards<br />
Renu</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on I&#8217;m an Automattician by Mark Jaquith		</title>
		<link>https://brooke.codes/2013/12/14/im-an-automattician/#comment-91</link>

		<dc:creator><![CDATA[Mark Jaquith]]></dc:creator>
		<pubDate>Mon, 05 May 2014 20:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://tech.bandonrandon.com/?p=446#comment-91</guid>

					<description><![CDATA[Totally missed this. Late congrats!]]></description>
			<content:encoded><![CDATA[<p>Totally missed this. Late congrats!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Uploading Files as Post attachments with Gravity Forms by atlanteavila		</title>
		<link>https://brooke.codes/2013/03/05/uploading-files-as-post-attachments-with-gravity-forms/#comment-82</link>

		<dc:creator><![CDATA[atlanteavila]]></dc:creator>
		<pubDate>Tue, 29 Oct 2013 18:07:33 +0000</pubDate>
		<guid isPermaLink="false">https://brooke.codes/?p=304#comment-82</guid>

					<description><![CDATA[Hi simple question, does this work with all forms I don&#039;t see it targeting a specific form, less I&#039;m missing something. Also, how do I place a link to the file from within the loop? Thanks!]]></description>
			<content:encoded><![CDATA[<p>Hi simple question, does this work with all forms I don&#8217;t see it targeting a specific form, less I&#8217;m missing something. Also, how do I place a link to the file from within the loop? Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on MP6 Light by Muhammadibn		</title>
		<link>https://brooke.codes/2013/07/28/mp6-light/#comment-89</link>

		<dc:creator><![CDATA[Muhammadibn]]></dc:creator>
		<pubDate>Sun, 11 Aug 2013 14:21:32 +0000</pubDate>
		<guid isPermaLink="false">https://brooke.codes/?p=352#comment-89</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://brooke.codes/2013/07/28/mp6-light/#comment-88&quot;&gt;BandonRandon&lt;/a&gt;.

Hi, I&#039;ve checked and the standard MP6 plugin works fine and the sub-menus are readable!
Looks like it might be something to do with MP6-light]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://brooke.codes/2013/07/28/mp6-light/#comment-88">BandonRandon</a>.</p>
<p>Hi, I&#8217;ve checked and the standard MP6 plugin works fine and the sub-menus are readable!<br />
Looks like it might be something to do with MP6-light</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on MP6 Light by BandonRandon		</title>
		<link>https://brooke.codes/2013/07/28/mp6-light/#comment-88</link>

		<dc:creator><![CDATA[BandonRandon]]></dc:creator>
		<pubDate>Sun, 11 Aug 2013 05:00:05 +0000</pubDate>
		<guid isPermaLink="false">https://brooke.codes/?p=352#comment-88</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://brooke.codes/2013/07/28/mp6-light/#comment-87&quot;&gt;Muhammadibn&lt;/a&gt;.

Hi, is the problem only happening with MP6-light or does it also happen with MP6? In my testign it was happening with both plugins. If it happens with MP6 (with light disabled) please report the bug at http://make.wordpress.org/ui/2013/07/30/mp6-1-9/ for the WordPress team to have a look. If it&#039;s only happening with the light version let me know and I&#039;ll have a look.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://brooke.codes/2013/07/28/mp6-light/#comment-87">Muhammadibn</a>.</p>
<p>Hi, is the problem only happening with MP6-light or does it also happen with MP6? In my testign it was happening with both plugins. If it happens with MP6 (with light disabled) please report the bug at <a href="http://make.wordpress.org/ui/2013/07/30/mp6-1-9/" rel="nofollow ugc">http://make.wordpress.org/ui/2013/07/30/mp6-1-9/</a> for the WordPress team to have a look. If it&#8217;s only happening with the light version let me know and I&#8217;ll have a look.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on MP6 Light by Muhammadibn		</title>
		<link>https://brooke.codes/2013/07/28/mp6-light/#comment-87</link>

		<dc:creator><![CDATA[Muhammadibn]]></dc:creator>
		<pubDate>Sat, 10 Aug 2013 09:16:47 +0000</pubDate>
		<guid isPermaLink="false">https://brooke.codes/?p=352#comment-87</guid>

					<description><![CDATA[Hi, I really like mp6 and The light version you&#039;ve created is just great for me. One thing. On my nexus 4 the text in the sub-menus in the left menu disappears. If you could please look into that.

Regards]]></description>
			<content:encoded><![CDATA[<p>Hi, I really like mp6 and The light version you&#8217;ve created is just great for me. One thing. On my nexus 4 the text in the sub-menus in the left menu disappears. If you could please look into that.</p>
<p>Regards</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
