<?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%3AScottL</link>
        <description></description>
        <pubDate>Mon, 20 Apr 2026 23:45:16 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3AScottL&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Warning: require_once(... – nothing changed in my setup &amp; I&apos;m getting this error message.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240580#post2240580</link>
          <description><![CDATA[<p>Thanks Damon.</p>
<p>You are correct.   No idea why the host changed server paths.   I was only able to login to CMS Builder after updating settings.dat.php.  Now I'll have to go thru all the php files and update the server path.</p>

<p>Thanks!</p>
<p>Scott</p>
]]></description>
          <pubDate>Tue, 23 May 2017 14:26:27 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240580#post2240580</guid>
        </item>
                <item>
          <title>Warning: require_once(... – nothing changed in my setup &amp; I&apos;m getting this error message.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240577#post2240577</link>
          <description><![CDATA[<p>Nobody? Or is this a paid request for help?</p>]]></description>
          <pubDate>Tue, 23 May 2017 12:47:05 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240577#post2240577</guid>
        </item>
                <item>
          <title>Warning: require_once(... – nothing changed in my setup &amp; I&apos;m getting this error message.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240568#post2240568</link>
          <description><![CDATA[<p><b>I've recently started getting this error just out of the blue and it's taken the site down....</b></p>
<p><b>Warning</b>: require_once(/home/content/t/a/u/tauk2010/html/cmsAdmin/lib/viewer_functions.php) [function.require-once]: failed to open stream: No such file or directory in <b>/home/content/68/5496768/html/index.php</b> on line <b>4</b><br /><br /><b>Fatal error</b>: require_once() [function.require]: Failed opening required '/home/content/t/a/u/tauk2010/html/cmsAdmin/lib/viewer_functions.php' (include_path='.:/usr/local/php5/lib/php') in <b>/home/content/68/5496768/html/index.php</b> on line <b>4</b></p>
<p>The viewer_functions.php is still in the correct location.</p>
<p> require_once "/home/content/t/a/u/tauk2010/html/cmsAdmin/lib/viewer_functions.php";</p>
<p>Replaced and tried this...</p>
<p>// load viewer library<br />$libraryPath = 'cmsAdmin/lib/viewer_functions.php';<br />$dirsToCheck = array('/home/content/t/a/u/tauk2010/html/','','../','../../','../../../');<br />foreach ($dirsToCheck as $dir) { if (@include_once("$dir$libraryPath")) { break; }}<br />if (!function_exists('getRecords')) { die("Couldn't load viewer library, check filepath in sourcecode."); }</p>
<p>Then got this error:  </p>
<p>session.save_path doesn't exist! (/home/content/t/a/u/tauk2010/html/tauksessions2013)</p>
<p>To change session settings edit /data/settings.dat.php</p>
<p>Suggestion?   Thanks.</p>]]></description>
          <pubDate>Sun, 21 May 2017 20:14:06 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240568#post2240568</guid>
        </item>
                <item>
          <title>Add thumbnail image to listing</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238331#post2238331</link>
          <description><![CDATA[<p>Perfect.  Thanks!</p>]]></description>
          <pubDate>Wed, 17 Feb 2016 18:04:27 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238331#post2238331</guid>
        </item>
                <item>
          <title>Add thumbnail image to listing</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238327#post2238327</link>
          <description><![CDATA[<p>Yes, I can get an upload to display fine when using the raw code from code generator, but when I transfer it over to my current setup, I'm getting errors:</p>
<p><span>Notice: Undefined variable: record in /hermes/bosnaweb07a/b687/ipw.website/public_html/forsale.php on line 110 Warning: Invalid argument supplied for foreach() in /hermes/bosnaweb07a/b687/ipw.eaglescove/public_html/forsale.php on line 110</span></p>
<p>It's setup to display a list of categories, then records under each category.  </p>
<p>I've attached my php file.</p>
<p>Thanks</p>]]></description>
          <pubDate>Wed, 17 Feb 2016 12:24:48 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238327#post2238327</guid>
        </item>
                <item>
          <title>Add thumbnail image to listing</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238316#post2238316</link>
          <description><![CDATA[<p>How can I add a thumbnail to an Product Listing?  </p>

<p>This displays as:</p>
<p><span style="color:#800080;"><strong>• Product Category<br /><br /></strong><strong><span style="color:#ff0000;"><em>(want thumb here)</em> </span>Product Item Here -<span style="text-decoration:underline;"> <em>more info</em></span></strong></span></p>


<p>Here's the code I'm using on the List page:</p>
<p>&lt;div align="left"&gt;<br /> &lt;?php foreach ($interior_categoriesRecords as $categoryRecord): ?&gt; <br /> &lt;?php echo $categoryRecord['_listItemStart'] ?&gt; <br /><br /> &lt;?php if ($categoryRecord['_isSelected']): ?&gt;<br /><br /> &lt;?php endif ?&gt; <br />&lt;span class="projectcategory"&gt;&lt;?php echo $categoryRecord['name'] ?&gt;&lt;/span&gt;<br /> &lt;?php if ($categoryRecord['_isSelected']): ?&gt;<br /><br /> &lt;?php endif ?&gt;<br /> &lt;?php if (array_key_exists($categoryRecord['num'], $projectRecordsByCategory)):?&gt;<br /> &lt;ul&gt;<br /> &lt;?php foreach ($projectRecordsByCategory[$categoryRecord['num']] as $project): ?&gt;<br /> &lt;/ul&gt;<br /> &lt;p class = "projectarticle"&gt;&lt;?php echo $project['title'];?&gt;&lt;em&gt; &lt;/em&gt;&lt;a href = "&lt;?php echo $project['_link'];?&gt;"&gt;&lt;em&gt;&amp;ndash; more info&lt;/em&gt;&lt;/a&gt; &lt;/p&gt;<br /> &lt;?php endforeach ?&gt;<br /><br /> &lt;/span&gt;&lt;/p&gt;<br /><br /> &lt;?php endif ?&gt;</p>
<p><br /> &lt;?php echo $categoryRecord['_listItemEnd'] ?&gt; <br /> &lt;?php endforeach ?&gt; <br /> &lt;/span&gt; &lt;/div&gt;</p>
<p>Thanks</p>]]></description>
          <pubDate>Tue, 16 Feb 2016 18:01:41 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238316#post2238316</guid>
        </item>
                <item>
          <title>Master password for CMS Membership</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234261#post2234261</link>
          <description><![CDATA[<p>Is there an option to use a master password with the membership plugin,  to login and view member profiles?   Thanks.</p>]]></description>
          <pubDate>Wed, 25 Jun 2014 07:49:40 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234261#post2234261</guid>
        </item>
                <item>
          <title>Master Password for Member Profiles</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234225#post2234225</link>
          <description><![CDATA[<p>I would like to utilize a master password to login and view any members that have signed up for membership.</p>
<p>This code was available in a previous post but does not work with my code. (see below).</p>
<p>Suggestions?   Thanks.</p>
<p>--------------only previous forum post with master password code ---------------</p>
<p>// MASTER PASSWORD<br />if (!$isValidLogin) {<br />$masterPassword = "mymasterpasswordhere";<br />$isValidLogin = $currentUser &amp;&amp; (md5($masterPassword) == @$_SESSION['passwordHash']);;<br />}</p>
<p>------------- part of my memberhip.php code (it's custom) ---------------------</p>
<p>&lt;?php</p>
<p>/*</p>
<p>Plugin Name: Website Membership</p>
<p>Description: Website membership functions for user sign-up, password reminder, login, user specific content, and login only content</p>
<p>Version: 1.10</p>
<p>Requires at least: 2.52</p>
<p>Required System Plugin: True</p>
<p>*/</p>
<p>// UPDATE THESE VALUES</p>
<p>$GLOBALS['WEBSITE_LOGIN_LOGIN_FORM_URL'] = '/member-login.php'; // url to login form</p>
<p>$GLOBALS['WEBSITE_LOGIN_SIGNUP_URL'] = '/member-signup.php'; // signup url linked to from the login page</p>
<p>$GLOBALS['WEBSITE_LOGIN_REMINDER_URL'] = '/member-password-request.php'; // password reminder url linked to from the login page</p>
<p>$GLOBALS['WEBSITE_LOGIN_RESET_URL'] = '/member-password-reset.php'; // password reminder url linked to from the login page</p>
<p>$GLOBALS['WEBSITE_LOGIN_PROFILE_URL'] = '/member-edit-profile.php'; // url to "edit my profile" page</p>
<p>$GLOBALS['WEBSITE_LOGIN_REQUIRED_FIELDS'] = array('agree_tos','agree_legal'); // if user is logged in and any of these fields exist and are blank (or zero) they will be redirected to the profile url with ?missing_fields=1 set</p>
<p>// After login, user gets redirected to the last page they were on (if defined), the url below, or to /</p>
<p>$GLOBALS['WEBSITE_LOGIN_POST_LOGIN_URL'] = '/Athlete-Dashboard.php';</p>
<p>// After logoff, user gets redirected to the last page they were on (if defined), the url below, or to /</p>
<p>$GLOBALS['WEBSITE_LOGIN_POST_LOGOFF_URL'] = '/membership.php';</p>
<p>$GLOBALS['WSM_ACCOUNTS_TABLE'] = 'members'; // set the accounts table WSM uses, change this to store website accounts in a different table</p>
<p>$GLOBALS['WSM_SEPARATE_LOGIN'] = true; // set this to allow you to login to the website and CMS simultaneously as different users</p>
<p>// DON'T UPDATE ANYTHING BELOW THIS LINE</p>
<p>$GLOBALS['WEBSITE_MEMBERSHIP_PLUGIN'] = true;</p>
<p>$GLOBALS['WEBSITE_MEMBERSHIP_VERSION'] = '1.10';</p>
<p>// plugin actions</p>
<p>addAction('viewer_postinit', '_websiteLogin_init', null, 0);</p>
<p>addAction('record_presave', 'wsm_customAccountsTable_hashPasswords', null, 3);</p>
<p>// add links to plugin menu</p>
<p>pluginAction_addHandlerAndLink('Email Templates', 'wsm_plugin_menu_redirect_templates', 'admins');</p>
<p>pluginAction_addHandlerAndLink('Code Generator', 'wsm_plugin_menu_redirect_generator', 'admins');</p>
<p>// add menu to code generator</p>
<p>addGenerator('wsm_codeGenerator', t("Website Membership"), t("Create membership pages such as login, signup, reset password, profile, etc"));</p>
<p>// add email templates to CMS</p>
<p>addAction('emailTemplate_addDefaults', 'wsm_emailTemplates_install', null, 0);</p>
<p>// uncomment this to automatically start a session with every page load</p>
<p>// if (!defined('START_SESSION')) { define('START_SESSION', true); }</p>
<p>//</p>
<p>function _websiteLogin_init() {</p>
<p>if (defined('IS_CMS_ADMIN')) { return; } // only run this form website viewers, not CMS admin pages</p>
<p>if (inCLI()) { return; } // don't run for command line scripts</p>
<p>// load login functions</p>
<p>require_once SCRIPT_DIR . "/lib/login_functions.php";</p>
<p>if (@$GLOBALS['WSM_ACCOUNTS_TABLE']) { accountsTable($GLOBALS['WSM_ACCOUNTS_TABLE']); }</p>
<p>if (@$GLOBALS['WSM_SEPARATE_LOGIN']) { cookiePrefix('web'); } // use different prefix for login cookies</p>
<p>// create accounts table if needed</p>
<p>wsm_customAccountsTable_create();</p>
<p>// load current user</p>
<p>$GLOBALS['CURRENT_USER'] = _websiteLogin_getCurrentUser(); //</p>
<p>//</p>
<p>doAction('_websiteLogin_init.pre_actionHandler');</p>
<p>// perform website login actions</p>
<p>if (@$_REQUEST['action'] == 'logoff') { _websiteLogin_logoff(); }</p>
<p>if (@$_REQUEST['action'] == 'login') { _websiteLogin_login(); }</p>
<p>// check for required profile fields</p>
<p>$accountsSchema = loadSchema(accountsTable());</p>
<p>if ($GLOBALS['CURRENT_USER'] &amp;&amp; !@$GLOBALS['WEBSITE_MEMBERSHIP_PROFILE_PAGE']) {</p>
<p>$missingFields = array();</p>
<p>foreach ($GLOBALS['WEBSITE_LOGIN_REQUIRED_FIELDS'] as $field) {</p>
<p>$isCheckbox = (@$accountsSchema[$field]['type'] == 'checkbox');</p>
<p>if (!array_key_exists($field, $GLOBALS['CURRENT_USER'])) { continue; } // if field isn't defined in database, skip it</p>
<p>if ($isCheckbox &amp;&amp; $GLOBALS['CURRENT_USER'][$field] != '0') { continue; } // checkboxs default to 0, so require them to have 1 (checked)</p>
<p>elseif (!$isCheckbox &amp;&amp; $GLOBALS['CURRENT_USER'][$field] != '') { continue; } // for all other fields, skip unless they are blank</p>
<p>$missingFields[] = $field;</p>
<p>}</p>
<p>if ($missingFields) {</p>
<p>$url = $GLOBALS['WEBSITE_LOGIN_PROFILE_URL'] . "?missing_fields=" . implode(',', $missingFields);</p>
<p>redirectBrowserToURL($url);</p>
<p>exit;</p>
<p>}</p>
<p>}</p>
<p>}</p>
<p>// if (!$CURRENT_USER) { websiteLogin_redirectToLogin(); }</p>
<p>function websiteLogin_redirectToLogin($returnAfterLogin = true) {</p>
<p>// remember page they're trying to access</p>
<p>if ($returnAfterLogin) { setPrefixedCookie('lastUrl', thisPageUrl()); }</p>
<p>// redirect to login</p>
<p>$loginUrl = $GLOBALS['WEBSITE_LOGIN_LOGIN_FORM_URL'] . "?loginRequired=1";</p>
<p>redirectBrowserToURL($loginUrl);</p>
<p>exit;</p>
<p>}</p>
<p>// be sure to set password or user will be logged out. The $password argument isn't required by the function for legacy support</p>
<p>function websiteLogin_setLoginTo($username, $password = null) {</p>
<p>loginCookie_set($username, getPasswordDigest($password));</p>
<p>}</p>
<p>// load user from database with cookie login details</p>
<p>function _websiteLogin_getCurrentUser() {</p>
<p>global $CURRENT_USER;</p>
<p>// load current user</p>
<p>$CURRENT_USER = getCurrentUser();</p>
<p>if (!$CURRENT_USER) { return false; }</p>
<p>// error checking - logoff expired and disabled users</p>
<p>if (@$CURRENT_USER['disabled']) { alert(t("Your account has been disabled.")); }</p>
<p>//if (@$CURRENT_USER['isExpired']) { alert(t("Your account has expired.")); } // future: maybe we should add an expires url where user gets redirect when their account has expired? For subscription renewal</p>
<p>if (alert()) {</p>
<p>loginCookie_remove();</p>
<p>return false;</p>
<p>}</p>
<p>//</p>
<p>return $CURRENT_USER;</p>
<p>}</p>
<p>//</p>
<p>function _websiteLogin_login() {</p>
<p>global $CURRENT_USER;</p>
<p>// attempt login?</p>
<p>if (@$_REQUEST['username'] &amp;&amp; @$_REQUEST['password']) {</p>
<p>foreach (array('username','password') as $field) { // v1.10 remove leading and trailing whitespace</p>
<p>$_REQUEST[$field] = preg_replace("/^\s+|\s+$/s", '', @$_REQUEST[$field]);</p>
<p>}</p>
<p>// get a list of accounts matching password and either email or username (we allow login with either)</p>
<p>// ... checking for valid password ensure we get error messages from getCurrentUser() that are for a valid username/password combination (eg: expired/disabled)</p>
<p>$accountsTable = $GLOBALS['TABLE_PREFIX'] . accountsTable();</p>
<p>$passwordValue = $GLOBALS['SETTINGS']['advanced']['encryptPasswords'] ? getPasswordDigest($_REQUEST['password']) : $_REQUEST['password'];</p>
<p>$query = mysql_escapef("SELECT username FROM `$accountsTable` WHERE password = ? AND ? IN (`username`,`email`)", $passwordValue, $_REQUEST['username']);</p>
<p>$usernames = array_pluck(mysql_select_query($query), 'username');</p>
<p>//</p>
<p>foreach ($usernames as $username) {</p>
<p>loginCookie_set($username, getPasswordDigest(@$_REQUEST['password']));</p>
<p>$CURRENT_USER = _websiteLogin_getCurrentUser();</p>
<p>if (alert()) { return; }</p>
<p>}</p>
<p>}</p>
<p>// error checking</p>
<p>if (!@$_REQUEST['username']) { alert("Please enter a username!&lt;br/&gt;\n"); }</p>
<p>else if (!@$_REQUEST['password']) { alert("Please enter a password!&lt;br/&gt;\n"); }</p>
<p>else if (!$CURRENT_USER) { alert("Invalid username or password!&lt;br/&gt;\n"); }</p>
<p>if (function_exists('wsm_login_errorchecking')) { alert(wsm_login_errorchecking($CURRENT_USER)); }</p>
<p>if (alert()) {</p>
<p>return;</p>
<p>}</p>
<p>// clear form values</p>
<p>$_REQUEST['username'] = '';</p>
<p>$_REQUEST['password'] = '';</p>
<p>// redirect on success</p>
<p>$postLoginUrl = coalesce( getPrefixedCookie('lastUrl'), @$GLOBALS['WEBSITE_LOGIN_POST_LOGIN_URL'], '/' );</p>
<p>removePrefixedCookie('lastUrl');</p>
<p>doAction('wsm_loginSuccess');</p>
<p>redirectBrowserToURL($postLoginUrl);</p>
<p>exit;</p>
<p>}</p>
<p>// remove login cookies</p>
<p>function _websiteLogin_logoff() {</p>
<p>// get logoff url</p>
<p>$currentPageUrl = (@$_REQUEST['action'] == 'logoff') ? thisPageUrl(array('action' =&gt; null)) : thisPageUrl(); // remove action=logoff to prevent redirect loops</p>
<p>$logoffUrl = coalesce(@$_SERVER['HTTP_REFERER'], $GLOBALS['WEBSITE_LOGIN_POST_LOGOFF_URL'], $currentPageUrl, '/');</p>
<p>// logoff and redirect</p>
<p>user_logoff($logoffUrl);</p>
<p>exit;</p>
<p>}</p>
<p>//</p>
<p>function websiteLogin_pluginDir() {</p>
<p>return dirname(__FILE__);</p>
<p>}</p>
<p>//</p>
<p>function wsm_generatePassword() {</p>
<p>$password = substr(md5(uniqid(mt_rand(), true)), 15); // example output: c5560251ef0b3eef9</p>
<p>return $password;</p>
<p>}</p>
<p>// list($mailErrors, $fromEmail) = wsm_sendSignupEmail($userNum, $passwordText);</p>
<p>// if ($mailErrors) { alert("Mail Error: $mailErrors"); }</p>
<p>function wsm_sendSignupEmail($userNum, $passwordText) {</p>
<p>$user = mysql_get(accountsTable(), $userNum);</p>
<p>$emailHeaders = emailTemplate_loadFromDB(array(</p>
<p>'template_id' =&gt; 'USER-SIGNUP',</p>
<p>'placeholders' =&gt; array(</p>
<p>'user.username' =&gt; $user['username'],</p>
<p>'user.email' =&gt; $user['email'],</p>
<p>'user.password' =&gt; $passwordText,</p>
<p>'loginUrl' =&gt; realUrl($GLOBALS['WEBSITE_LOGIN_LOGIN_FORM_URL']),</p>
<p>)));</p>
<p>$mailErrors = sendMessage($emailHeaders);</p>
<p>//</p>
<p>return array($mailErrors, $emailHeaders['from']);</p>
<p>}</p>
<p>// Encode password on save in for custom accounts table</p>
<p>function wsm_customAccountsTable_hashPasswords($tableName, $isNewRecord, $oldRecord) {</p>
<p>global $SETTINGS;</p>
<p>// skip for all but custom-accounts tables</p>
<p>if (!$GLOBALS['WSM_ACCOUNTS_TABLE']) { return; } // skip if no custom accounts table set</p>
<p>if ($GLOBALS['WSM_ACCOUNTS_TABLE'] == 'accounts') { return; } // skip if using default 'accounts' table</p>
<p>if ($GLOBALS['WSM_ACCOUNTS_TABLE'] != $tableName) { return; } // skip if the table being saved isn't the custom-accounts table</p>
<p>// skip if encrypt passwords isn't enabled</p>
<p>if (!@$GLOBALS['SETTINGS']['advanced']['encryptPasswords']) { return; }</p>
<p>// encrypt password being submitted in form input</p>
<p>$_REQUEST['password'] = getPasswordDigest(@$_REQUEST['password']);</p>
<p>}</p>]]></description>
          <pubDate>Thu, 19 Jun 2014 05:39:41 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234225#post2234225</guid>
        </item>
                <item>
          <title>Signup that automatically creates a new Section</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232351#post2232351</link>
          <description><![CDATA[<p>I'm using an older version of the Membership plugin, but it's working okay. I"m able to grant access to the following tables - athlete_bio, team_logos, and photo_gallery.</p>
<p>Is it possible to create a viewer page specific to the member upon signup, showing their content?  Possibly a link from within the Content Mgr to their viewer page as well?  </p>
<p>Thanks</p>]]></description>
          <pubDate>Mon, 11 Nov 2013 13:45:52 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232351#post2232351</guid>
        </item>
                <item>
          <title>Signup that automatically creates a new Section</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232201#post2232201</link>
          <description><![CDATA[<p>Hi Ross,</p>
<p>Just wanted to follow up with you on this.   Thanks.</p>]]></description>
          <pubDate>Mon, 21 Oct 2013 17:49:20 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232201#post2232201</guid>
        </item>
                <item>
          <title>Signup that automatically creates a new Section</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232177#post2232177</link>
          <description><![CDATA[<p>Ross,</p>
<p>Yes, I think that will work fine.  Each member will have their own bio, photos, logos, workouts.  If that's achieved with only 4 sections, great.</p>

<p>Thanks,<br />Scott</p>]]></description>
          <pubDate>Thu, 17 Oct 2013 17:13:20 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232177#post2232177</guid>
        </item>
                <item>
          <title>Signup that automatically creates a new Section</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232175#post2232175</link>
          <description><![CDATA[<p>Thanks Ross.</p>
<p>That could be an option.  My concern is having my client having to create four editors for each member.  Would it be possible to create the four editors in one shot with a SchemaPresets?</p>

<p>Thanks<br />Scott</p>

]]></description>
          <pubDate>Thu, 17 Oct 2013 16:42:10 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232175#post2232175</guid>
        </item>
                <item>
          <title>Signup that automatically creates a new Section</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232151#post2232151</link>
          <description><![CDATA[<p>Is it possible that when a new user signs up, can it automatically create a new section for that user?  Here's an example:</p>
<p>Signup create:</p>
<p>Username<br />Password</p>
<p>Then automatically adds a new section specific to that user and contains:</p>
<p>Full Name (menu group)<br />Bio (single)<br />Logos (single)<br />Photos (multi)<br />Workouts (multi)</p>
<p>Maybe this is already possible in a newer version of the membership plugin?</p>
<p>Thanks!</p>]]></description>
          <pubDate>Thu, 17 Oct 2013 10:05:38 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232151#post2232151</guid>
        </item>
                <item>
          <title>Problem loading CMS</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229979#post2229979</link>
          <description><![CDATA[<p>Just sent the support request.  Thanks.</p>]]></description>
          <pubDate>Thu, 21 Mar 2013 13:38:03 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229979#post2229979</guid>
        </item>
                <item>
          <title>Re: [greg] Show Articles with it&apos;s Category instead of a separate list</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217942#post2217942</link>
          <description><![CDATA[Sorry.  That's not working.   Yes, I have categories set up and each article will be assigned to a category.  Categories are linked with list field type.<br /><br /><code>&lt;?php header('Content-type: text/html; charset=utf-8'); ?&gt;<br />&lt;?php<br />  <br />  require_once &quot;/home/content/41/5724841/html/cmsAdmin/lib/viewer_functions.php&quot;;<br /><br />  list($piston_categoriesRecords, $selectedCategory) = getCategories(array( <br />    'tableName'   =&gt; 'piston_categories', <br />  )); <br />  <br />    list($light_aircraft_projectsRecords, $light_aircraft_projectsMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'light_aircraft_projects',<br />  ));<br /><br />?&gt;</code><br /><br /><br /><br />I don't see how your suggestion will sort the categories like this:<br /><br />Category 1<br />story 1 link<br />story 2 link<br />etc.<br /><br />Catgeory 2<br />story 1 link<br />story 2 link<br />etc.<br /><br />Category 3<br />story 1 link<br />story 2 link<br />etc.<br /><br />Thanks.<br />]]></description>
          <pubDate>Thu, 27 Sep 2012 08:22:19 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217942#post2217942</guid>
        </item>
                <item>
          <title>Show Articles with it&apos;s Category instead of a separate list</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217938#post2217938</link>
          <description><![CDATA[I have an editor setup to select a Category related to the Article.  When displayed, it shows a list of categories, then Articles. Click on a category and it shows only that category.   Is there a way to show Articles with it's category?  (see attached).   <br /><br />Here's what I have for code:<br /><code>    &lt;table width=&quot;70%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;10&quot;&gt;<br />    &lt;tr&gt;<br />      &lt;th scope=&quot;col&quot;&gt;  &lt;ul&gt; <br />        &lt;div align=&quot;left&quot;&gt;&lt;span class=&quot;articles&quot;&gt;<br />          &lt;?php foreach ($piston_categoriesRecords as $categoryRecord): ?&gt; <br />          &lt;?php echo $categoryRecord['_listItemStart'] ?&gt; <br />          <br />          &lt;?php if ($categoryRecord['_isSelected']): ?&gt;<br />          &lt;b&gt;<br />            &lt;?php endif ?&gt; <br />            &lt;a href=&quot;?category=&lt;?php echo $categoryRecord['num'] ?&gt;&quot;&gt;&lt;?php echo $categoryRecord['name'] ?&gt;&lt;/a&gt; <br />            &lt;?php if ($categoryRecord['_isSelected']): ?&gt;<br />            &lt;/b&gt;<br />          &lt;?php endif ?&gt; <br />          <br />          &lt;?php echo $categoryRecord['_listItemEnd'] ?&gt; <br />            &lt;?php endforeach ?&gt; <br />             &lt;/span&gt; &lt;/div&gt;<br />      &lt;/ul&gt; &lt;/th&gt;<br />      <br />    &lt;/tr&gt;<br />  &lt;/table&gt;<br /> &lt;table width=&quot;85%&quot; border=&quot;0&quot; class=&quot;articles2&quot; align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;<br />    &lt;tr&gt;<br />      &lt;th scope=&quot;col&quot;&gt;&lt;p align=&quot;left&quot;&gt;<br />    &lt;?php foreach ($light_aircraft_projectsRecords as $record): ?&gt;<br />    &lt;span class=&quot;style3&quot;&gt;&lt;?php echo $record['title'] ?&gt;&lt;/span&gt; – &lt;a href=&quot;&lt;?php echo $record['_link'] ?&gt;&quot;&gt;&lt;em&gt;Read more&lt;/em&gt;&lt;/a&gt;&lt;br/&gt; <br />    <br />  &lt;/p&gt;<br />        &lt;div align=&quot;left&quot;&gt;<br />          &lt;?php endforeach ?&gt;<br />        &lt;/div&gt;<br />        &lt;a href=&quot;light-aircraft-projects.php&quot;&gt;&lt;/a&gt;&lt;/th&gt;<br />    &lt;/tr&gt;<br />  &lt;/table&gt;<br /> &lt;br&gt;<br /> &lt;a href=&quot;light-aircraft-projects.php&quot;&gt;&lt;u&gt;Show All Recent Piston Projects&lt;/u&gt;&lt;/a&gt;</code><br />]]></description>
          <pubDate>Wed, 26 Sep 2012 15:50:19 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217938#post2217938</guid>
        </item>
                <item>
          <title>Re: [Jason] Need help turning multi value checkbox list into an array</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216673#post2216673</link>
          <description><![CDATA[Works perfect.   Thanks.<br />]]></description>
          <pubDate>Fri, 15 Jun 2012 14:03:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216673#post2216673</guid>
        </item>
                <item>
          <title>Need help turning multi value checkbox list into an array</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216663#post2216663</link>
          <description><![CDATA[I have a multi value checkbox list to select colors in an editor (select_color) that is setup to  Get options from database -tablename is (product_colors), and option value/labels are (title).<br /><br />How can I convert this to an array so I can display &quot;colors&quot; individually as a radio button on the viewer page instead of a string?  I've looked around and tried a few things, but no luck.   Thanks.<br />]]></description>
          <pubDate>Fri, 15 Jun 2012 10:27:52 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216663#post2216663</guid>
        </item>
                <item>
          <title>Using checkbox and radio buttons with addform.php</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215984#post2215984</link>
          <description><![CDATA[How can I use a checkbox to get a returned value of Yes or No, or radio buttons in my forms with the addform.php?  <br /><br />&lt;input type=&quot;checkbox&quot; name=&quot;NAME&quot; value=&quot;&lt;?php echo htmlspecialchars(@$_REQUEST['NAME']); ?&gt;&quot;  /&gt;<br /><br /> Thanks.<br />]]></description>
          <pubDate>Sat, 28 Apr 2012 11:25:48 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215984#post2215984</guid>
        </item>
                <item>
          <title>Transfer info from existing Multi Record to new Single Record setup</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209516#post2209516</link>
          <description><![CDATA[My client decided it was a hassle to upload content and a photo individually: (multi record setup)<br /><br />So I created a way for them to batch upload their photos and content to display on a single record setup:<br /><br />Is it possible to convert the data from the &quot;multi&quot; over to the &quot;single&quot; setup?  All to avoid re-entering over 100 records!<br /><br />The fields to utilize would be &quot;Filename&quot; and &quot;info1&quot;.<br /><br />Thanks<br />]]></description>
          <pubDate>Tue, 08 Feb 2011 11:33:20 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209516#post2209516</guid>
        </item>
                <item>
          <title>Re: [Jason] Include &quot;selected&quot; news item instead of by date</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209376#post2209376</link>
          <description><![CDATA[Works perfect.   Thanks Jason.<br />]]></description>
          <pubDate>Tue, 01 Feb 2011 00:11:10 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209376#post2209376</guid>
        </item>
                <item>
          <title>Include &quot;selected&quot; news item instead of by date</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209334#post2209334</link>
          <description><![CDATA[I'm currently including the two newest 'news' items on the main page with this:<br /><br />list($newsRecords, $newsMetaData) = getRecords(array( <br />'tableName' =&gt; 'news', <br />'allowSearch' =&gt; true, <br />'orderBy' =&gt; &quot;createdDate DESC&quot;, <br />'limit' =&gt; 2, <br /><br />How can I allow the site owner to select which two items to include instead of doing it by the two newest dates?<br /><br />The reason for this is they may want to go back and display an older story instead of the two newest.<br /><br />Thanks<br />]]></description>
          <pubDate>Mon, 31 Jan 2011 12:00:45 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209334#post2209334</guid>
        </item>
                <item>
          <title>Re: [chris] Include News content on main page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208961#post2208961</link>
          <description><![CDATA[Thanks Chris<br /><br />I tried removing the &quot;htmspecialchars&quot; just before you posted and that worked.  Now I'll try the image display.  I'm sure you'll hear back from me.<br /><br />thanks again<br />]]></description>
          <pubDate>Thu, 06 Jan 2011 16:12:30 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208961#post2208961</guid>
        </item>
                <item>
          <title>Re: [Jason] Include News content on main page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208959#post2208959</link>
          <description><![CDATA[That worked!  Thanks.<br /><br />Any idea why the News text appears with html markup instead of being interpreted?<br /><br /><br />This is what I'm using:<br /><br />&lt;a href=&quot;&lt;?php echo $leftNewsBox['_link'] ?&gt;&quot;&gt; <br />      &lt;?php echo htmlspecialchars($leftNewsBox['title']) ?&gt; <br />    &lt;/a&gt;&lt;/h3&gt; <br />    &lt;?php echo htmlspecialchars($leftNewsBox['content']) ?&gt; <br />  &lt;/div&gt; <br />&lt;?php endif ?&gt;<br /><br /><br /><br />Also, within that code, what would I use to include an image from the News record?<br /><br />Thanks<br />]]></description>
          <pubDate>Thu, 06 Jan 2011 15:33:20 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208959#post2208959</guid>
        </item>
                <item>
          <title>Re: [Jason] Include News content on main page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208955#post2208955</link>
          <description><![CDATA[Thanks Jason<br /><br />That cleared out that error message.  I think everything is structured okay, but I'm getting this error:<br /><br />Notice: Undefined variable: leftNewsBox in /home/content/52/7231752/html/indextest.php on line 57<br /><br /><br /><br />Here's the code:<br /><br /><br />&lt;?php header('Content-type: text/html; charset=utf-8'); ?&gt;<br />&lt;?php<br />  <br /><br />  // load viewer library<br />  $libraryPath = 'cmsAdmin/lib/viewer_functions.php';<br />  $dirsToCheck = array('/home/content/52/7231752/html/','','../','../../','../../../');<br />  foreach ($dirsToCheck as $dir) { if (@include_once(&quot;$dir$libraryPath&quot;)) { break; }}<br />  if (!function_exists('getRecords')) { die(&quot;Couldn't load viewer library, check filepath in sourcecode.&quot;); }<br /><br />  // load records<br />  list($main_pageRecords, $main_pageMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'main_page',<br />    'where'       =&gt; whereRecordNumberInUrl(1),<br />    'limit'       =&gt; '1',<br />  ));<br />  $main_pageRecord = @$main_pageRecords[0]; // get first record<br /><br />  // show error message if no matching record is found<br />  if (!$main_pageRecord) {<br />    header(&quot;HTTP/1.0 404 Not Found&quot;);<br />    print &quot;Record not found!&quot;;<br />    exit;<br /><br />list($newsRecords, $newsMetaData) = getRecords(array( <br />'tableName' =&gt; 'news', <br />'allowSearch' =&gt; true, <br />'orderBy' =&gt; &quot;createdDate DESC&quot;, <br />'limit' =&gt; 2, <br />));<br /><br />$leftNewsBox=array(); <br />$rightNewsBox=array(); <br /> <br />$leftNewsBox = @$newsRecords[0]; <br />$rightNewsBox = @$newsRecords[1];<br /><br /><br />  }  <br />?&gt;  <br />    &lt;h1&gt;Main Page&lt;/h1&gt;<br />      &lt;p&gt;&lt;br/&gt;<br />      Title: &lt;?php echo $main_pageRecord['title'] ?&gt;&lt;br/&gt;<br />      Content: &lt;?php echo $main_pageRecord['content'] ?&gt;&lt;br/&gt;<br />      &lt;/p&gt;<br /><br /><br /><br />&lt;div align=&quot;center&quot;&gt;<br />  &lt;table width=&quot;80%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;<br />          &lt;tr&gt;<br /><br /><br />            &lt;td width=&quot;50%&quot;&gt;&lt;div align=&quot;center&quot;&gt; &lt;br&gt;<br />                    &lt;table width=&quot;250&quot; border=&quot;2&quot; cellspacing=&quot;0&quot; cellpadding=&quot;5&quot; bgcolor=&quot;white&quot; bordercolor=&quot;#629371&quot;&gt;<br />                      &lt;tr&gt;<br />                        &lt;td&gt;&lt;?php if($leftNewsBox):?&gt; <br />*OUTPUT LEFT BOX NEWS RECORD* <br />&lt;?php endif ?&gt; &lt;/td&gt;<br />                      &lt;/tr&gt;<br />                    &lt;/table&gt;<br />              &lt;br&gt;<br />            &lt;/div&gt;&lt;/td&gt;<br />            &lt;td width=&quot;50%&quot;&gt;&lt;div align=&quot;center&quot;&gt; &lt;br&gt;<br />                    &lt;table width=&quot;250&quot; border=&quot;2&quot; cellspacing=&quot;0&quot; cellpadding=&quot;5&quot; bgcolor=&quot;white&quot; bordercolor=&quot;#629371&quot;&gt;<br />                      &lt;tr&gt;<br />                        &lt;td&gt;&lt;?php if($rightNewsBox):?&gt; <br />*OUTPUT RIGHT BOX NEWS RECORD* <br />&lt;?php endif ?&gt;&lt;/td&gt;<br />                      &lt;/tr&gt;<br />                    &lt;/table&gt;<br />              &lt;br&gt;<br />            &lt;/div&gt;&lt;/td&gt;<br />          &lt;/tr&gt;<br />  &lt;/table&gt;<br />  &lt;br /&gt;<br />  &lt;br /&gt;<br />&lt;/div&gt;<br />     <br />     <br />     <br />&lt;?php if (!$main_pageRecord): ?&gt;<br />      No record found!&lt;br/&gt;<br />      &lt;br/&gt;<br />      &lt;?php endif ?&gt;<br />]]></description>
          <pubDate>Thu, 06 Jan 2011 15:07:16 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208955#post2208955</guid>
        </item>
              </channel>
    </rss>
  