<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>dVector Blogs for the World</title>
	<atom:link href="http://dvector.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dvector.com</link>
	<description>Sign-up for yours</description>
	<lastBuildDate>Fri, 09 Jul 2010 17:00:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Base Service</title>
		<link>http://dvector.com/blog/2010/07/09/base-service/</link>
		<comments>http://dvector.com/blog/2010/07/09/base-service/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 16:33:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Services]]></category>

		<guid isPermaLink="false">http://dvector.com/blog/2008/03/19/base-service/</guid>
		<description><![CDATA[This is a list of items that are part of the base package of services. These are provided to you without any fees.  dVector does offer many premium services that extend what is available in the base package. Learn more about dVector premium services.

The ability to upload files including these extensions: jpg, jpeg,  [...]]]></description>
			<content:encoded><![CDATA[<p>This is a list of items that are part of the base package of services. These are provided to you without any fees.  dVector does offer many premium services that extend what is available in the base package. Learn more about <a title="dVector premium services" href="http://dvector.com/blog/2008/03/19/premium-services/">dVector premium services</a>.</p>
<ul>
<li>The ability to upload files including these extensions: jpg, jpeg,  png, gif, mp3, mov, avi, wmv, midi, mid, pdf, swf, csv, doc, and xls</li>
<li>File sizes may be up to 2.0 Mb each</li>
<li>100 Mb of storage space for uploaded files.</li>
<li>1Gb of data transfer per month</li>
<li>Ability to select one of at least 20 different preinstalled templates to define your look and feel</li>
<li>Access to a variety of preinstalled plugins that include a form handler and an event calendar.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dvector.com/blog/2010/07/09/base-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Deleted] Advanced Category Excluder plugin</title>
		<link>http://dvector.com/blog/2010/06/24/deleted-advanced-category-excluder-plugin/</link>
		<comments>http://dvector.com/blog/2010/06/24/deleted-advanced-category-excluder-plugin/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 22:48:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[announce]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://dvector.com/?p=82</guid>
		<description><![CDATA[The Advanced Category Excluder plugin has been deleted from all dvector accounts. There were too many problems and not enough users with this plugin. It did provide some useful functionality, so a replacement will likely be added within a week.
]]></description>
			<content:encoded><![CDATA[<p>The Advanced Category Excluder plugin has been deleted from all dvector accounts. There were too many problems and not enough users with this plugin. It did provide some useful functionality, so a replacement will likely be added within a week.</p>
]]></content:encoded>
			<wfw:commentRss>http://dvector.com/blog/2010/06/24/deleted-advanced-category-excluder-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Patched] Event Calendar 3 plugin</title>
		<link>http://dvector.com/blog/2010/06/24/patched-event-calendar-3-plugin/</link>
		<comments>http://dvector.com/blog/2010/06/24/patched-event-calendar-3-plugin/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 21:24:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[announce]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://dvector.com/?p=76</guid>
		<description><![CDATA[The Event Calendar 3 plugin is now working as expected. It has been re-enabled on all dvector sites. Thank you for your patience.  Below is the patch code:
@@ -132,7 +132,8 @@

 /** Rewrite date restrictions if the query is day- or category- specific. */
-function ec3_filter_posts_where(&#38;$where)
+//function ec3_filter_posts_where(&#38;$where)
+function ec3_filter_posts_where($where)
 {
 global $ec3,$wp_query,$wpdb;

@@ -225,7 +226,8 @@
 }

 /** [...]]]></description>
			<content:encoded><![CDATA[<p>The Event Calendar 3 plugin is now working as expected. It has been re-enabled on all dvector sites. Thank you for your patience.  Below is the patch code:</p>
<pre>@@ -132,7 +132,8 @@

 /** Rewrite date restrictions if the query is day- or category- specific. */
-function ec3_filter_posts_where(&amp;$where)
+//function ec3_filter_posts_where(&amp;$where)
+function ec3_filter_posts_where($where)
 {
 global $ec3,$wp_query,$wpdb;

@@ -225,7 +226,8 @@
 }

 /** */
-function ec3_filter_posts_join(&amp;$join)
+//function ec3_filter_posts_join(&amp;$join)
+function ec3_filter_posts_join($join)
 {
 global $ec3,$wpdb;
 // The necessary joins are decided upon in ec3_filter_posts_where().
@@ -239,7 +241,8 @@
 }

 /** Change the order of event listings (only advanced mode). */
-function ec3_filter_posts_orderby(&amp;$orderby)
+//function ec3_filter_posts_orderby(&amp;$orderby)
+function ec3_filter_posts_orderby($orderby)
 {
 global $ec3, $wpdb;
 if($ec3-&gt;order_by_start)
@@ -263,7 +266,8 @@

 /** Eliminate double-listings for posts with &gt;1 scheduled event. */
-function ec3_filter_posts_groupby(&amp;$groupby)
+//function ec3_filter_posts_groupby(&amp;$groupby)
+function ec3_filter_posts_groupby($groupby)
 {
 global $ec3,$wpdb;
 if($ec3-&gt;join_ec3_sch || $ec3-&gt;order_by_start)
@@ -278,7 +282,8 @@

 /** Add a sched_id field, if we want a listing. */
-function ec3_filter_posts_fields(&amp;$fields)
+//function ec3_filter_posts_fields(&amp;$fields)
+function ec3_filter_posts_fields($fields)
 {
 global $ec3;
 if($ec3-&gt;is_listing &amp;&amp; ($ec3-&gt;join_ec3_sch || $ec3-&gt;order_by_start))
@@ -536,7 +541,8 @@
 }

-function ec3_filter_the_content(&amp;$post_content)
+//function ec3_filter_the_content(&amp;$post_content)
+function ec3_filter_the_content($post_content)
 {
 return ec3_get_schedule() . $post_content;
 }</pre>
]]></content:encoded>
			<wfw:commentRss>http://dvector.com/blog/2010/06/24/patched-event-calendar-3-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Event Calendar fix in progress</title>
		<link>http://dvector.com/blog/2010/06/24/event-calendar-fix-in-progress/</link>
		<comments>http://dvector.com/blog/2010/06/24/event-calendar-fix-in-progress/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 20:51:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[announce]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://dvector.com/?p=74</guid>
		<description><![CDATA[The Event Calendar plugin will likely be fully activated and functioning by the end of today. I have implemented a fix and am currently testing that right now.
]]></description>
			<content:encoded><![CDATA[<p>The Event Calendar plugin will likely be fully activated and functioning by the end of today. I have implemented a fix and am currently testing that right now.</p>
]]></content:encoded>
			<wfw:commentRss>http://dvector.com/blog/2010/06/24/event-calendar-fix-in-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disabled 2 Plugin Sets</title>
		<link>http://dvector.com/blog/2010/06/24/disabled-2-plugin-sets/</link>
		<comments>http://dvector.com/blog/2010/06/24/disabled-2-plugin-sets/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 16:28:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[announce]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://dvector.com/?p=70</guid>
		<description><![CDATA[The Event Calendar and the Advanced Category Excluder plugins have been deactivated for all sites. These two plugin sets were causing display issues by using bad formed SQL statements and deprecated PHP functions. I will review the plugin code, submit bug reports to the authors, and attempt to get these plugins reactivated as soon as [...]]]></description>
			<content:encoded><![CDATA[<p>The Event Calendar and the Advanced Category Excluder plugins have been deactivated for all sites. These two plugin sets were causing display issues by using bad formed SQL statements and deprecated PHP functions. I will review the plugin code, submit bug reports to the authors, and attempt to get these plugins reactivated as soon as possible.</p>
<p>If you are using the Event Calendar plugin to manage and display events, you will temporarily need to display these using only the event category. You will also be unable to add new events to the calendar.</p>
]]></content:encoded>
			<wfw:commentRss>http://dvector.com/blog/2010/06/24/disabled-2-plugin-sets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Signup Gateway</title>
		<link>http://dvector.com/blog/2010/06/20/signup-gateway/</link>
		<comments>http://dvector.com/blog/2010/06/20/signup-gateway/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 05:55:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Help]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Services]]></category>

		<guid isPermaLink="false">http://dvector.com/?p=63</guid>
		<description><![CDATA[The page to register or create a new blog is protected. This is not meant to discourage you from registering but to block registration bots. The credentials needed to get to the registration page are:



Username
Password


friend
begin



By entering these credentials into the authentication box, you declare that you are not a spammer and will not use your [...]]]></description>
			<content:encoded><![CDATA[<p>The page to register or create a new blog is protected. This is not meant to discourage you from registering but to block registration bots. The credentials needed to get to the registration page are:</p>
<table>
<tbody>
<tr>
<th>Username</th>
<th>Password</th>
</tr>
<tr>
<td>friend</td>
<td>begin</td>
</tr>
</tbody>
</table>
<p>By entering these credentials into the authentication box, you declare that you are not a spammer and will not use your dVector blog for illegal or adult themed activities.</p>
<p><strong><span style="color: #000000">Now go <a href="http://dvector.com/wp-signup.php">register or create</a> that blog!</span></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://dvector.com/blog/2010/06/20/signup-gateway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Account and Blog Registration Re-enabled</title>
		<link>http://dvector.com/blog/2010/06/19/account-and-blog-registration-re-enabled/</link>
		<comments>http://dvector.com/blog/2010/06/19/account-and-blog-registration-re-enabled/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 14:40:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[announce]]></category>
		<category><![CDATA[dVector]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://dvector.com/?p=60</guid>
		<description><![CDATA[The ability to register for an account and create a new blog has been added back to dVector. All new blogs will be held in moderation until they are fully approved. Approvals may require email communication with the blog creator and a declaration from that creator that the blog will not be used for spam.
Within [...]]]></description>
			<content:encoded><![CDATA[<p>The ability to register for an account and create a new blog has been added back to dVector. All new blogs will be held in moderation until they are fully approved. Approvals may require email communication with the blog creator and a declaration from that creator that the blog will not be used for spam.</p>
<p>Within 6 hours of re-enabling this feature, dVector received more than 60 requests for new blogs. Of those, I have verified that only 1 was legitimate. Expect some additional work and automation on this feature.</p>
]]></content:encoded>
			<wfw:commentRss>http://dvector.com/blog/2010/06/19/account-and-blog-registration-re-enabled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog Creation Temporarily Suspended</title>
		<link>http://dvector.com/blog/2010/04/23/blog-creation-temporarily-suspended/</link>
		<comments>http://dvector.com/blog/2010/04/23/blog-creation-temporarily-suspended/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 03:30:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Policies]]></category>
		<category><![CDATA[announce]]></category>
		<category><![CDATA[policy]]></category>
		<category><![CDATA[Services]]></category>

		<guid isPermaLink="false">http://dvector.com/?p=57</guid>
		<description><![CDATA[The ability of users to create a new blog has been suspended on dVector. This was done to combat the ever-growing problem of blog spam. Over the last month more than 100 blogs have been created on dVector. Each new blog is reviewed by staff for compliance with our terms of service. After this review, [...]]]></description>
			<content:encoded><![CDATA[<p>The ability of users to create a new blog has been suspended on dVector. This was done to combat the ever-growing problem of blog spam. Over the last month more than 100 blogs have been created on dVector. Each new blog is reviewed by staff for compliance with our terms of service. After this review, the great majority of these new blogs were suspended for spam activity.</p>
<p>To prevent additional spam blog creation, dVector intends on implementing a new registration and approval process for new blogs. In the meantime, blog creation is suspended. If you wish to create a new blog, please contact dVector directly.</p>
<p>sales@gruffgoat.com</p>
<p>414-810-6631</p>
<p>Sorry for an inconvenience,</p>
<p>Gary Dalton</p>
<div id="_mcePaste" style="width: 1px;height: 1px;overflow: hidden"><span class="Apple-style-span" style="border-collapse: separate;color: #000000;font-family: 'Times New Roman';font-style: normal;font-variant: normal;font-weight: normal;letter-spacing: normal;line-height: normal;text-indent: 0px;font-size: medium"><span class="Apple-style-span" style="font-family: Arial,sans-serif;font-size: 13px"><strong><a id="gc-header-did-link" class="gc-under" title="Go to phones" href="#phones">810-6631</a></strong></span></span></div>
]]></content:encoded>
			<wfw:commentRss>http://dvector.com/blog/2010/04/23/blog-creation-temporarily-suspended/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress and Plugins Updated</title>
		<link>http://dvector.com/blog/2010/02/09/wordpress-and-plugins-updated/</link>
		<comments>http://dvector.com/blog/2010/02/09/wordpress-and-plugins-updated/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 06:12:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[announce]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://dvector.com/?p=47</guid>
		<description><![CDATA[Early this morning, a number of updates were made on dvector.com. This included and upgrade of WordPress to the latest version which is 2.9.1. Also, all plugins were upgraded to their latest version. For those of you using the cforms plugin, you do need to check the functioning of your forms. Our testing of the [...]]]></description>
			<content:encoded><![CDATA[<p>Early this morning, a number of updates were made on dvector.com. This included and upgrade of WordPress to the latest version which is 2.9.1. Also, all plugins were upgraded to their latest version. For those of you using the cforms plugin, you do need to check the functioning of your forms. Our testing of the upgrades was successful but we cannot anticipate all of the ways you may use this plugin.</p>
<p>If you become aware of any problems, please post a bug report so that your issue may be fixed. Bug reports may be posted at http://bugs.ggis.biz/.</p>
]]></content:encoded>
			<wfw:commentRss>http://dvector.com/blog/2010/02/09/wordpress-and-plugins-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cforms Upgrade from 9.3 to 11.0</title>
		<link>http://dvector.com/blog/2009/09/28/cforms-upgrade-from-9-3-to-11-0/</link>
		<comments>http://dvector.com/blog/2009/09/28/cforms-upgrade-from-9-3-to-11-0/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 02:09:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[cforms]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://dvector.com/?p=42</guid>
		<description><![CDATA[If you are using cforms on your dVector blog, you must verify and test  the settings. There have been some changes in the plugin that requires  your action.
IMPORTANT: MULTIPLE RECIPIENTS support revamped, check the HELP! page  for updated description
======================================================================
Version History:
======================================================================
WHAT&#8217;s NEW in cformsII &#8211; v11
*) feature: MULTIPLE RECIPIENTS support revamped (supporting multiple [...]]]></description>
			<content:encoded><![CDATA[<div style="font-family: -moz-fixed;font-size: 13px" lang="x-western">If you are using cforms on your dVector blog, you must verify and test  the settings. There have been some changes in the plugin that requires  your action.</p>
<p>IMPORTANT: MULTIPLE RECIPIENTS support revamped, check the HELP! page  for updated description</p></div>
<div style="font-family: -moz-fixed;font-size: 13px" lang="x-western">======================================================================<br />
Version History:</p>
<p>======================================================================</p>
<p>WHAT&#8217;s NEW in cformsII &#8211; v11</p>
<p>*) feature: MULTIPLE RECIPIENTS support revamped (supporting multiple email accounts per option)!<br />
PLEASE DOUBLE CHECK YOUR SETUP! see HELP! page as well.<br />
*) feature: admin UI revamped (please note the new fixed &#8216;action box&#8217;, right hand side!)<br />
*) feature: PHP 6 compliance: added input processing support to accomodate PHP&#8217;s DEPRECATED<br />
get_magic_quotes_gpc()<br />
*) feature: added a new my-functions.php logic routine: &#8220;successMessage&#8221;<br />
*) feature: UPLOAD field noid- (or ID) prefix can be turned off<br />
*) feature: enabled Email-Priority for the SMTP feature<br />
*) feature: admin UI option boxes: supporting clickable option titles bars<br />
*) feature: added two new system variables: {CurUserFirstName} &amp; {CurUserLastName}<br />
*) feature: supporting multiple form fields with the same name in get_cforms_entries()<br />
*) feature: BCC field now supports multiple email addresses<br />
*) feature: conditional redirection (my-functions.php) can now return &#8220;&#8221; (empty string) to cancel<br />
redirection altogether</p>
<p>*) bugfix:  fixed &#8220;magic deletion&#8221; of \ (backslashes) for some users when updating settings<br />
*) bugfix:  fixed popup time entry for &#8220;submission limit&#8221;<br />
*) bugfix:  form deletion: fixed error when having more than 10 forms.<br />
*) bugfix:  fixed deletion of auto confirmation settings when turning off this feature<br />
*) bugfix:  fixed form duplication bug that would prevent &#8216;Multi-part settings&#8217; to be copied<br />
*) bugfix:  form deletion: fixed proper consolidation of remaining forms / settings array<br />
*) bugifx:  TAF: fixed WP quickedit; now keeping the TAF setting when updating post<br />
*) bugfix:  fixed sorting for int() values in get_cforms_entries()<br />
*) bugfix:  &#8220;geomaplookup&#8221; call adjusted to new URL<br />
*) bugfix:  RSS title missed a stripslashes()<br />
*) bugfix:  Admin email missed a stripslashes() for the form data title<br />
*) bugfix:  Tracking/download of CSV: &#8220;Add URL for upload fields&#8221; option fixed for MP forms</p>
<p>*) other:   plugin removal code enhanced (turns off plugin automatically now)</p>
<p>WHAT&#8217;s NEW in cformsII &#8211; v10.6   *** WP 2.8 compliance</p>
<p>*) feature: completely rewritten sidebar WIDGET SUPPORT, pls recheck your widget setup!<br />
*) feature: auto confirmation messages now support an attachment<br />
*) feature: radio buttons can now be &#8220;required&#8221; when no radio box should be checked by default!<br />
*) feature: added strip_tags() to TEXT message part of the admin email<br />
(to avoid HTML in plain TXT)<br />
*) other:   house keeping, cleaning up &amp; rearranging admin UI<br />
*) feature: backwards compatible now: supporting PHP4<br />
*) bugfix:  label issues with &#8220;(&#8221; and &#8220;)&#8221;, which would not show in the admin email (&amp;tracking)<br />
*) bugfix:  minor code fixed, mostly cosmetic<br />
*) bugfix:  nonAjax form submission would not allow single quotes in custom field ID/NAME<br />
*) other:   amended Help section<br />
*) other:   typos/corrections on Help! page</p>
<p>WHAT&#8217;s NEW in cformsII &#8211; v10.5.2</p>
<p>*) bugfix:  WP comment form feature:: fixed {custom var} replacement in admin email (ajax mode)<br />
*) bugfix:  WP comment form feature:: fixed &#8220;send to author&#8221; option in cforms&#8217;<br />
*) other:   admin email addresses now support &#8220;+&#8221; , e.g. john+janey@mail.com</p>
<p>WHAT&#8217;s NEW in cformsII &#8211; v10.5.1</p>
<p>*) feature: Email Priority can now be set under &#8220;Core Options&#8221;<br />
*) bugfix:  insert_cform(&#8216;1&#8242;) would cause minor issues if your default form was a TAF form<br />
*) bugfix:  Limit Text is now saved even if no #-limit is provided<br />
*) bugfix:  fixed =3D issue for some users (admin email layout)</p>
<p>WHAT&#8217;s NEW in cformsII &#8211; v10.5</p>
<p>*) feature: redirect options: &#8220;hide&#8221; &amp; &#8220;redirect&#8221; have been split, allowing both<br />
find &#8216;hide&#8217; under &#8216;core options&#8217; now<br />
make sure to check both options, they may have been reset!</p>
<p>*) feature: email: supporting mail server that strictly require CRLF<br />
new option under GlobalSettings &gt; Mail Server Settings</p>
<p>*) bugfix:  field labels that would have an escaped character (e.g quotes) would not be<br />
referenced correctly and required a slash until now (e.g. {Your friend\&#8217;s Name} ).<br />
*) bugfix:  fixed minor XSS cross site scripting vulnerability<br />
*) bugfix:  select boxes: fixes the &#8220;auto select&#8221; of the last drop down option<br />
*) bugfix:  email: fixes CR&#8217;s in multi-line fields<br />
*) bugfix:  email: fixing SMTP / PHPMailer attachments<br />
*) bugfix:  email: MIME / boundary fix<br />
*) bugfix:  email: several cosmetic fixes<br />
*) bugfix:  WP comment: fixed Ajax submission of WP comments<br />
*) bugfix:  fixed get_cforms_entries() when using &#8220;form name&#8221; parameter<br />
*) bugfix:  fixed WP comment form &#8216;comment id not found&#8217; error</p>
<p>*) other:   plugin update notice has become smaller / can be toggled<br />
*) other:   updated Help page (API section)<br />
*) other:   enhanced API function   get_cforms_entries()<br />
Parameters:<br />
get_cforms_entries( $fname,$from,$to,$cfsort,$limit,$cfsortdir )<br />
$fname     = [text]    : form name (case sensitive!)<br />
$from      = [date]    : e.g. 2008-09-17 15:00:00<br />
$to        = [date]    : e.g. 2008-09-17 17:00:00<br />
$cfsort    = [text]    : any input field label, e.g. &#8216;Your Name&#8217;<br />
or &#8216;date&#8217;, &#8216;ip&#8217;, &#8216;id&#8217;, &#8216;form&#8217;, &#8216;email&#8217;<br />
$limit     = [numeric] : limits number of records retrieved<br />
$cfsortdir = [text]    : sort direction &#8216;asc&#8217; or &#8216;desc&#8217;</p>
<p>(see updated Help page too!)</p>
<p>WHAT&#8217;s NEW in cformsII &#8211; v10.4</p>
<p>*) feature: new my_cforms_logic() features:<br />
&#8220;adminEmailTXT&#8221; &amp; &#8220;adminEmailHTML&#8221;, &#8220;autoConfTXT&#8221; &amp; &#8220;autoConfHTML&#8221;<br />
to support run-time changes in the email message part(s),<br />
e.g. {user_variable} substitution supporting custom/one-off messages<br />
*) feature: tracking / download: revised and fixed downloads that include field headers<br />
in several areas<br />
*) feature: tracking / download: added optional inclusion of attachment/file URLs<br />
*) feature: tracking / download: added optional inclusion of IP address in report<br />
*) feature: tracking / download: completely revised the tracking download function to<br />
accommodate very large numbers of records, make sure that js/include/data.tmp<br />
is writable!<br />
*) bugfix:  fixed access to $subID from within my-functions.php for Ajax post method<br />
*) bugfix:  file uploads/attachments: revised, better internal handling<br />
*) bugfix:  file uploads/attachments: fixed link/URL issue for MP forms<br />
*) bugfix:  file uploads/attachments: all files are now being attached to admin email for<br />
MP forms<br />
*) bugfix:  WP comment form: fixed email to author in non Ajax mode<br />
*) bugfix:  Fixed &#8220;extra variables&#8221; (e.g. {Title}) to display again in admin email etc.<br />
*) bugfix:  success message: fixed buggy message display (&#8216;*$#..&#8217;) in special cases<br />
*) other:   Javascript Date Picker updated to latest release<br />
*) other:   admin emails: turned upper case HTML tags to lower case<br />
*) other:   admin emails: swapped LF for CRLF (according to RFC822 Section 3)</p>
<p>WHAT&#8217;s NEW in cformsII &#8211; v10.3</p>
<p>*) feature: RSS feed: revised and enhanced feeds (all &amp; indivudal form feeds)<br />
supporting inclusion of form fields in the feed<br />
*) feature: new API function: cf_extra_comment_data( $id )<br />
will retrieve all extra fields per given comment ID in a data [array]<br />
see tutorial online (troubleshooting forum)<br />
*) feature: enhanced option to keep input field data (no reset) after submission<br />
(both ajax &amp; nonajax)<br />
*) feature: cforms allows now to optionally turn off the admin email (and only track via DB)<br />
*) feature: &#8220;redirect on success&#8221; can now be used to jump to any location on your page after<br />
form submission<br />
*) feature: threaded comment support for cforms&#8217; WP comment feature<br />
note: nonAjax will work as is, for the Ajax method you need to adjust your WP theme to<br />
work nicely with cforms (dynamically set the parent container!)<br />
*) bugfix: multi-part forms: no more session resets / jumping to first form<br />
*) bugfix: multi-part forms: confusion of prev. entered field values when going to previous form<br />
*) bugfix: escaped &#8216;&lt;&#8217; &amp; &#8216;&gt;&#8217; in input fields, which allows to properly send code in a form as well<br />
*) bugfix: a few admin CSS fixed (e.g. resizable text areas)<br />
*) other: smaller cosmetic fixes<br />
*) other: input field default values will now remain actual values and not be cleared!</p>
<p>WHAT&#8217;s NEW in cformsII &#8211; v10.2  GPL compliance!</p>
<p>*) bugfix: WP comment form : fixed issues when form #1 was enabled as WP comment form replacement<br />
*) bugfix: fixed Cross-site_scripting security hole (rarely to be exploited but anyway)<br />
*) bugfix: multi-part form: fixed issue, when first form is the default form (#1)<br />
*) bugfix: multi-part form: fixed escaped quotes when going back<br />
*) bugfix: textarea fields: fixed carriage returns in HTML part of admin email<br />
*) other: buttonsnap has been removed</p>
<p>WHAT&#8217;s NEW in cformsII &#8211; v10.1</p>
<p>*) feature: added form option to turn off tracking for a given form only</p>
<p>*) bugfix: improved method of adding admin scripts/CSS (to better support preWP2.7 systems)<br />
*) bugfix: added UI CSS mods to accomodate pre WP2.7 admin interface<br />
*) bugfix: wrong dashboard icon extension (png vs gif)<br />
*) bugfix: hover text over AJAX option on &#8216;form settings&#8217;<br />
*) bugfix: multi-page forms: after final submission, form #1 on occcasion would render only partly<br />
*) bugfix: multi-page forms: if used with &#8220;WP comment form feature&#8221; at the same time, comment form would also be replaced with the current multi-part form<br />
*) bugfix: multi-page forms: when deploying several MP form series the SESSION would in some cases not be reset<br />
*) bugfix: in v10.0 access priviliges for tracking required to be &#8220;manage_cforms&#8221;</p>
<p>*) other: fixed CommentLuv support<br />
*) other: WP2.7+ fixed admin UI : support for removeable top err/warning messages<br />
*) other: a few minor UI adjustments to accomodate 1024px wide screens a tad better<br />
*) other: some cosmetic icon adjustments</p>
<p>WHAT&#8217;s NEW in cformsII &#8211; v10.0</p>
<p>*) feature: &#8220;manual/help page&#8221; now also offered in form of a PDF (see help page)<br />
*) feature: enhanced Opera Browser support<br />
*) feature: complete admin UI update: WP2.7&#8242;ized it (code and CSS)<br />
*) feature: multi-part/-page form support<br />
*) feature: added dashboard support for WP 2.7<br />
*) feature: general enhancements on tracking page (time stamps on entries etc)</p>
<p>*) bugfix: regexp now allow OR | operator,e .g. ^(a|b)c<br />
*) bugfix: datepicker localization for admin interface<br />
*) bugfix: email verification fields (special regexp) would not work with custom err messages<br />
*) bugfix: fixed install bug that appeared on some WP 2.7 deployments (redeclare err)<br />
*) bugfix: fixed captcha issue for nonAjax forms<br />
*) bugfix: insert_cform() would show the default form versus a specified one<br />
*) bugfix: minor admin email issue re: inclusion of CAPTCHA input</p>
<p>*) other: updated and cleaned up help page<br />
*) other: much improved admin captcha config preview (no saving necessary for preview anymore!)<br />
*) other: made some admin UI changes (font alternatives)<br />
*) other: enhanced handling of duplicate form fields for tracking/admin email (no more __x suffixes)<br />
*) other: revamped admin email assembly process</p></div>
]]></content:encoded>
			<wfw:commentRss>http://dvector.com/blog/2009/09/28/cforms-upgrade-from-9-3-to-11-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

