<?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%3Ageminiman7</link>
        <description></description>
        <pubDate>Wed, 13 May 2026 12:30:58 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Ageminiman7&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Using CMS Builder within Wordpress (solution)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239511#post2239511</link>
          <description><![CDATA[<p>I had a unique situation present itself which required me to figure out a way to make CMS Builder work within an existing Wordpress website. After a bit of research, searching the forums here, fumbling around with code and installing/uninstalling various Wordpress plugins that were supposed to help (they didn't work), I finally found a solution (that's EASY). So I thought I'd post it here in case anyone else searches on this topic later.</p>
<p>The solution was a Wordpress plugin called "Allow PHP Execute" (<a href="https://wordpress.org/plugins/allow-php-execute/" rel="nofollow">https://wordpress.org/plugins/allow-php-execute/</a>). This allowed me to use the CMS Builder code inside a regular Wordpress page WITHOUT having to painstakingly put shortcode around every piece of PHP code (the other plugins required this task).</p>
<p>Hope this is helpful for somebody--and hope this doesn't sound "spammy" lol (it took me a lot of time to figure this out)</p>]]></description>
          <pubDate>Thu, 15 Sep 2016 19:53:36 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239511#post2239511</guid>
        </item>
                <item>
          <title>Displaying simple blog or news category list in side bar, and archives</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237716#post2237716</link>
          <description><![CDATA[<p>Tremendous, thank you! I've been playing around with this the past few days and got the archive and categories to display in the sidebar. I couldn't get the categories to appear at first however, but after troubleshooting the code some I noticed that you used <strong>$record['category<span>:label</span>'];</strong> for some reason. I don't understand the ":label" part, so I removed it just to see what would happen and then it started working. What exactly does :label do?</p>
<p>The only issue I am running into now is when you click on an archive page or category page link, the archive and category links in the sidebar now display this:</p>
<p><span style="color:#ff0000;">Notice: Undefined variable: archiveDates in /home/chroniccc/public_html/blog/archive.php on line 264 Warning: Invalid argument supplied for foreach() in /home/chroniccc/public_html/blog/archive.php on line 264</span></p>
<p><span style="color:#ff0000;">Notice: Undefined variable: archiveCategories in /home/chroniccc/public_html/blog/archive.php on line 272 Warning: Invalid argument supplied for foreach() in /home/chroniccc/public_html/blog/archive.php on line 272</span></p>
<p><span style="color:#000000;">I figured that this has something to do with the additional code on the archive.php page. Is there any way to make it so that the archive and category links still appear on the archive.php page? Screenshot is attached.</span></p>
<p><span style="color:#000000;">Thanks again!<br /></span></p>]]></description>
          <pubDate>Thu, 12 Nov 2015 17:12:46 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237716#post2237716</guid>
        </item>
                <item>
          <title>Displaying simple blog or news category list in side bar, and archives</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237690#post2237690</link>
          <description><![CDATA[<p>Hi everyone,</p>
<p>I've searched the forums for some time and not finding the right answer that I'm looking for. I'm basically just trying to figure out how to display a list of categories for blog posts or news articles, as well as a simple "Month, Year" archive links.</p>
<p>Please see the example web page below, then look in the sidebar underneath the "Subscribe for Updates" section and you'll see exactly what I'm trying to accomplish:</p>
<p><a href="http://goo.gl/cSLcLT" rel="nofollow">http://goo.gl/cSLcLT</a> </p>
<p>In CMSB, I have a section called "blog", and a field list named "category", with an alphabetized list of category names to choose from for each post. What I'd like to achieve is:</p>
<ol><li>For the Archives, have each hyperlink that says "Month, Year" link to a page that only shows all articles for that month/year.</li>
<li>For the Categories, have each hyperlink that says "CatName" link to a page that shows all articles associated with that specific category.</li>
</ol><p>I can't seem to figure out how to display the links in the sidebar properly, and also need help generating the correct page that filters the results based on Month/Year and Category.</p>
<p>Thanks in advance...</p>]]></description>
          <pubDate>Fri, 06 Nov 2015 14:36:18 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237690#post2237690</guid>
        </item>
                <item>
          <title>Difficulties programming simple login/logout script (Website member plugin)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237671#post2237671</link>
          <description><![CDATA[<p>Wow, I have NO idea how I did this, but I managed to get it to work with this code:</p>

<p>&lt;?php if (!@$CURRENT_USER): ?&gt;<br />&lt;?php echo ("&lt;a href='/directory/'&gt;Login&lt;/a&gt;"); ?&gt;<br />&lt;?php else: ?&gt;<br />&lt;?php echo ("&lt;a href='?action=logoff'&gt;Logoff&lt;/a&gt;"); ?&gt;<br />&lt;?php endif ?&gt;<br /><br /></p>
<p>I was just playing around and didn't expect this to work. I still don't understand the logic of what's happening here in the code LOL. I would like to understand this better. Can you shed a little light on how this is working?</p>]]></description>
          <pubDate>Wed, 04 Nov 2015 19:13:25 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237671#post2237671</guid>
        </item>
                <item>
          <title>Difficulties programming simple login/logout script (Website member plugin)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237670#post2237670</link>
          <description><![CDATA[<p>I just noticed, a PERFECT example is the interactivetools.com website. Notice near the upper right of the page, it says "Login" if you're not logged in, or "Logoff (username)" if you are logged in. That's what I am trying to accomplish...</p>]]></description>
          <pubDate>Wed, 04 Nov 2015 18:49:55 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237670#post2237670</guid>
        </item>
                <item>
          <title>Difficulties programming simple login/logout script (Website member plugin)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237669#post2237669</link>
          <description><![CDATA[<p>Thanks for your reply Jerry. I already did review the sample code from the code generator pages. None of those pages do what I am trying to achieve.</p>
<p>Quite simply, at the top right of every page of the website, I want it to display "Login" hyperlink if a user is NOT logged in, and if a user IS logged in, the hyperlink should say "Logout" instead. </p>
<p>The sample code provided is programmed to only display an error message if you are already logged in and try to login again (THEN it gives you the option to logout, but only from the login page). But that's not what I want to accomplish. </p>
<p>I know there is a way to accomplish this via a PHP IF/THEN statement, but again, I'm having an incredibly difficult time understanding the logic and how to correctly write the code. Does it make more sense now? </p>]]></description>
          <pubDate>Wed, 04 Nov 2015 18:18:24 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237669#post2237669</guid>
        </item>
                <item>
          <title>Difficulties programming simple login/logout script (Website member plugin)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237650#post2237650</link>
          <description><![CDATA[<p>Greetings,<br /><br />I'm trying to program a PHP if/then script that displays a "Logout" link if a user is already logged in, OR if they're not logged in, it should just say "Login".<br /><br />Although I've been using CMSB for years, I'm not very knowledgeable about PHP coding so having a very difficult time getting this to work. Can someone please help me complete the code to accomplish this? The script is something along the line of:<br /><br />if $@CURRNENT_USER = login then output Logout =?action=logoff<br />elseif CURRENT_USER = logout then output Login=action=login<br /><br />I know the two lines of code are all wrong LOL, but you get what I'm trying to achieve. I'm just having a rough time understanding the logic and searching the Internet isn't helping!<br /><br />Greatly appreciated..</p>]]></description>
          <pubDate>Fri, 30 Oct 2015 12:05:36 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237650#post2237650</guid>
        </item>
                <item>
          <title>How to display dashes in phone number? </title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237649#post2237649</link>
          <description><![CDATA[<p>Thanks, Dave.  I did Google that right after posting and found a few different solutions, too. I couldn't get two of them to work (I don't understand PHP programming/logic very well), but did find another solution that was a complete script, and it worked. Here's what it was:</p>
<p>&lt;?php<br />function format_phone($phone){<br />$phone = preg_replace("/[^0-9]/", "", $phone);<br /><br />if(strlen($phone) == 7)<br /><br />return preg_replace("/([0-9]{3})([0-9]{4})/", "$1-$2", $phone);<br /><br />elseif(strlen($phone) == 10)<br />return preg_replace("/([0-9]{3})([0-9]{3})([0-9]{4})/", "($1) $2-$3", $phone);<br />else<br />return $phone;<br /><br />}<br />?&gt;<br /><br /></p>
<p>I saw comments in some other sites about this not being the best solution, but I don't understand why. As long as it's working for me it's fine, I guess!</p>]]></description>
          <pubDate>Fri, 30 Oct 2015 12:03:45 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237649#post2237649</guid>
        </item>
                <item>
          <title>Way to add file upload option in forms? </title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237648#post2237648</link>
          <description><![CDATA[<p>I want to build a form that passes data in form fields to a section in CMSB, but also have a file upload option that allows people to upload a photo. Does this require a special plugin? If not, can someone point me in the right direction to accomplish this please?</p>
<p>Thank you!</p>]]></description>
          <pubDate>Fri, 30 Oct 2015 11:58:07 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237648#post2237648</guid>
        </item>
                <item>
          <title>How to display dashes in phone number? </title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237639#post2237639</link>
          <description><![CDATA[<p>Hi everyone,</p>
<p>In CMSB, I have been collecting phone numbers for member records as just 10 digits together with no dashes. So in in the database itself, it's showing as "##########".</p>
<p>What I want to do on the visual front end is show visual dashes automatically, so it displays as "###-###-####".</p>
<p>How can this be achieved? </p>]]></description>
          <pubDate>Wed, 28 Oct 2015 21:48:12 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237639#post2237639</guid>
        </item>
              </channel>
    </rss>
  