<?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%3Asidcam</link>
        <description></description>
        <pubDate>Wed, 13 May 2026 20:43:41 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Asidcam&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>New Beta Forum - Help us test!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229101#post2229101</link>
          <description><![CDATA[<p>I've experienced the same thing as wizzle.  Perhaps you could have an Advanced Search button with a dropdown or popup for better defining searches.</p>
<p>Two things:</p>
<p>1) Can you make it so when you click on a column header it sorts by that column in an alternating asending/decending mode?  It would make it easier to find things.</p>
<p>2) Discovered an oddity (not a major issue or a problem).  When I look at my profile's posts it appears they sort by the full date except posts from the Article Manager forum which appear to be showing up based on month/day only.  I attached a photo of a 2010 Article Manager post mingled in with my current posts so you can see what I'm talking about.</p>]]></description>
          <pubDate>Tue, 15 Jan 2013 09:27:15 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229101#post2229101</guid>
        </item>
                <item>
          <title>Sorting by a Date in a Text Field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229092#post2229092</link>
          <description><![CDATA[<p>Asked this one over the holidays, thought I'd give it another shot.</p>
<p>I have tables of MLS real estate listing data that are fully refreshed by a nightly import.  I would like to set the default sorting to the record's entry date (newest first) and then price (highest first) on my list view page (and if possible my editor).  Unfortunately I can't use CMSB's "createdDate" field because every record is today's import date!</p>
<p>The downloaded data does have fields for this ("entry_date" and "listing_price") but "entry_date" is imported as a text field and the data also includes the entry time.  As a result, when I setup the sort in the editor, every record ends up having a unique date field which ruins the second sort on price.</p>
<p>Example of the data:</p>
<p>Record #1: "2012-12-22T21:51:12.363"</p>
<p>Record #2: "2012-12-22T20:36:52.657"</p>
<p>etc.</p>
<p>So my questions are...</p>
<p>In the sort tab of the section editor, is it possible to limit "entry_date DESC" so that it only looks at the first 10 characters of the field? (i.e. just the date portion of the data or "2012-12-22")</p>
<p>If I can't sort this way in the editor (which is fine) how would I place this limit on just the list view page?</p>
<p>In searching the forum the best answer I could find was to change the field to a date field, but when I tried that it generated an error message.  I'm assuming it's because the imported data isn't formatted to CMSB's idea of a date.  If this is the only solution that will work, what would that field's data need to look like prior to importing?</p>
<p>Thanks in advance for your help.</p>
<p>Sid</p>]]></description>
          <pubDate>Mon, 14 Jan 2013 11:56:29 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229092#post2229092</guid>
        </item>
                <item>
          <title>New Beta Forum - Help us test!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2228993#post2228993</link>
          <description><![CDATA[<p>Same here, smart phone, iPad, 2 laptops, desktop, etc.</p>
<p>Pretty sure the other forums I frequent tie that to user profile.</p>]]></description>
          <pubDate>Mon, 07 Jan 2013 19:12:01 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2228993#post2228993</guid>
        </item>
                <item>
          <title>New Beta Forum - Help us test!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218945#post2218945</link>
          <description><![CDATA[<p>Dave-</p>
<p>It's official, you can now add, "spam filtering" to the top of your build list!! ;-)</p>
<p>(see today's posts by vina)</p>
<p>I think other forums will usually default new users to a moderated level until after their first post is approved.  There's also capcha implementation, IP/user blacklisting, etc.</p>
<p>Sid</p>]]></description>
          <pubDate>Sun, 23 Dec 2012 11:40:02 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218945#post2218945</guid>
        </item>
                <item>
          <title>Sorting by a Date in a Text Field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218944#post2218944</link>
          <description><![CDATA[<p>On my list view page (and if possible my editor) I would like to set the default sorting of my MLS listing data to the record's entry day (newest first) and then price (highest first).  Because I do a full refresh of the data nightly, I unfortunately can't use the system's "createdDate" field (because they're all today's date)</p>
<p>Anyway, I do have two fields in the downloaded data for this:</p>
<p>"entry_date" and "listing_price"</p>
<p>My problem is that "entry_date" is imported as a text field and the data as it's imported looks like this.</p>
<p>Record #1: "2012-12-22T21:51:12.363"</p>
<p>Record #2: "2012-12-22T20:36:52.657"</p>
<p>etc</p>
<p>Because it's a text field, the editor's sort is looking at the whole field (not just the year, month and date) which makes every record unique (killing the ability to sub-sort the day's entry by price).</p>
<p>In searching the forum the best answer I could find was to change the field to a date field, but that generated an error message- apparently the data isn't formatted to CMSB's idea of a date.</p>
<p>So questions...</p>
<p>In the sort tab of the section editor, is it possible to limit "entry_date DESC" so that it only looks at the first 10 characters of the field? (i.e. "2012-12-22")</p>
<p>If I give up trying to sort this way in the editor (which is fine), how would I place this sort limit on the list view page (where I really need it)?</p>
<p>If it can't easily be done in CMSB, I am using a Perl script to clean up the data's txt file before it's imported (using simple substitution commands).  What would that field's data need to look like in order for CMSB to recognize it as a date?  It seems cleaning up the data to make it a CMSB date might be the easiest way to go.</p>
<p>Thanks in advance for your help.</p>
<p>Sid</p>]]></description>
          <pubDate>Sun, 23 Dec 2012 11:30:00 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218944#post2218944</guid>
        </item>
                <item>
          <title>New Beta Forum - Help us test!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218939#post2218939</link>
          <description><![CDATA[<p>No problem being Guinea Pigs.  You can't build these plugins fast enough in my book.</p>
<p>I would also love to see you open up a Code Canyon-type storefront for third-party plugins, site templates, gateways to other scripts/CMS Systems, etc.</p>
<p>On the RSS idea...  That is something I would probably use.  I have the plugin page RSS'ed to one of my browser's home page so I never miss something new.  Your old Forum software also had an option where it would show you all the posts since your last login.  That's another nice way to keep up-to-date with the conversations.</p>
<p>Thanks</p>
<p>Sid</p>

]]></description>
          <pubDate>Sun, 23 Dec 2012 00:51:29 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218939#post2218939</guid>
        </item>
                <item>
          <title>Limiting Records Displayed to 100</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218938#post2218938</link>
          <description><![CDATA[<p>Thank you for your assistance.  Unfortunately it doesn't work.  I get the following error:</p>
<p>getRecords(section) errors<br />Can't set both 'perPage' and 'limit' or 'offset' options at the same time, choose one!</p>
<p>The goal is to show 10-12 records on a page (with arrows when applicable) but limit the overall search results to 100 (plus notify the user when there were more than 100 so they keep searching and/or narrow their search criteria).</p>
<p>I believe the goal of this rule is to make it more difficult for datascraping.  Without it someone could set a bot to search the site with wide open criteria and just have it keep clicking on the next arrow until it scraped the whole DB.</p>
<p>Anyway, haven't quite figured out the way around this.</p>
<p>Thanks again though</p>
<p>Sid</p>]]></description>
          <pubDate>Sat, 22 Dec 2012 23:38:50 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218938#post2218938</guid>
        </item>
                <item>
          <title>Limiting Records Displayed to 100</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218919#post2218919</link>
          <description><![CDATA[<p>My MLS has a requirement that no one online can ever have access to more than 100 of their records at a time.  How do I limit my list view page so it only finds the first 100 records at any point in time (regardless of if it's being searched on or not).</p>
<p>Most real estate sites by the arrows that jump pages will say, "Your search returned X records, only the first 100 are displayed," when it goes over 100.</p>
<p>Thanks in advance for the help.</p>
<p>Sid</p>]]></description>
          <pubDate>Fri, 21 Dec 2012 14:51:32 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218919#post2218919</guid>
        </item>
                <item>
          <title>New Beta Forum - Help us test!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218900#post2218900</link>
          <description><![CDATA[<p>Jerry-</p>
<p>It does let you edit (and delete) posts after they've been submitted should you need to make a change.  Looks like there's no time limit on that (at this time) since my post from two weeks ago can still be edited.</p>
<p>I've been able to find all the posts I've authored over the years by going to a thread I've commented on, finding one of my posts, then clicking on my user name.  That page will also have an Edit Profile link at the top. Admittedly that's a lot of steps to find a profile.</p>
<p>With that said, I just clicked on your profile name and there's only 5 messages there (all from this month).  Then I did a search for you and found a second account with all the rest of your messages.  It's here:</p>
<p><a href="http://www.interactivetools.com/forum/forum-search.php?k=user:gkornbluth" rel="nofollow">http://www.interactivetools.com/forum/forum-search.php?k=user:gkornbluth</a></p>
<p>Also just realized your user name is your email address (which scratches an item off of my last email). </p>
<p>Hope this helps, Sid</p>]]></description>
          <pubDate>Fri, 21 Dec 2012 08:26:02 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218900#post2218900</guid>
        </item>
                <item>
          <title>Replace Record Number [num] with another field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218897#post2218897</link>
          <description><![CDATA[<p>Thanks for the reply.</p>
<p>I did what you suggested and then defined my Viewer URL as this:</p>
<p>"street_number, street_name, street_suffix, city, state, zip_code, matrix_unique_id"</p>
<p>But my list page's &lt;?php echo $record['_link'] ?&gt; only shows the first field (regardless of what it is) then it still shows the system's record number (i.e. detail-page.php?&lt;field1&gt;-&lt;num&gt;). When you click the link it doesn't go to the correct record either, it goes to the first record in the DB.</p>
<p>Mapping that all out manually with "matrix_unique_id" being the field searched on like this:</p>
<p>&lt;a href="<a href="http://www.domain.com/detail-page.php?" rel="nofollow">http://www.domain.com/detail-page.php?</a>&lt;?php echo htmlencode($record['street_number']) ?&gt;-&lt;?php echo htmlencode($record['street_name']) ?&gt;-&lt;?php echo htmlencode($record['street_suffix']) ?&gt;-&lt;?php echo htmlencode($record['city']) ?&gt;-&lt;?php echo htmlencode($record['state']) ?&gt;-&lt;?php echo htmlencode($record['zip_code']) ?&gt;&amp;matrix_unique_id=&lt;?php echo htmlencode($record['matrix_unique_id']) ?&gt;"&gt;LINK&lt;/a&gt;</p>
<p>ALMOST works except the URL breaks because there's spaces (instead of dashes) in the URL where there's spaces in a field (in the example below, after "Austin" and "St.").</p>
<p><a href="http://www.domain.com/detail-page.php?4413-Austin" rel="nofollow">http://www.domain.com/detail-page.php?4413-Austin</a> Pass-Drive-St. Charles-MO-63304&amp;matrix_unique_id=31177685</p>
<p>Ultimately, what I want to accomplish is a clean domain like this (with my detail page being the index.php in /homes/):</p>
<p><a href="http://www.domain.com/homes/4413-Austin-Pass-Drive/St.-Charles/MO/63304/31177685/" rel="nofollow">http://www.domain.com/homes/4413-Austin-Pass-Drive/St.-Charles/MO/63304/31177685/</a></p>
<p>Is there anyway consulting services could make it so this one table is rewriting over "num" with my matrix_unique_id field (or substituting matrix_unique_id for num when defining records)?</p>
<p>I'd really like to eliminate "matrix_unique_id" from the URL since it doesn't mean anything to anybody except it's the only unique number in the database for searching/saving records (since "num" changes daily). Renaming the field to something shorter (like "id") creates a problem for my import scripts which match the schema to the first line in my txt files (which is defined by the source, not me).</p>
<p>Thanks, Sid</p>
<p> </p>]]></description>
          <pubDate>Thu, 20 Dec 2012 21:59:18 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218897#post2218897</guid>
        </item>
                <item>
          <title>New Beta Forum - Help us test!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218895#post2218895</link>
          <description><![CDATA[<p>First off, when posting the forum times out fairly quickly and doesn't remember the content of this field once you log back in.  REALLY ANNOYING to have to type a long post twice... ;-)</p>
<p>Second, here are several things I noticed about the Forum's reply emails...</p>
<p>1) All emails are coming from "dave@interactive..." which can be confusing to people who are both active on the forum and communicating off-line with Dave directly.  It also makes it difficult for people who use email rules to put incoming forum emails in a folder (because Dave's emails go there too).  You might want to include a display name in the emails that identify it as a Forum Reply as well as create a "forum-admin@" or "messages-noreply@" email address to send the messages.  It would probably make since to set a noreply email as a changable default before you release it.</p>
<p>2) Your email titles include user's email addresses.  Probably not good protocol since many users may not want their real emails exposed (for spam or security reasons).  User Names are probably more appropriate.</p>
<p>Example that caught my attention:</p>
<p>[itools CMS Forum] gkornbluth @ ----------.net replied: New Beta Forum - Help  us test!</p>
<p>3) It would be nice if you included the content field (or the first 100 or so characters of it) in the reply emails so users don't have to launch a browser just to read the reply.  Especially nice for mobile devices with slow connections.</p>
<p>4) Eventually you'll want to offer more options than just Turn Reply Emails On/Off.  It's pretty standard today to offer options for bundling reply posts (like 10 at a time), daily/weekly digest of replies, etc.  That way you're not inundating users with incoming emails on a very active topic.</p>
<p>Hope this helps</p>
<p>Sid</p>]]></description>
          <pubDate>Thu, 20 Dec 2012 17:48:17 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218895#post2218895</guid>
        </item>
                <item>
          <title>New Beta Forum - Help us test!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218814#post2218814</link>
          <description><![CDATA[I don't think a post preview is a requirement if you have a robust wysiwyg.  My opinion is that it was just making up for quirks/shortcomings in the forum software. ;-)<br /><br />Other items...<br /><br />- It would be nice if users could resize the fieldbox beyond 12 lines.<br /><br />- Is there a login with Facebook option?  Saw a stat that says it increases the odds of someone signing up by 50%.<br /><br />- A responsive design for mobile/small screen devices would also be nice.<br /><br />- Oh, and spell check!<br /><br />Beyond the simple stuff, I have to ask...<br /><br />Isn't creating an add-on that mimics your old third-party forum kind of an antiquated solution right out of the box?  Heck, look at your old third-party forum's latest beta software- even it looks nothing like what you had!<br /><br />The trend seems to be to replace the standalone forum which sits in it's own &quot;/forum&quot; directory with something that uses a lot more social networking features and is better integrated with the overall site.<br /><br />That means having user profiles that tells us a lot more about the user and their activity.  Internally I could see you integrate your showcase and user add-ons into a profile.  It also means having the ability to track/follow/friend users, track trending topics, private message/email other users, chat/instant message, etc.<br /><br />With that said, I'm not suggesting you make a &quot;Facebook-clone&quot; add-on instead.<br /><br />There's a store site I've been impressed with in how they've integrated social networking features right on product pages (Google &quot;wholelattelove&quot;).  Every product has a tab (called The Buzz) which shows a social feed of user conversations about that product.  From there you can see a user's profile, friend/follow them, engage in a conversation, etc.  There's also a tab for customer reviews.  If the product has been blogged about by a staff member or had a product evaluation video made there will be a tab for those as well.<br /><br />Bottom line, I've ran two different forums over the years trying to generate interaction with potential customers.  Neither ever came close to the interaction I see these guys having on their site.  As such, I've spent a lot of time looking at social networking platforms to see how I can duplicate these features on my CMSB real estate website.  If there's any potential you'll be moving in this direction, I'd love to know about it.<br /><br />Thanks<br />Sid]]></description>
          <pubDate>Sat, 15 Dec 2012 17:41:09 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218814#post2218814</guid>
        </item>
                <item>
          <title>Search all Fields</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218801#post2218801</link>
          <description><![CDATA[On a simple form method=&quot;GET&quot;/keyword search, is there a simple command for telling it to search all the fields in the section without having to list every field in the section after &quot;name=&quot;?<br /><br />Thanks<br />Sid]]></description>
          <pubDate>Thu, 13 Dec 2012 23:35:42 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218801#post2218801</guid>
        </item>
                <item>
          <title>Replace Record Number [num] with another field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218797#post2218797</link>
          <description><![CDATA[I'm downloading MLS real estate data and have to do a full refresh of the data nightly.<br /><br />That means the default search/display field Record Number [num] changes daily for each record.  This is creating problems for bookmarking records, searching, etc.  It's also becoming a very long number as the field grows by 15k+ every day.<br /><br />How do I change it so one of my own (constant) numbered fields (i.e. the property's MLS number) is used at the end of the URL for finding/searching instead of num?  I'll also be using the property's address in the title before it for SEO reasons.<br /><br />Thanks<br />Sid]]></description>
          <pubDate>Thu, 13 Dec 2012 16:00:49 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218797#post2218797</guid>
        </item>
                <item>
          <title>New Beta Forum - Help us test!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218740#post2218740</link>
          <description><![CDATA[Could you make the posting/replying/editing boxes WYSIWYG?<br /><br />Kudos for building more canned solutions for CMSB, BTW.  I've had a couple of vBulletin forums attached to my sites over the years and when it's a small forum without a lot of traffic having such a complex system to maintain and try to integrate into the rest of the &quot;real&quot; site is really a pain in the rear.<br /><br />Sid]]></description>
          <pubDate>Mon, 10 Dec 2012 22:53:07 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218740#post2218740</guid>
        </item>
                <item>
          <title>Link Masking or URL Redirects</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218739#post2218739</link>
          <description><![CDATA[I'm downloading MLS real estate listing data to my CMSB site.  Three of the fields allow the listing agents to post URL's to externally hosted unbranded virtual tours, property videos, etc.  The content is nice for people visiting the site, but I don't suspect they're good for my site's SEO- the outbound URL's are long and ugly and the content is seldom, if ever, indexed.<br /><br />Example: http://idx.imprev.net/03782F07/10/59910/1739964/index.ipv<br /><br />I was thinking it might make sense to try and hide the URL's with a redirect or masking script.  Thoughts?  Any ideas on how it could be done in CMSB?<br /><br />The solutions I'm finding online are mostly designed for affiliate marketing and require a lot of manual set up to map the fields.  Because I'm dealing with thousands of records that change daily I have to have a fully automated solution that just knows a link to &quot;mysite.com/redirect/&lt;records-mls-number&gt;-1/&quot; (or a shortened URL that's coded to say the same thing) searches for the record with the matching mls-number then redirects to the data in the field &lt;virtual-tour1&gt;, etc.<br /><br />Has anyone done anything like this?  Is it even worth worrying about?<br /><br />Thanks, Sid]]></description>
          <pubDate>Mon, 10 Dec 2012 22:49:43 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218739#post2218739</guid>
        </item>
                <item>
          <title>Re: [greg] Display Alternative Results when Field is Blank</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218722#post2218722</link>
          <description><![CDATA[Awesome! <br /><br />Kind of along this same line.  Our postal codes in the US are six digits but can have an extra (optional) 4 digits behind them separated by a dash (i.e. 123456 or 123456-1234).  I get this data in two separate fields.  The main postal field is always filled out; The optional &quot;extra four&quot; field is only filled out about half the time. <br /><br />My problem is the dash because it only needs to be there when there's data in the second field.  I was looking at what you just did to see if it would work for this, but can't quite figure out how to insert a '-' in front of the field's data when the field is available.   <br /><br /><font size="3">&lt;?php echo (@$listing_resiRecord['postal_extrafour'])? htmlencode($listing_resiRecord['postal_extrafour']) : '' ; ?&gt;</font> <br /><br />Thanks, Sid<br />]]></description>
          <pubDate>Mon, 10 Dec 2012 16:02:07 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218722#post2218722</guid>
        </item>
                <item>
          <title>Display Alternative Results when Field is Blank</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218718#post2218718</link>
          <description><![CDATA[I'm displaying this field in a prominent position on a record page: <br /><br />&lt;?php echo htmlencode($listing_resiRecord['square_footage']) ?&gt; <br /><br />But half the time the field is blank and I'd really love it to display a standard answer like &quot;N/A&quot; or &quot;Not Available&quot; instead of just running into the next field title. <br /><br />Is there a way to insert an if/then or if/else into that statement? <br /><br />Thanks, Sid<br />]]></description>
          <pubDate>Mon, 10 Dec 2012 13:53:51 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218718#post2218718</guid>
        </item>
                <item>
          <title>Using CMSB within a Wordpress site</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218455#post2218455</link>
          <description><![CDATA[I have some simple, canned Wordpress sites which are &quot;good enough&quot; for what they're suppose to do (and I have no time to recreate them), but I'd like to integrate some of my CMSB site's features and content into them without the hassle of rebuilding them in WP (or using iFrames). <br /><br />Searching this Forum I'm seeing references to a Wordpress plugin called &quot;Exec-PHP&quot;.  Before I install it, has there been anything written up explaining exactly how to integrate it with CMSB and any problems to note? <br /><br />Thanks, Sid<br />]]></description>
          <pubDate>Mon, 12 Nov 2012 15:56:56 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218455#post2218455</guid>
        </item>
                <item>
          <title>Re: [Jason] shopping cart</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217416#post2217416</link>
          <description><![CDATA[You guys should advertise things like this. <br /><br />Perhaps on the Add Ons page, right under &quot;User Submitted&quot; should be another option called &quot;Available Through Consulting&quot; that lists plugin options like simpleCart.   I started a storefront project and went with PrestaShop because it never occured to me it could be that cheap or easy with CMSB.  Would have much rather used something I knew. <br /><br />Just a thought. <br /><br />Sid<br />]]></description>
          <pubDate>Sat, 11 Aug 2012 08:21:32 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217416#post2217416</guid>
        </item>
                <item>
          <title>Backup Execution Fatal Error</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217414#post2217414</link>
          <description><![CDATA[When I manually attempt a Database Backup I'm getting the following error: <br /><br />Fatal error: Maximum execution time of 30 seconds exceeded in /xxx/xxx/xxx/xxx/lib/database_functions.php on line 705  <br /><br />I'm assuming that means my database is too big and I need to edit &quot;database_functions.php&quot; to give it more time.  Correct?  Any suggestions for how much time I should allow? <br /><br />Also, I just purchased The Auto Backup plugin today.  Is there anything there that needs editing as well? <br /><br />Thanks, Sid<br />]]></description>
          <pubDate>Fri, 10 Aug 2012 23:20:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217414#post2217414</guid>
        </item>
                <item>
          <title>Create PDF Error- No output returned from command! (Exit code: 7)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217413#post2217413</link>
          <description><![CDATA[Just purchased Create PDF today and it's failing to install.  Looks a lot like the problems in another thread from this spring. <br /><br />When I test server requirements I'm getting: <br /><br />Failed! <b>Test running PDF conversion program on server</b>  Testing pdf binary with command: /xxx/xxx/xxx/xxx/plugins/createPDF/wkhtmltopdf/wkhtmltopdf-amd64 -V<br />Result: 0 bytes returned<br />Error: No output returned from command! (Exit code: 7) <br /><br />Other tests passed. <br /><br />The server is a CentOS/Cpanel VPS on ServInt.net.  I do have root access should you want it. <br /><br />On a positive note, it appears all the other plugins I purchased today are working!<br />]]></description>
          <pubDate>Fri, 10 Aug 2012 22:48:41 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217413#post2217413</guid>
        </item>
                <item>
          <title>Re: [Jason] CSV Export for Members?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217407#post2217407</link>
          <description><![CDATA[Thanks, I wan't sure if this plugin was the solution or if something was going to need to be built.  I'm emailing you a sample of what I'd like to accomplish. <br /><br />Sid<br />]]></description>
          <pubDate>Fri, 10 Aug 2012 13:43:25 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217407#post2217407</guid>
        </item>
                <item>
          <title>CSV Export for Members?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217394#post2217394</link>
          <description><![CDATA[Can the CSV export plugin be used in conjunction with the website membership plugin so logged in members on the front end of the website can look through records and check a set number (say up to 100) that they would like to compare in Excel and then click a button to export them? <br /><br />Is it possible to insert a header column into that export as well? <br /><br />Sid/St Louis<br />]]></description>
          <pubDate>Fri, 10 Aug 2012 00:36:10 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217394#post2217394</guid>
        </item>
                <item>
          <title>Can the Comments Plugin be used for Private Note Taking?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217393#post2217393</link>
          <description><![CDATA[Is it possible to use the comments plugin to allow members to keep private notes on records (i.e the comments are only visable to the member who created them when they're logged in to see them)? I basically want to allow people to keep notes on saved favorites. <br /><br />Also, is it possible to have multiple instances of comments on one page (i.e. one install for private note taking and another for comments that are shared with all)? <br /><br />Thanks, Sid<br />]]></description>
          <pubDate>Fri, 10 Aug 2012 00:11:39 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217393#post2217393</guid>
        </item>
              </channel>
    </rss>
  