<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Viewer URLs - 2 destinations for details page</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Viewer-URLs---2-destinations-for-details-page-80049</link>
        <description></description>
        <pubDate>Wed, 13 May 2026 22:02:26 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Viewer-URLs---2-destinations-for-details-page-80049" rel="self" type="application/rss+xml" />

                <item>
          <title>Viewer URLs - 2 destinations for details page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236663#post2236663</link>
          <description><![CDATA[<p>Thank you</p>]]></description>
          <pubDate>Fri, 01 May 2015 10:34:31 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236663#post2236663</guid>
        </item>
                <item>
          <title>Viewer URLs - 2 destinations for details page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236657#post2236657</link>
          <description><![CDATA[<p>Hi Ted,</p>
<blockquote>
<p>I want to use the same data and listings page for 1 web and 2 mobile.  </p>
<p>Basically a second details page from the same data.  In viewer urls there is only one file accepted I believe.</p>
<p>Is there a solution?</p>
</blockquote>

<p>Yes there is a solution.  </p>
<p>By default, you can automatically create a link to the detail page like this:</p>
<p><code>&lt;a href="&lt;?php echo $record['_link'] ?&gt;"&gt;Read more...&lt;/a&gt;</code></p>
<p>And this would create code like this:</p>
<p><code>&lt;a href="/article.php?Example-article-3"&gt;Read more...&lt;/a&gt;</code></p>

<p>But you can create as many additional links to other detail templates by creating the same link with available variables. </p>
<p>Here is some example code:</p>
<p><code>&lt;a href="/<strong>mobile_article.php</strong>?&lt;?php echo $record['_filename'] ?&gt;-&lt;?php echo $record['num'] ?&gt;"&gt;Read mobile version ...&lt;/a&gt;</code></p>
<p>And this would create code like this:</p>
<p><code>&lt;a href="/<strong>mobile_article.php</strong>?Example-article-3"&gt;Read mobile version ...&lt;/a&gt;</code></p>

<p>Now you can add in as many different detail page templates as needed and create links to each.</p>
<p>Hope this helps. Let me know if you have any questions.</p>


]]></description>
          <pubDate>Thu, 30 Apr 2015 13:32:11 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236657#post2236657</guid>
        </item>
                <item>
          <title>Viewer URLs - 2 destinations for details page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236656#post2236656</link>
          <description><![CDATA[<p>Hi</p>

<p>I want to use the same data and listings page for 1 web and 2 mobile.  </p>
<p>Basically a second details page from the same data.  In viewer urls there is only one file accepted I believe.</p>
<p>Is there a solution?</p>

<p>Ted</p>]]></description>
          <pubDate>Thu, 30 Apr 2015 10:51:25 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236656#post2236656</guid>
        </item>
              </channel>
    </rss>
  