<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title></title>
        <link>https://interactivetools.com/forum/forum-search.php?k=user%3Alozzer</link>
        <description></description>
        <pubDate>Tue, 19 May 2026 16:26:23 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Alozzer&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Populate dropdown from another dropdown</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238923#post2238923</link>
          <description><![CDATA[<p>Hi</p>
<p>I am building a page where I would like to have four drop-downs to filter down the data displayed from a particular section. The results from the first one would then populate the second one, the results from that one would populate the third one and so on. I'd like the drop-downs to change automatically upon selection. Can anyone point me in the direction of how I can achieve this?</p>
<p>Thanks</p>]]></description>
          <pubDate>Sun, 22 May 2016 01:32:03 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238923#post2238923</guid>
        </item>
                <item>
          <title>Populating multiple fields from pulldown list</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238389#post2238389</link>
          <description><![CDATA[<p>Thanks Greg. I've had a couple of emails from Ross, so I hope we'll get it sorted! Lozzer</p>]]></description>
          <pubDate>Thu, 25 Feb 2016 10:05:53 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238389#post2238389</guid>
        </item>
                <item>
          <title>Populating multiple fields from pulldown list</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238366#post2238366</link>
          <description><![CDATA[<p>Hi Greg,</p>
<p>The information is being transferred from large CSV files where the data is already in this format - records with personal data and performance data combined.</p>
<p>Once this data has been transferred over, I'd like to be able to enter new performance data for an individual who already has a record without having to enter their personal data (ID, First Name, Last Name, DOB) again; but the option needs to remain to enter this information manually for new individuals, if that makes sense.</p>
<p>I'm just getting started with MySQL stuff. Is this something I can hire one of you guys to write?</p>
<p>Thanks, Lozzer</p>]]></description>
          <pubDate>Wed, 24 Feb 2016 00:46:07 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238366#post2238366</guid>
        </item>
                <item>
          <title>Populating multiple fields from pulldown list</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238347#post2238347</link>
          <description><![CDATA[<p>I have a slightly tricky query to explain!</p>
<p>I have a CMSB setup which has a 'report' section, where performance is recorded for an individual person at several times. The report only contains four fields (First Name, Last Name, Date of Birth and ID) relating to the person, with a further dozen fields for each 'performance'. Rather than having to input those four fields each time, I'd like to be able to select an individual from a pulldown list in the Section Editor to populate those four blank fields.</p>
<p>I have been able to get the pulldown list working OK using the following MySQL query:</p>
<p>&lt;?php $numValue = (@$ESCAPED_FILTER_VALUE )? $ESCAPED_FILTER_VALUE : '0'; ?&gt;</p>
<p>SELECT num, CONCAT(FirstName,' ', LastName, ' [', ID,']')<br />FROM `&lt;?php echo $TABLE_PREFIX ?&gt;report`<br />WHERE num != &lt;?php echo $numValue; ?&gt;</p>
<p>But I cannot figure out how to make the selection populate then populate those four fields. Any help gratefully received!</p>]]></description>
          <pubDate>Mon, 22 Feb 2016 12:02:12 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238347#post2238347</guid>
        </item>
                <item>
          <title>Website membership plugin issue</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233290#post2233290</link>
          <description><![CDATA[<p>That's great Greg - everything works perfectly now! Thanks for all your help - Lozzer</p>]]></description>
          <pubDate>Mon, 24 Feb 2014 13:21:50 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233290#post2233290</guid>
        </item>
                <item>
          <title>Website membership plugin issue</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233286#post2233286</link>
          <description><![CDATA[<p>Hi Greg. Thanks for that! This seems to have cured the login redirect, but it doesn't seem to have made any difference to the logout redirect. Logout currently takes people back to user-login.php...</p>]]></description>
          <pubDate>Mon, 24 Feb 2014 11:16:04 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233286#post2233286</guid>
        </item>
                <item>
          <title>Website membership plugin issue</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233256#post2233256</link>
          <description><![CDATA[<p>Hi Greg,</p>
<p>Thanks for your reply. I used the generated code for 'user-login.php' which contains the following code:</p>
<p>if (!getPrefixedCookie('lastUrl')) { setPrefixedCookie('lastUrl', @$_SERVER['HTTP_REFERER'] ); } </p>
<p>I also note that 'websiteMembership.php' page itself has the following code:</p>
<p>if ($returnAfterLogin) { setPrefixedCookie('lastUrl', thisPageUrl()); }</p>
<p>Do these have to be removed? No other pages have the lastUrl cookie...</p>]]></description>
          <pubDate>Wed, 19 Feb 2014 14:02:54 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233256#post2233256</guid>
        </item>
                <item>
          <title>Website membership plugin issue</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233225#post2233225</link>
          <description><![CDATA[<p>I'm running Website Membership v1.10 on CMSB 2.53. I want to users manually, so there is no user-signup page. All other pages are present (user-login, user-profile, user-password-reset and user-password-request) plus user-logoff.</p>
<p>I have set the following URLs for redirect:</p>
<p>$GLOBALS['WEBSITE_LOGIN_POST_LOGIN_URL'] = '/membersdiary.php';<br />$GLOBALS['WEBSITE_LOGIN_POST_LOGOFF_URL'] = '/user-logoff.php';</p>
<p>user-logoff is via a text link:  ?action=logoff</p>
<p>On both login and logoff, the page which loads can to be any one a number of previously visited pages (on this website). Logoff certainly never redirects to user-logoff.php</p>
<p>Am I missing something obvious?</p>]]></description>
          <pubDate>Sat, 15 Feb 2014 08:48:10 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233225#post2233225</guid>
        </item>
                <item>
          <title>Error message appears after reinstall</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233205#post2233205</link>
          <description><![CDATA[<p>Thanks Dave. That seems to have sorted it!</p>]]></description>
          <pubDate>Thu, 13 Feb 2014 11:58:04 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233205#post2233205</guid>
        </item>
                <item>
          <title>Error message appears after reinstall</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233198#post2233198</link>
          <description><![CDATA[<p>After reinstalling CMS Builder on a client site, I get this error message appearing on the top of each screen:</p>
<p>Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in..............cmsAdmin/lib/login_functions.php on line 308</p>
<p>Anyone seen this message before? Or know of a solution?</p>]]></description>
          <pubDate>Thu, 13 Feb 2014 09:36:01 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233198#post2233198</guid>
        </item>
                <item>
          <title>Re: [Dave] WYSIWYG editor</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194612#post2194612</link>
          <description><![CDATA[Thanks. That did the trick!<br />]]></description>
          <pubDate>Tue, 09 Dec 2008 16:28:10 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194612#post2194612</guid>
        </item>
                <item>
          <title>WYSIWYG editor</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194564#post2194564</link>
          <description><![CDATA[Hi,<br /><br />I have just done my first CMS builder install on a client site but have a problem with the WYSIWYG editor, in that it does not appear. Instead I just have blank space. I have seen others with the same issue and have followed the same procedure, checking multiple browsers (the WYSIWYG editors on other client sites running Page Publisher etc work fine) and also the test page on moxiecode.com. How can it be fixed?<br /><br />Thanks<br />]]></description>
          <pubDate>Sat, 06 Dec 2008 11:06:45 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194564#post2194564</guid>
        </item>
              </channel>
    </rss>
  