<?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%3Agsfriend</link>
        <description></description>
        <pubDate>Mon, 04 May 2026 00:29:27 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Agsfriend&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [gsfriend] Membership Plugin Quick Question</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2202696#post2202696</link>
          <description><![CDATA[Nevermind, I figured it out.  I wasn't loading the login redirect script before the rest of the code.<br /><br />DUH!<br />]]></description>
          <pubDate>Tue, 23 Mar 2010 23:27:57 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2202696#post2202696</guid>
        </item>
                <item>
          <title>Re: [Dave] Membership Plugin Quick Question</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2202695#post2202695</link>
          <description><![CDATA[OK, I almost have everything working.  However, when someone hits the protected page and they are not logged in, they hit a SQL error message instead of being bounced to the login page. <br /><br />This is a link to the protected page and the error:<br /><br />http://www.homesbyexcalibur.com/home_info.php <br /><br />Here is my header code:<br /><br /><code>&lt;?php header('Content-type: text/html; charset=utf-8'); ?&gt;<br />&lt;?php<br />  require_once &quot;/home/ekfriend/public_html/cms/lib/viewer_functions.php&quot;;<br />    <br />  list($homeownersRecords, $homeownersMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'homeowners',<br />    'where' =&gt; &quot; home_owner_user = {$CURRENT_USER['num']} &quot;,<br />    'limit'       =&gt; '1',<br />  ));<br />  $homeownersRecord = @$homeownersRecords[0]; // get first record<br /><br />  list($settingsRecords, $settingsMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'settings',<br />    'limit'       =&gt; '1',<br />  ));<br />  $settingsRecord = @$settingsRecords[0]; // get first record<br /><br />  // show error message if no matching record is found<br />  if (!$settingsRecord) {<br />    header(&quot;HTTP/1.0 404 Not Found&quot;);<br />    print &quot;Record not found!&quot;;<br />    exit;<br />  }<br /><br />?&gt;<br />&lt;?php if (!@$GLOBALS['WEBSITE_MEMBERSHIP_PLUGIN']) { die(&quot;You must activate the Website Membership plugin before you can access this page.&quot;); } ?&gt;<br />&lt;?php if (!$CURRENT_USER) { websiteLogin_redirectToLogin(); } ?&gt;</code><br />]]></description>
          <pubDate>Tue, 23 Mar 2010 21:36:51 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2202695#post2202695</guid>
        </item>
                <item>
          <title>Re: [Dave] Membership Plugin Quick Question</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2202554#post2202554</link>
          <description><![CDATA[Dave,<br /><br />Thanks for the reply.  So for my config I was thinking I would have a multi record section labeled HOMES as you suggested.  Each record then, if I am understanding this right, would have all the fields I need (Title, Name, Content, File Uploads for Images, etc.) as well as a field that would allow me to choose which registered user (from the membership plugin) would be allowed to access that page (record).<br /><br />Does that sound about right?<br />]]></description>
          <pubDate>Wed, 17 Mar 2010 14:34:39 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2202554#post2202554</guid>
        </item>
                <item>
          <title>Membership Plugin Quick Question</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2202538#post2202538</link>
          <description><![CDATA[I am preparing to order the membership plugin for CMSB, but i have one point that I need some clarification on.<br /><br />I'm setting up a site for a custom home builder and they want a private area where customers can login and see pictures of their home during the construction process and we as a place they can access documents that relate to that customer only.<br /><br />My question is, can the membership plugin be easily configured to display UNIQUE content to the current member logged in?  In my case, each customer would have their own unique files that I would only want them to have access to, not other clients.  <br /><br />Thanks in advance!<br />]]></description>
          <pubDate>Wed, 17 Mar 2010 10:25:01 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2202538#post2202538</guid>
        </item>
                <item>
          <title>Re: [Dave] Notice: Announce your new CMS Builder websites here!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2202484#post2202484</link>
          <description><![CDATA[I've used CMS Builder on 2 different websites now and getting ready to start the third.  LOVE this software and how user friendly it is.  I'm a website designer, so having something like this that is easy for my customers to maintain is an absolute must.  Keep up the great work!<br /><br />----------------------------<br />Michelle Whitlick<br />http://www.michelleleewhitlock.com<br />I did this site for my cousin, Michelle Whitlock, who is a cervical cancer survivor and advocate.  In addition to her &quot;normal&quot; occupation she also travels around the country promoting awareness of cervical cancer.<br /><br />EclipseWebinars<br />http://www.eclipsewebinars.com<br />I did this site for my normal &quot;9-5&quot; day job.  Almost everything in this site, including the selection of different CSS layouts, is controlled with CMS builder.  It's also used in combination with a complex membership management software, but CMS Builder is an integral part of the site.  This site sells online seminars (webinars) to a targeted market of professionals.<br />]]></description>
          <pubDate>Mon, 15 Mar 2010 17:04:10 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2202484#post2202484</guid>
        </item>
                <item>
          <title>Photo Gallery Plug-In</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2202483#post2202483</link>
          <description><![CDATA[I'd love to see a PHOTO GALLERY plug-in designed for CMS builder that made use of LightBox or LightWindow.  <br /><br />I'd be happy to pay for this sort of plug-in as well as be a guinea pig for the development process, but I think this would be very useful for a lot of users out there trying to create an image gallery that is client (end-user) friendly.<br />]]></description>
          <pubDate>Mon, 15 Mar 2010 16:57:21 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2202483#post2202483</guid>
        </item>
                <item>
          <title>Photo Gallery</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2202482#post2202482</link>
          <description><![CDATA[I have a new client that will need a &quot;portfolio&quot; of images displayed on their site.  There will be 2 categories (Interior/Exterior) and those 2 categories will have maybe 6 sub-categories each.  The images contained within the different sub-categories I would like displayed in a thumbnail view with a certain number of thumbnails displayed per page.  I was thinking that when someone clicked the thumbnail that would trigger a LightBox/Windows script to display the full size image.  <br /><br />The images would be controlled through the admin interface only as we won't be allowing customers to upload their own images to the gallery, just the admins to add new images to the gallery or remove old ones.<br /><br />I've searched through the forums and have found some scattered hints on how to set this up, but nothing definitive, nor have I found a plug-in to purchase (which I would gladly do) from the plug-in store.<br /><br />I would very much appreciate if someone could not only confirm that this is possible using CMS Builder but also some sort of guide on how to accomplish it.  I'm no stranger to CMS Builder or website design, but I want to make sure this is done right and easy for my client to add/remove images themselves without having to get me involved. <br /><br />Thanks in advance for any help you are willing to give me.<br />]]></description>
          <pubDate>Mon, 15 Mar 2010 16:53:18 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2202482#post2202482</guid>
        </item>
              </channel>
    </rss>
  