<?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%3Akdub718</link>
        <description></description>
        <pubDate>Tue, 14 Apr 2026 18:02:22 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Akdub718&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [kdub718] set membership signup to default to &quot;disabled&quot;</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217060#post2217060</link>
          <description><![CDATA[So it seems the email thing works just fine the way I want it to but if I change the call out from say &quot;&lt;?php echo htmlspecialchars($PLACEHOLDERS['username']) ?&gt;&quot; to my own field like &quot;&lt;?php echo htmlspecialchars($PLACEHOLDERS['fullname']) ?&gt;&quot; or any other I add to customize the email that's sent I get this error within the email that's sent.<br /><br />&quot;Notice: Undefined index: fullname in /home/content/html/admin/plugins/websiteMembership/emails/user-new-signup.php on line 46&quot; <br /><br />So this is the user-new-signup.php<br /><code>&lt;?php<br /><br /> // load viewer library<br />  $libraryPath = 'cmsAdmin/lib/viewer_functions.php';<br />  $dirsToCheck = array('/home/content/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 />  if (!@$GLOBALS['WEBSITE_MEMBERSHIP_PLUGIN']) { die(&quot;You must activate the Website Membership plugin before you can access this page.&quot;); }<br /><br />  // Override email headers - uncomment these to override the values set by the calling program<br />  global $SETTINGS, $FROM, $TO, $SUBJECT, $PLACEHOLDERS;<br />  $FROM      = $SETTINGS['adminEmail'];<br />  //$TO        = $SETTINGS['adminEmail']; // set by program<br />  $SUBJECT   = &quot;Re: Trade Account Approval&quot;;<br /><br />  // Preview Mode: Allow developers to view email template directly for easy editing<br />  $isPreviewMode = isBeingRunDirectly();<br />  if ($isPreviewMode) { // these values only show when previewing email template directly<br />    $TO      = &quot;preview@example.com&quot;;<br />    $PLACEHOLDERS = array();<br />    $PLACEHOLDERS['username']   = 'testuser';<br />    $PLACEHOLDERS['password']   = 'password123';<br />    $PLACEHOLDERS['loginUrl']   = &quot;#loginUrl&quot;;<br />  }<br /><br />?&gt;&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;<br />&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br />&lt;head&gt;<br />&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;<br />&lt;title&gt;&lt;/title&gt;<br />&lt;style type=&quot;text/css&quot;&gt;<br />  body, td { font-family: arial }<br />&lt;/style&gt;<br />&lt;/head&gt;<br />&lt;body&gt;<br /><br />&lt;?php<br />  // developer preview mode: show email headers when viewing email template directly<br />  if ($isPreviewMode) { emailTemplate_showPreviewHeader(); }<br />?&gt;<br /><br />Hi &lt;?php echo htmlspecialchars($PLACEHOLDERS['fullname']) ?&gt;, is requesting a trade account&lt;br/&gt;&lt;br/&gt;<br /><br />Thanks for signing up to &lt;?php echo htmlspecialchars($_SERVER['HTTP_HOST']) ?&gt;.&lt;br/&gt;&lt;br/&gt;<br /><br />Your username is: &lt;?php echo htmlspecialchars($PLACEHOLDERS['fullname']) ?&gt;&lt;br/&gt;<br />Your password is: &lt;?php echo htmlspecialchars($PLACEHOLDERS['password']) ?&gt;&lt;br/&gt;&lt;br/&gt;<br /><br /><br />&lt;/body&gt;<br />&lt;/html&gt;</code><br /><br />So do I have to call out what fields I want to use somewhere else?<br />]]></description>
          <pubDate>Thu, 19 Jul 2012 10:45:01 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217060#post2217060</guid>
        </item>
                <item>
          <title>Re: [Jason] &lt;?php include &quot;QUESTION&quot; ?&gt;</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217050#post2217050</link>
          <description><![CDATA[No I did notice it does work.  I didn't think it was cause the file I was trying to get it to include has style elements for css in it.  So its not finding the directories for the css.  So I'm not sure what I'm going to do<br />]]></description>
          <pubDate>Wed, 18 Jul 2012 15:37:13 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217050#post2217050</guid>
        </item>
                <item>
          <title>&lt;?php include &quot;QUESTION&quot; ?&gt;</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217041#post2217041</link>
          <description><![CDATA[So I have a general questions with php (using cmsb obviously)<br /><br />I try and keep files organized and have them in proper directories.  <br /><br />With that said I'm trying to use and it works perfectly<br /><br />&lt;?php include &quot;file-name.php&quot; ?&gt;<br /><br />But in order for that to work I have to have that &quot;file-name.php&quot; in every directory.<br /><br />I was trying to use<br /><br />&lt;?php include &quot;../file-name.php&quot; ?&gt;<br /><br />To point it back to the main directory so I don't have to have that &quot;file-name.php&quot; in every folder but it won't work.  <br /><br />I was wondering if I'm just doing it wrong or if it's not possible to do that?<br /><br />Thanks<br />]]></description>
          <pubDate>Wed, 18 Jul 2012 14:36:56 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217041#post2217041</guid>
        </item>
                <item>
          <title>Re: [gkornbluth] set membership signup to default to &quot;disabled&quot;</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217028#post2217028</link>
          <description><![CDATA[I was thinking about just re activating the send message.<br /><br />using this: <br /><br />'to'           =&gt; $SETTINGS['adminEmail'],<br /><br />instead of the $Request ['email'] version.<br /><br />then obviously modifying the email part accordingly.  I haven't tried it yet but I don't see why it wouldn't work...  I just don't know if it would be bad practice to do it that way or if I'm overlooking something<br />]]></description>
          <pubDate>Tue, 17 Jul 2012 18:00:39 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217028#post2217028</guid>
        </item>
                <item>
          <title>Re: [gkornbluth] set membership signup to default to &quot;disabled&quot;</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217026#post2217026</link>
          <description><![CDATA[Worked like a charm!  Thank you so much!!<br /><br />Do you have any ideas on how I could have an email sent to the site admin when a new user signs up?<br />]]></description>
          <pubDate>Tue, 17 Jul 2012 17:21:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217026#post2217026</guid>
        </item>
                <item>
          <title>Re: [gkornbluth] set membership signup to default to &quot;disabled&quot;</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217020#post2217020</link>
          <description><![CDATA[I know this is a very old post but do you have this plugin available?  Would you mind if I use it?<br />]]></description>
          <pubDate>Tue, 17 Jul 2012 14:28:32 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217020#post2217020</guid>
        </item>
                <item>
          <title>Membership Signup (account disabled by default)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217019#post2217019</link>
          <description><![CDATA[So when a user signs up I want there account to be disabled until I give them permission.  I found this in the user_signup.php<br /><br /> <code>mysql_query(&quot;INSERT INTO `{$TABLE_PREFIX}&quot; . @$GLOBALS['WSM_ACCOUNTS_TABLE'] . &quot;` SET<br />                      fullname         = '&quot;.mysql_escape( $_REQUEST['fullname'] ).&quot;',<br />                      email            = '&quot;.mysql_escape( $_REQUEST['email'] ).&quot;',<br />                      username         = '&quot;.mysql_escape( $_REQUEST['username'] ).&quot;',<br />                      password         = '&quot;.mysql_escape( $passwordHash ).&quot;',<br />					  businessname     = '&quot;.mysql_escape( $_REQUEST['businessname'] ).&quot;',<br />                      disabled         = '1',<br />                      createdDate      = NOW(),<br />                      updatedDate      = NOW(),<br />                      createdByUserNum = '0',<br />                      updatedByUserNum = '0'&quot;)<br />      or die(&quot;MySQL Error Creating Record:&lt;br/&gt;\n&quot;. htmlspecialchars(mysql_error()) . &quot;\n&quot;);<br />      $userNum = mysql_insert_id();</code><br /><br />I changed disabled to &quot;1&quot; from 0 thinking it would default it to disabled.  It seems to work but when I login to the admin and look at the temp member I created the box isn't checked disabled but It also won't let me login.  So it acts like the account is disabled.  So am I doing this correct?<br /><br />Also is there a way that the user can set there own password from the start?  VS having to get the temporary password and having to change it so something they choose?<br />]]></description>
          <pubDate>Tue, 17 Jul 2012 14:21:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217019#post2217019</guid>
        </item>
                <item>
          <title>Re: [robin] SimpleCart</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216786#post2216786</link>
          <description><![CDATA[yah...  All I want it to do is just email the order... no payment or anything<br />]]></description>
          <pubDate>Wed, 27 Jun 2012 16:21:28 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216786#post2216786</guid>
        </item>
                <item>
          <title>Re: [robin] SimpleCart</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216784#post2216784</link>
          <description><![CDATA[yah I didn't wanna do the value of category cause when the category changes it wouldn't work.<br /><br />So the 2nd option work perfectly thanks.<br /><br />I was chatting with dave and he said your the programmer that programmed the cart.  So he said I should talk to you.  I wanna remove the payment/paypal option.  Basically just want the orders to be emailed.<br />]]></description>
          <pubDate>Wed, 27 Jun 2012 15:26:18 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216784#post2216784</guid>
        </item>
                <item>
          <title>Re: [kdub718] SimpleCart</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216773#post2216773</link>
          <description><![CDATA[So I just found a problem.  It works where it returns me to domain.com/mainlink.php?<br /><br />But if I'm in a section like domain.com/mainlink.php?categoryname# and click it, it returns me to domain.com/mainlink.php? doesn't leave me in the category.<br /><br />Any ideas for returning me back to the category I was in?<br /><br />I'm guessing because the value is &quot;?&quot;<br />]]></description>
          <pubDate>Tue, 26 Jun 2012 15:17:43 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216773#post2216773</guid>
        </item>
                <item>
          <title>Re: [Jason] Multi records</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216708#post2216708</link>
          <description><![CDATA[Here you go!  I took out everything that didn't apply to clean it up...  <br /><br />Also when I select a qty to add to cart it only adds 1 even if I select 5.  So not sure why that is either...  <br /><br /><code>&lt;?php header('Content-type: text/html; charset=utf-8'); ?&gt;<br />&lt;?php<br /><br /> // load viewer library<br />  $libraryPath = 'lib/viewer_functions.php';<br />  $dirsToCheck = array('...');<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 />  list($north_americaRecords, $north_americaMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'north_america',<br />    'where'       =&gt; whereRecordNumberInUrl(1),<br />    'limit'       =&gt; '1',<br />  ));<br />  $north_americaRecord = @$north_americaRecords[0]; // get first record<br />  <br />  // load records from 'products_na'<br />  list($products_naRecords, $products_naMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'products_na',<br />    'loadUploads' =&gt; true,<br />    'allowSearch' =&gt; false,<br />  ));<br /><br />  // error checking<br />  $errorsAndAlerts = alert();<br />  if (@$CURRENT_USER) {<br />    $errorsAndAlerts = &quot;You are already logged in!&quot;;<br />  }<br /><br />  // Tally cart!<br />  list($grandTotal, $subTotal, $extraLineItems, $talliedCartItems) = sc_tallyCart();<br /><br />?&gt;<br />						<br />&lt;!-- _________________________ Start Content _________________________ --&gt;<br />						&lt;div id=&quot;content&quot;&gt;<br />							&lt;div id=&quot;producerDB&quot; class=&quot;clearfix&quot;&gt;<br />                              &lt;div id=&quot;leftProducer&quot;&gt;<br />                                &lt;?php foreach ($north_americaRecord['picture'] as $upload): ?&gt;<br />                                &lt;?php if ($upload['isImage']): ?&gt;<br />                                &lt;img src=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot; width=&quot;&lt;?php echo $upload['width'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['height'] ?&gt;&quot; alt='' /&gt;&lt;br/&gt;<br />                                &lt;br/&gt;<br />                                &lt;?php endif ?&gt;<br />                                &lt;?php endforeach ?&gt;<br />                                &lt;?php if(!$north_americaRecord['picture']): ?&gt; <br />                                &lt;img src=&quot;images/default-product-image.jpg&quot; alt=&quot;&quot; /&gt;<br />                                &lt;?php endif ?&gt;<br />                              &lt;/div&gt;<br />                              &lt;!-- End selections --&gt;<br />                                 &lt;div id=&quot;rightProducer&quot;&gt;<br />                                   &lt;h2&gt;&lt;img src=&quot;images/&lt;?php echo $north_americaRecord['product'] ?&gt;_icon.png&quot; align=&quot;absmiddle&quot;/&gt;&lt;?php echo $north_americaRecord['name'] ?&gt;&lt;/h2&gt;<br />                                <br />                                &lt;p&gt;&lt;?php echo $north_americaRecord['description'] ?&gt;&lt;/p&gt;<br />  <br />&lt;?php if ($CURRENT_USER): ?&gt;<br /><br />&lt;table width=&quot;523&quot; border=&quot;1&quot; bordercolor=&quot;#CCCCCC&quot; cellspacing=&quot;0&quot; cellpadding=&quot;4&quot;&gt;<br />  &lt;tr&gt;<br />    &lt;td width=&quot;174&quot;&gt;&lt;b&gt;Product Name&lt;/b&gt;&lt;/td&gt;<br />    &lt;td width=&quot;73&quot;&gt;&lt;b&gt;Price&lt;/b&gt;&lt;/td&gt;<br />    &lt;td width=&quot;73&quot;&gt;&lt;b&gt;In Stock&lt;/b&gt;&lt;/td&gt;<br />    &lt;td width=&quot;161&quot;&gt;&lt;b&gt;&lt;/b&gt;&lt;/td&gt;<br />  &lt;/tr&gt;<br /><br />  &lt;?php foreach ($products_naRecords as $record): ?&gt;<br />  &lt;tr&gt;<br />    &lt;td&gt;<br />      &lt;?php echo htmlencode($record['name']) ?&gt;&lt;br/&gt;<br />      (Style: &lt;?php echo htmlencode($record['style']) ?&gt;)&lt;br/&gt;<br />      Pack Size: &lt;?php echo htmlencode($record['pack_size']) ?&gt;&lt;br/&gt;<br />    &lt;/td&gt;<br />    &lt;td&gt;&lt;?php echo htmlencode($record['price']) ?&gt;&lt;/td&gt;<br />    &lt;td&gt;&lt;?php echo htmlencode($record['quantity']) ?&gt;&lt;/td&gt;<br />    &lt;td&gt;<br /><br />      &lt;!-- add to cart --&gt;<br />      &lt;?php<br />        $formName  = &quot;addform&quot; . $record['num'];<br />        $cartItems = array(<br />          array(<br />            'name'       =&gt; $record['name'],<br />            'unitPrice'  =&gt; $record['price'],<br />            'recordNum'  =&gt; $record['num'],<br />            'tableOrTag' =&gt; 'products_na',<br />            'quantity='  =&gt; '_sc_quantity',<br />          ),<br />          //array('name' =&gt; 'Color: Blue',   'OPTION' =&gt; TRUE),<br />          //array('name' =&gt; 'Region: North', 'OPTION' =&gt; TRUE),<br />          //array('name' =&gt; 'Size: Xl',      'OPTION' =&gt; TRUE),<br />        );<br />      ?&gt;<br />      &lt;form method=&quot;post&quot; name=&quot;&lt;?php echo $formName ?&gt;&quot; action=&quot;?&quot;&gt;<br />        &lt;input type=&quot;hidden&quot; name=&quot;_sc_action&quot; value=&quot;add&quot;&gt;<br />        &lt;input type=&quot;hidden&quot; name=&quot;_sc_nextUrl&quot; value=&quot;?&quot;&gt;<br />        &lt;?php sc_createAddFormData($cartItems); ?&gt;<br /><br />        &lt;input type=&quot;text2&quot; name=&quot;_sc_quantity&quot; size=&quot;5&quot; maxlength=&quot;5&quot; value=&quot;0&quot; /&gt;&lt;br/&gt;<br />        &lt;a href=&quot;#&quot; title=&quot;Add to Cart&quot; class=&quot;addToCart&quot; onclick=&quot;document.forms.&lt;?php echo $formName ?&gt;.submit(); return false;&quot;&gt;Add to Cart&lt;/a&gt;&lt;br /&gt;<br />      &lt;/form&gt;<br />      &lt;!-- /add to cart --&gt;<br /><br />    &lt;/td&gt;<br />  &lt;/tr&gt;<br />  &lt;?php endforeach ?&gt;<br />&lt;/table&gt;<br />        &lt;?php endif ?&gt;                        <br />                                <br />                              &lt;p&gt;<br />                                &lt;?php if (!$north_americaRecord): ?&gt;<br />                                No record found!&lt;br/&gt;&lt;br/&gt;<br />                                &lt;?php endif ?&gt;<br />                                  &lt;/p&gt;<br />                              &lt;/div&gt;<br />                            &lt;/div&gt;&lt;!-- End content --&gt;<br />						&lt;/div&gt;<br />&lt;!-- _________________________ Finish Content _________________________ --&gt;<br /><br />	&lt;/body&gt;<br />&lt;/html&gt;</code><br />]]></description>
          <pubDate>Tue, 19 Jun 2012 12:44:53 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216708#post2216708</guid>
        </item>
                <item>
          <title>Re: [Jason] Multi records</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216703#post2216703</link>
          <description><![CDATA[So I'm not sure what I've done but it shows all the products for every producer under every producer.  How can I define that down so it only shows the products each producer has.<br /><br /><code>&lt;?php if ($CURRENT_USER): ?&gt;<br /><br />&lt;table width=&quot;523&quot; border=&quot;1&quot; bordercolor=&quot;#CCCCCC&quot; cellspacing=&quot;0&quot; cellpadding=&quot;4&quot;&gt;<br />  &lt;tr&gt;<br />    &lt;td width=&quot;174&quot;&gt;&lt;b&gt;Product Name&lt;/b&gt;&lt;/td&gt;<br />    &lt;td width=&quot;73&quot;&gt;&lt;b&gt;Price&lt;/b&gt;&lt;/td&gt;<br />    &lt;td width=&quot;73&quot;&gt;&lt;b&gt;In Stock&lt;/b&gt;&lt;/td&gt;<br />    &lt;td width=&quot;161&quot;&gt;&lt;b&gt;&lt;/b&gt;&lt;/td&gt;<br />  &lt;/tr&gt;<br /><br />  &lt;?php foreach ($products_naRecords as $record): ?&gt;<br />  &lt;tr&gt;<br />    &lt;td&gt;<br />      &lt;?php echo htmlencode($record['name']) ?&gt;&lt;br/&gt;<br />      (Style: &lt;?php echo htmlencode($record['style']) ?&gt;)&lt;br/&gt;<br />      Pack Size: &lt;?php echo htmlencode($record['pack_size']) ?&gt;&lt;br/&gt;<br />    &lt;/td&gt;<br />    &lt;td&gt;&lt;?php echo htmlencode($record['price']) ?&gt;&lt;/td&gt;<br />    &lt;td&gt;&lt;?php echo htmlencode($record['quantity']) ?&gt;&lt;/td&gt;<br />    &lt;td&gt;<br /><br />      &lt;!-- add to cart --&gt;<br />      &lt;?php<br />        $formName  = &quot;addform&quot; . $record['num'];<br />        $cartItems = array(<br />          array(<br />            'name'       =&gt; $record['name'],<br />            'unitPrice'  =&gt; $record['price'],<br />            'recordNum'  =&gt; $record['num'],<br />            'tableOrTag' =&gt; 'products_na',<br />            'quantity='  =&gt; '_sc_quantity',<br />          ),<br />          //array('name' =&gt; 'Color: Blue',   'OPTION' =&gt; TRUE),<br />          //array('name' =&gt; 'Region: North', 'OPTION' =&gt; TRUE),<br />          //array('name' =&gt; 'Size: Xl',      'OPTION' =&gt; TRUE),<br />        );<br />      ?&gt;<br />      &lt;form method=&quot;post&quot; name=&quot;&lt;?php echo $formName ?&gt;&quot; action=&quot;?&quot;&gt;<br />        &lt;input type=&quot;hidden&quot; name=&quot;_sc_action&quot; value=&quot;add&quot;&gt;<br />        &lt;input type=&quot;hidden&quot; name=&quot;_sc_nextUrl&quot; value=&quot;?&quot;&gt;<br />        &lt;?php sc_createAddFormData($cartItems); ?&gt;<br /><br />        &lt;input type=&quot;text2&quot; name=&quot;_sc_quantity&quot; size=&quot;5&quot; maxlength=&quot;5&quot; value=&quot;0&quot; /&gt;&lt;br/&gt;<br />        &lt;a href=&quot;#&quot; title=&quot;Add to Cart&quot; class=&quot;addToCart&quot; onclick=&quot;document.forms.&lt;?php echo $formName ?&gt;.submit(); return false;&quot;&gt;Add to Cart&lt;/a&gt;&lt;br /&gt;<br />      &lt;/form&gt;<br />      &lt;!-- /add to cart --&gt;<br /><br />    &lt;/td&gt;<br />  &lt;/tr&gt;<br />  &lt;?php endforeach ?&gt;<br />&lt;/table&gt;<br />        &lt;?php endif ?&gt;                        <br />                                <br />                              &lt;p&gt;<br />                                &lt;?php if (!$north_americaRecord): ?&gt;<br />                                No record found!&lt;br/&gt;&lt;br/&gt;<br />                                &lt;?php endif ?&gt;</code><br />]]></description>
          <pubDate>Tue, 19 Jun 2012 11:49:04 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216703#post2216703</guid>
        </item>
                <item>
          <title>Re: [kdub718] Multi records</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216670#post2216670</link>
          <description><![CDATA[Well as you can see I got overly excited a little to soon!..  I found what you where talking about and got it show up... but they show up blank and if I create a new record (product) it creates it but I can't see it.  Keeps saying no records found but I know its creating it cause it shows it has records in the section editor.<br /><br />can I email you my admin?<br />]]></description>
          <pubDate>Fri, 15 Jun 2012 12:54:18 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216670#post2216670</guid>
        </item>
                <item>
          <title>Re: [Jason] Multi records</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216668#post2216668</link>
          <description><![CDATA[SWEEET!!!  I think I'm getting it...  I appreciate your help!<br /><br />Beers on me!<br />]]></description>
          <pubDate>Fri, 15 Jun 2012 12:32:18 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216668#post2216668</guid>
        </item>
                <item>
          <title>Re: [robin] SimpleCart</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216655#post2216655</link>
          <description><![CDATA[Perfecto..!  Thank you so much...  I'm sure I'll have a few more questions with this before I'm done with it...  These forums are very helpful...  Thanks again!<br />]]></description>
          <pubDate>Thu, 14 Jun 2012 12:39:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216655#post2216655</guid>
        </item>
                <item>
          <title>Re: [Jason] Multi records</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216654#post2216654</link>
          <description><![CDATA[Thanks for the response... I'm kinda a rookie with something this complicated...  <br /><br />I think I understand the first part but I'm not sure I understand how to setup the relatedRecords field.  Could you possibly share a little more detail on that?<br />]]></description>
          <pubDate>Thu, 14 Jun 2012 12:37:11 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216654#post2216654</guid>
        </item>
                <item>
          <title>SimpleCart</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216636#post2216636</link>
          <description><![CDATA[So I have the SimpleCart setup but when I add a product to the cart it takes me to the cart page.  Is there a way I can add to cart without it taking me to that page?  It will stay on the current page so I can add more products?<br /><br />I think this is the code for it... or am I missing it and its in the schema somewhere?<br /><br />      &lt;!-- add to cart --&gt;<br />      &lt;?php<br />        $formName  = &quot;addform&quot; . $record['num'];<br />        $cartItems = array(<br />          array(<br />            'name'       =&gt; $record['name'],<br />            'unitPrice'  =&gt; $record['price'],<br />            'recordNum'  =&gt; $record['num'],<br />            'tableOrTag' =&gt; '_sc_example_products',<br />            'quantity='  =&gt; '_sc_quantity',<br />          ),<br />          //array('name' =&gt; 'Color: Blue',   'OPTION' =&gt; TRUE),<br />          //array('name' =&gt; 'Region: North', 'OPTION' =&gt; TRUE),<br />          //array('name' =&gt; 'Size: Xl',      'OPTION' =&gt; TRUE),<br />        );<br />      ?&gt;<br />      &lt;form method=&quot;post&quot; name=&quot;&lt;?php echo $formName ?&gt;&quot; action=&quot;?&quot;&gt;<br />        &lt;input type=&quot;hidden&quot; name=&quot;_sc_action&quot; value=&quot;add&quot;&gt;<br />        &lt;?php sc_createAddFormData($cartItems); ?&gt;<br /><br />        &lt;input type=&quot;text2&quot; name=&quot;_sc_quantity&quot; size=&quot;5&quot; maxlength=&quot;5&quot; value=&quot;0&quot; /&gt;&lt;br/&gt;<br />        &lt;a href=&quot;#&quot; title=&quot;Add to Cart&quot; class=&quot;addToCart&quot; onclick=&quot;document.forms.&lt;?php echo $formName ?&gt;.submit(); return false;&quot;&gt;Add to Cart&lt;/a&gt;&lt;br /&gt;<br />      &lt;/form&gt;<br />      &lt;!-- /add to cart --&gt;<br />]]></description>
          <pubDate>Wed, 13 Jun 2012 18:38:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216636#post2216636</guid>
        </item>
                <item>
          <title>Multi records</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216635#post2216635</link>
          <description><![CDATA[So I have a multi record with different producers thats like a bio about each producer.  I would like to figure out a way to add another multi record within each producer where I can list what products they have.<br /><br />So like basically instead of an upload field or text box etc... can I add another multi record?  I'm guessing this isn't possible (although I think it would be a great feature in the future.. hint hint)<br /><br />If this isn't possible does anyone have any suggestions?<br />]]></description>
          <pubDate>Wed, 13 Jun 2012 18:27:38 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216635#post2216635</guid>
        </item>
                <item>
          <title>Re: [Jason] Website Membership Clearing Admin permissions</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216264#post2216264</link>
          <description><![CDATA[haha I did that once but I must not of saved it or something... <br /><br />thanks for your help, I'm gonna email you<br />]]></description>
          <pubDate>Fri, 18 May 2012 14:10:27 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216264#post2216264</guid>
        </item>
                <item>
          <title>Re: [Jason] Website Membership Clearing Admin permissions</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216256#post2216256</link>
          <description><![CDATA[yah I'm looking at it in the admin / section editor.. where it reads &quot;members (1)&quot; for members.  But then when I click on my members tab it's empty.<br /><br />yah I'm the admin I have &quot;all sections&quot; set to author.<br />]]></description>
          <pubDate>Fri, 18 May 2012 03:17:50 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216256#post2216256</guid>
        </item>
                <item>
          <title>Re: [Jason] Website Membership Clearing Admin permissions</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216250#post2216250</link>
          <description><![CDATA[I know this is an older post but I'm making a separate members section to separate users from members aswell.<br /><br />I'm new to this and this plugin, but I followed these same details and when I use the signup to make a user it makes the user but I don't get an email (never have even before I started this when creating a new user)(maybe I should of tackled that first haha).  It shows in the admin that it creates a record in my members section but I can't see it (to view or edit) when I click on it.  It just shows in the section editor &quot;members(1)&quot; that there is a record.<br /><br />Any ideas whats wrong?<br />]]></description>
          <pubDate>Thu, 17 May 2012 20:04:45 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216250#post2216250</guid>
        </item>
                <item>
          <title>Re: [robin] Image Slider</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215157#post2215157</link>
          <description><![CDATA[<blockquote>Hey,<br /><br />Looks like you have a variable name mixup.  You've created a your record variable as $mainRecord, but your foreach loop is looking for $record.<br /><br />If you switch your foreach to something like this it should help:<br /><code>&lt;?php foreach ($mainRecord['upload'] as $upload): ?&gt;</code><br /><br />Hope that helps,<br />Robin</blockquote><br /><br />I got it working...  I thought I would post incase anyone in the future has this same problem I did... anyway..<br /><br />I used this:<br />&lt;?php foreach ($mainRecord['<b>image</b>'] as $upload): ?&gt;  <br /><br />Thanks for your help,<br />]]></description>
          <pubDate>Fri, 10 Feb 2012 17:40:45 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215157#post2215157</guid>
        </item>
                <item>
          <title>Re: [robin] Image Slider</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215155#post2215155</link>
          <description><![CDATA[hrm, I tried it but still not working...?  Any other ideas?  Does it matter that its pulling from a single record?<br /><br />But I did notice the error has changed to this<br /><br />Notice: Undefined index: upload in.....<br />Warning: Invalid argument supplied for foreach() in....<br />]]></description>
          <pubDate>Fri, 10 Feb 2012 17:26:17 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215155#post2215155</guid>
        </item>
                <item>
          <title>Image Slider</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215139#post2215139</link>
          <description><![CDATA[I want to put a image slider that will pull images from my single record with multiple uploads for my main page.<br /><br />I feel like I'm missing something simple!<br /><br />I get this error (Notice: Undefined variable: record in...)<br /><br /><code>  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($mainRecords, $mainMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'main',<br />    'where'       =&gt; whereRecordNumberInUrl(1),<br />    'limit'       =&gt; '1',<br />  ));<br />  $mainRecord = @$mainRecords[0]; // get first record</code><br /><br /><code>&lt;div class=&quot;flexslider&quot;&gt;<br />&lt;ul class=&quot;slides&quot;&gt;<br />&lt;?php foreach ($record['upload'] as $upload): ?&gt; <br />&lt;li&gt;<br />&lt;img src=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot; width=&quot;&lt;?php echo $upload['width'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['height'] ?&gt;&quot; alt=&quot;&quot; /&gt;<br />&lt;/li&gt;<br />&lt;?php endforeach ?&gt;<br />&lt;/ul&gt;<br />&lt;/div&gt;&lt;!--end:flexslider--&gt;</code>]]></description>
          <pubDate>Thu, 09 Feb 2012 18:00:58 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215139#post2215139</guid>
        </item>
                <item>
          <title>Inventory Page (with list value showing different options)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210138#post2210138</link>
          <description><![CDATA[So basically I'm building an inventory page and while in the admin  entering new inventory I want to have a list pull down menu.  Pending which value is selected in the pull down I want it to change which options or data that can be entered.<br /><br />Can this be done in cmsb??<br />]]></description>
          <pubDate>Wed, 16 Mar 2011 17:26:11 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210138#post2210138</guid>
        </item>
              </channel>
    </rss>
  