<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>ViewerUrl Difference 1.13 to 1.15</title>
        <link>https://interactivetools.com/forum/forum-posts.php?ViewerUrl-Difference-1_13-to-1_15-68858</link>
        <description></description>
        <pubDate>Sat, 14 Mar 2026 07:05:49 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;ViewerUrl-Difference-1_13-to-1_15-68858" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [Dave] ViewerUrl Difference 1.13 to 1.15</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191536#post2191536</link>
          <description><![CDATA[I already solve it :) Thank you!]]></description>
          <pubDate>Wed, 14 May 2008 02:56:21 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191536#post2191536</guid>
        </item>
                <item>
          <title>Re: [jposwald] ViewerUrl Difference 1.13 to 1.15</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191511#post2191511</link>
          <description><![CDATA[Hi jposwald,<br /><br />Sorry, what am I looking for?  I search the page source of the url and the attached file for the &quot;Certifications&quot; from the link but couldn't find any matches?<br /><br />What part should I look at this isn't working right?<br /><br />Thanks!<br />]]></description>
          <pubDate>Sat, 10 May 2008 16:35:45 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191511#post2191511</guid>
        </item>
                <item>
          <title>Re: [Dave] ViewerUrl Difference 1.13 to 1.15</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191502#post2191502</link>
          <description><![CDATA[<a target="_blank" href="http://www.worldwidetrainings.com/Casos_Estudio_Psicologia_Clinica.php?id=1">http://www.worldwidetrainings.com/Casos_Estudio_Psicologia_Clinica.php?id=1</a> <br /><br />I also attached you Casos_Estudio_Psicologia_Clinica.php <br /><br />It gotta be a simple error I think. <br /><br />Thank you Dave!]]></description>
          <pubDate>Fri, 09 May 2008 14:56:11 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191502#post2191502</guid>
        </item>
                <item>
          <title>Re: [jposwald] ViewerUrl Difference 1.13 to 1.15</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191501#post2191501</link>
          <description><![CDATA[What happens?  What does it output?  Do you have an url?<br />]]></description>
          <pubDate>Fri, 09 May 2008 14:45:32 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191501#post2191501</guid>
        </item>
                <item>
          <title>Re: [Dave] ViewerUrl Difference 1.13 to 1.15</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191499#post2191499</link>
          <description><![CDATA[Dave, <br /><br />It seems not to work yet with: <br /><br />&lt;a href=&quot;Certifications_Management_see.php?&lt;?php echo $record['_filename'] ?&gt;-&lt;?php echo $record['num'] ?&gt; &quot;&gt; <br /><br />also not with: <br /><br />&lt;a href=&quot;Certifications_Management_see.php?&lt;?php echo $casos_estudio_Record['_filename'] ?&gt;-&lt;?php echo $casos_estudio_Record['num'] ?&gt; &quot;&gt; <br /><br />I do not why....<br />]]></description>
          <pubDate>Fri, 09 May 2008 14:06:50 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191499#post2191499</guid>
        </item>
                <item>
          <title>Re: [jposwald] ViewerUrl Difference 1.13 to 1.15</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191490#post2191490</link>
          <description><![CDATA[Hi Juan,<br /><br />If you've already set this up with the older version, the the old viewer code will work fine, so you can continue to use that if you want.<br /><br />But you can use the new code as well. Here's how to do it.  Note that I'll use $record for the variable name, just replace that with whatever your record variable is called.<br /><br />Instead of &lt;?php echo $record['_link'] ?&gt;<br />use this: Certifications_Management_see.php?&lt;?php echo $record['_filename'] ?&gt;-&lt;?php echo $record['num'] ?&gt;<br /><br />That will create the same kind of link but let you link to a different page.  Give that a try and let me know how it works.<br /><br />Also, one more trick.  If you want to see all the values that are available in a variable you can use this code to display them while developing the site:<br /><br /><code>&lt;xmp&gt;&lt;?php print_r($record); ?&gt;&lt;/xmp&gt;</code><br /><br />Hope that helps, let me know how it goes.<br />]]></description>
          <pubDate>Fri, 09 May 2008 10:28:33 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191490#post2191490</guid>
        </item>
                <item>
          <title>ViewerUrl Difference 1.13 to 1.15</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191487#post2191487</link>
          <description><![CDATA[Dave,<br /><br />In 1.13 we had in ListPage the option to point the ViewerUrl in one category to different webpages when we wanted to sort a List by ID=<br /><br />For ex in 1.13,<br />I have the Certifications Category where:<br /><br />$options['viewerUrl'] = 'Certifications_Management_see.php'; <br /><br />and now in 1.15 i cannot do it because it has to be directly from CMS...<br /><br />is there a string code to add to certain webpages their viewerurl?<br /><br />I tried with:<br /><br />  list($certifications_Record, $certifications_Details) = getRecords(array(<br />    'tableName'   =&gt; 'certifications_',<br />    'perPage'     =&gt; '10',<br />    'viewerUrl'   =&gt; 'Certifications_Management_see.php';<br />  ));<br /><br />But it does not work :(<br /><br />Do you know how to make it work?<br /><br />Best Regards, Juan]]></description>
          <pubDate>Fri, 09 May 2008 03:53:19 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191487#post2191487</guid>
        </item>
              </channel>
    </rss>
  