<?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: Entry Details - Incorrect link/path to image</title>
		<link>https://legacy.forums.gravityhelp.com/topic/entry-details-incorrect-linkpath-to-image</link>
		<description>Gravity Support Forums Topic: Entry Details - Incorrect link/path to image</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:28:48 +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/entry-details-incorrect-linkpath-to-image" rel="self" type="application/rss+xml" />

		<item>
			<title>Dana Cobb on "Entry Details - Incorrect link/path to image"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entry-details-incorrect-linkpath-to-image#post-52374</link>
			<pubDate>Wed, 14 Mar 2012 10:24:41 +0000</pubDate>
			<dc:creator>Dana Cobb</dc:creator>
			<guid isPermaLink="false">52374@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, derekshirk,&#60;/p&#62;
&#60;p&#62;When you directly load the link for the URL (not in the admin) using the path it is supposed to be, does the image display? The code looks correct, but I am wondering if maybe you need to reference the URL differently, in case there are virtual paths and the root URL is really something like &#60;a href=&#34;http://www.mydomain.com/gallery/photos-page/image.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.mydomain.com/gallery/photos-page/image.jpg&#60;/a&#62; .
&#60;/p&#62;</description>
		</item>
		<item>
			<title>derekshirk on "Entry Details - Incorrect link/path to image"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entry-details-incorrect-linkpath-to-image#post-51506</link>
			<pubDate>Tue, 06 Mar 2012 17:21:28 +0000</pubDate>
			<dc:creator>derekshirk</dc:creator>
			<guid isPermaLink="false">51506@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am using the following code in my functions.php to update the upload path of images submitted via my form:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* This function needs the correct form id and server path */
add_filter(&#38;quot;gform_upload_path_1&#38;quot;, &#38;quot;change_upload_path&#38;quot;);
        function change_upload_path($path_info){
            $path_info[&#38;quot;path&#38;quot;] = &#38;quot;/mnt/stor1-wc2-dfw1/467468/658308/www.mydomain.com/web/content/wp-content/gallery/photos-page/&#38;quot;;
            $path_info[&#38;quot;url&#38;quot;] = &#38;quot;http://www.mydomain.com/wp-content/gallery/photos-page/&#38;quot;;
            return $path_info;
        }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This is working perfectly. The problem I am having is when I am viewing any of the entry details&#60;br /&#62;
 (admin.php?page=gf_entries&#38;amp;view=entry&#38;amp;id=1&#38;amp;lid=49&#38;amp;paged=1)&#60;/p&#62;
&#60;p&#62;The link for the uploaded image is incorrect. When I click on the image title which is supposed to link to the uploaded image it links to &#60;a href=&#34;http://www.mydomain.com/image.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.mydomain.com/image.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I need the link to be &#60;a href=&#34;http://www.mydomain.com/wp-content/gallery/photos-page/image.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.mydomain.com/wp-content/gallery/photos-page/image.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Does this make sense? I've tried browsing the entry_detail.php file to find the correct href to update but can't seem to locate it.  Can anyone advise me on how to accomplish this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
