<?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>ClassiPress &#187; Blog</title>
	<atom:link href="http://wpclassipress.com/topics/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpclassipress.com</link>
	<description>Instantly turn your WordPress blog into a classified ads system.</description>
	<lastBuildDate>Tue, 29 Jun 2010 05:55:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Quick Update + Handy mySQL Query Code</title>
		<link>http://wpclassipress.com/handy-mysql-query-code/</link>
		<comments>http://wpclassipress.com/handy-mysql-query-code/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 05:55:07 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://wpclassipress.com/?p=1064</guid>
		<description><![CDATA[Over the last few months it&#8217;s appeared rather quiet here at ClassiPress HQ. In actuality, we&#8217;ve been quite busy behind the scenes working on a new update (v3.0.3) and a brand new company web site. We plan on launching the new site early next month (which we&#8217;ll announce in a separate post and email to [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last few months it&#8217;s appeared rather quiet here at ClassiPress HQ. In actuality, we&#8217;ve been quite busy behind the scenes working on a new update (v3.0.3) and a brand new company web site. We plan on launching the new site early next month (which we&#8217;ll announce in a separate post and email to all customers) and then the 3.0.3 update will be released soon thereafter. It&#8217;s a bug fix and feature enhancement release so nothing major.</p>
<p>Anyhow, the reason for this post was to provide a handy bit of mySQL code when migrating your ClassiPress site to another domain.</p>
<p>While going through the demo site migration process, we had to change a bunch of legacy meta_values which have the image urls hardcoded in them so the thumbnail and ad images weren&#8217;t showing up. Instead of manually having to go through hundreds of records, it made more sense to write a custom sql query to handle the same change in a matter of seconds. <span id="more-1064"></span></p>
<p>I wanted to share this just in case any of you plan on migrating one of your web sites to a different domain. Keep in mind, this sql query would only be necessary if you were previously using version 2.9.3 or earlier since 3.0+ doesn&#8217;t rely on the &#8220;images&#8221; meta field.</p>
<p>So you&#8217;ll need to login to your mySQL admin and go to your SQL tab. There you&#8217;ll want to paste in the following code (replace the oldsite.com and newsite.com of course first). You might even want to do a test run on one record first just to be safe.</p>
<p><code>UPDATE wp_postmeta<br />
SET meta_value = replace(meta_value, 'oldsite.com', 'newsite.com')<br />
WHERE meta_key = 'images'</code></p>
<p>After you run this query, all your oldsite.com&#8217;s will be replaced with your newsite.com&#8217;s!</p>
]]></content:encoded>
			<wfw:commentRss>http://wpclassipress.com/handy-mysql-query-code/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Show us Your ClassiPress Site!</title>
		<link>http://wpclassipress.com/show-us-your-classipress-site/</link>
		<comments>http://wpclassipress.com/show-us-your-classipress-site/#comments</comments>
		<pubDate>Mon, 03 May 2010 21:36:10 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://wpclassipress.com/?p=1035</guid>
		<description><![CDATA[It&#8217;s time for some spring cleaning and the customer showcase page needs an overhaul. Are you an existing customer currently using 3.0 and want to show off your work? Heavily modded or straight out of the box ClassiPress sites are both welcome. If your site is selected for inclusion, you will be featured in our [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s time for some spring cleaning and the customer showcase page needs an overhaul. Are you an existing customer currently using 3.0 and want to show off your work? Heavily modded or straight out of the box ClassiPress sites are both welcome.</p>
<p>If your site is selected for inclusion, you will be featured in our <a href="/showcase/">ClassiPress Customer Showcase</a>  which is one of our most popular pages. This will put you front and center and includes such benefits as a free link from an authoritative <a href="/">WordPress Premium Themes</a> site (great for SEO), additional free traffic, and bragging rights. Interested?</p>
<p>To enter, please submit a comment below with a link to your site and a brief description. All entries will be reviewed and then selected by the end of May. Good luck and we&#8217;re looking forward to seeing a few of the thousands of ClassiPress sites being used all around the world today!</p>
]]></content:encoded>
			<wfw:commentRss>http://wpclassipress.com/show-us-your-classipress-site/feed/</wfw:commentRss>
		<slash:comments>105</slash:comments>
		</item>
		<item>
		<title>SF WordCamp Recap</title>
		<link>http://wpclassipress.com/sf-wordcamp-recap/</link>
		<comments>http://wpclassipress.com/sf-wordcamp-recap/#comments</comments>
		<pubDate>Mon, 03 May 2010 20:36:02 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://wpclassipress.com/?p=1009</guid>
		<description><![CDATA[This past weekend was the annual SF WordCamp which I had the pleasure to attend. It&#8217;s always a great event and the energy was especially high this year with the upcoming release of 3.0. The first day consisted of general sessions and a &#8220;State of the Word&#8221; keynote from Matt Mullenweg (WordPress founder). There was [...]]]></description>
			<content:encoded><![CDATA[<p>This past weekend was the annual <a href="http://2010.sf.wordcamp.org/" target="_blank">SF WordCamp</a> which I had the pleasure to attend. It&#8217;s always a great event and the energy was especially high this year with the upcoming release of 3.0. The first day consisted of general sessions and a &#8220;State of the Word&#8221; keynote from Matt Mullenweg (WordPress founder). There was a nice bbq outdoor lunch and even live Jazz.</p>
<p>I also had the pleasure to meet <a href="http://ma.tt" target="_blank">Matt Mullenweg</a> and <a href="/rd/studiopress/" target="_blank">Brian Gardner</a> (who are both great guys, btw) to discuss WordPress 3.0 and Premium WordPress Themes. Lots of good stuff which has helped me strategize and better plan the direction of ClassiPress and the upcoming launch of our new theme business. It&#8217;s a very competitive environment and the sad part is lots of theme developers just aren&#8217;t doing a good job. It&#8217;s still the wild west when it comes to theming standards and guidelines. Hopefully that&#8217;s something WordPress will change in the future.</p>
<p>What I was surprised to see was the number of people who had iPads. It&#8217;s apparent that a majority of the attendees are early adopters and big fans of Apple. I guess I shouldn&#8217;t be surprised and in fact, I am one of those people as well sporting my new 3G iPad. <img src='http://wpclassipress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Overall this year was a great conference and if you&#8217;ve never been to a WordCamp before, I highly recommend going. Look for a WordCamp coming to a <a href="http://central.wordcamp.org/schedule/" target="_blank">city near you</a>.</p>
<p>Here are a couple pictures I took during day two at the &#8220;Unconference&#8221; for developers.</p>
<p><a rel="lightbox[imgs]" href="http://wpclassipress.com/wp-content/uploads/2010/05/IMG_1250.jpg"><img class="alignleft size-thumbnail wp-image-1011" title="IMG_1250" src="http://wpclassipress.com/wp-content/uploads/2010/05/IMG_1250-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p><a rel="lightbox[imgs]" href="http://wpclassipress.com/wp-content/uploads/2010/05/IMG_1258.jpg"><img class="alignleft size-thumbnail wp-image-1014" title="IMG_1258" src="http://wpclassipress.com/wp-content/uploads/2010/05/IMG_1258-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p><a rel="lightbox[imgs]" href="http://wpclassipress.com/wp-content/uploads/2010/05/IMG_1251.jpg"><img class="alignleft size-thumbnail wp-image-1020" title="IMG_1251" src="http://wpclassipress.com/wp-content/uploads/2010/05/IMG_1251-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p><a rel="lightbox[imgs]" href="http://wpclassipress.com/wp-content/uploads/2010/05/IMG_1257.jpg"><img class="size-thumbnail wp-image-1021 alignleft" title="IMG_1257" src="http://wpclassipress.com/wp-content/uploads/2010/05/IMG_1257-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p><a rel="lightbox[imgs]" href="http://wpclassipress.com/wp-content/uploads/2010/05/IMG_1253.jpg"><img class="size-thumbnail wp-image-1022 alignleft" title="IMG_1253" src="http://wpclassipress.com/wp-content/uploads/2010/05/IMG_1253-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p><a rel="lightbox[imgs]" href="http://wpclassipress.com/wp-content/uploads/2010/05/IMG_1252.jpg"><img class="alignleft size-thumbnail wp-image-1024" title="IMG_1252" src="http://wpclassipress.com/wp-content/uploads/2010/05/IMG_1252-150x150.jpg" alt="" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://wpclassipress.com/sf-wordcamp-recap/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Child-Theme Challenge</title>
		<link>http://wpclassipress.com/child-theme-challenge/</link>
		<comments>http://wpclassipress.com/child-theme-challenge/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 09:55:18 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[classipress challenge]]></category>

		<guid isPermaLink="false">http://wpclassipress.com/?p=1001</guid>
		<description><![CDATA[How many of you have already started to take advantage of the child-theme feature within ClassiPress 3.0? I&#8217;ve started to see some forum threads on how to hack it a bit. All this is wonderful and the more I can get the community involved the better results for everyone. So if you&#8217;ve started a child-theme, [...]]]></description>
			<content:encoded><![CDATA[<p>How many of you have already started to take advantage of the child-theme feature within ClassiPress 3.0? I&#8217;ve started to see some forum threads on how to hack it a bit. All this is wonderful and the more I can get the community involved the better results for everyone.</p>
<p>So if you&#8217;ve started a child-theme, finished one, or just need someone to help you, please start the discussion below. I&#8217;m excited to see what the community has done thus far. Once everyone starts to get the hang of this, I&#8217;d like to hold a challenge. There&#8217;s nothing like good old fashion competition, right? This time it&#8217;s on a global scale and the winner will receive a prize (not yet disclosed). Who knows&#8230;.we might soon be offering a theme aftermarket place where you can sell your stuff on our site.</p>
<p>So what are you waiting for and start those engines. For those who are still new and need some help, I recommend starting with <a href="http://op111.net/53">these</a> two <a href="http://themeshaper.com/functions-php-wordpress-child-themes/">articles</a>.</p>
<p><a href="http://wpclassipress.com/wp-content/uploads/2010/04/3640-Challenge-Posters1.jpg"><img src="http://wpclassipress.com/wp-content/uploads/2010/04/3640-Challenge-Posters1.jpg" alt="" title="3640-Challenge-Posters[1]" width="400" height="319" class="aligncenter size-full wp-image-1002" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://wpclassipress.com/child-theme-challenge/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Admin Pages Translation Issue Resolved</title>
		<link>http://wpclassipress.com/admin-pages-translation-issue-resolved/</link>
		<comments>http://wpclassipress.com/admin-pages-translation-issue-resolved/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 20:54:07 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[classipress translation files]]></category>

		<guid isPermaLink="false">http://wpclassipress.com/?p=983</guid>
		<description><![CDATA[Some customers who were translating ClassiPress into their own language were getting frustrated because of a bug. Essentially some of the admin pages weren&#8217;t translating even after the correct text was being added to the .po file. For the life of me I couldn&#8217;t figure out why only one certain includes file wasn&#8217;t getting translated [...]]]></description>
			<content:encoded><![CDATA[<p>Some customers who were translating ClassiPress into their own language were getting frustrated because of a bug. Essentially some of the admin pages weren&#8217;t translating even after the correct text was being added to the .po file. </p>
<p>For the life of me I couldn&#8217;t figure out why only one certain includes file wasn&#8217;t getting translated correctly. I must say this was a sneaky little bug which actually turns out to be an easy fix. </p>
<p>The problem was the WordPress function that handles the translation, <a target="_blank" href="http://codex.wordpress.org/Function_Reference/load_theme_textdomain">load_theme_textdomain</a> was loading <em>after</em> one of the admin pages was being included.</p>
<p>I&#8217;ve written up a fix for this in <a target="_blank" href="/forum/viewtopic.php?f=16&#038;t=3289&#038;p=13700#p13700">the forum</a> which will also be included in 3.0.3 next month.</p>
<p>On another note, I&#8217;ve also created a .po file that excludes the admin pages. This gives you the option to only translate the customer-facing web site pages which is much faster to do. This was a request by one of our existing customers, Magnus (thanks) and it makes a lot of sense.</p>
<p>You can download this file from our <a target="_blank" href="/resources/">ClassiPress Resources</a> page. It&#8217;s the <strong>Version 3.0.2</strong> download link.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpclassipress.com/admin-pages-translation-issue-resolved/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Version 3.0.2 is Now Available</title>
		<link>http://wpclassipress.com/version-3-0-2-is-now-available/</link>
		<comments>http://wpclassipress.com/version-3-0-2-is-now-available/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 07:24:49 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[ClassiPress update]]></category>
		<category><![CDATA[patch release]]></category>

		<guid isPermaLink="false">http://wpclassipress.com/?p=974</guid>
		<description><![CDATA[The latest version of ClassiPress has just been released today. It is a general patch release that fixes 10+ bugs and includes 15 or so enhancements. It is recommended that you upgrade to this release so you can benefit from the changes. Existing customers should use their original e-junkie email download link to get it. [...]]]></description>
			<content:encoded><![CDATA[<p>The latest version of ClassiPress has just been released today. It is a general patch release that fixes 10+ bugs and includes 15 or so enhancements. It is recommended that you upgrade to this release so you can benefit from the changes. Existing customers should use their original e-junkie email download link to get it.</p>
<p>Below you will find a list of all fixes and changes in this release. For specific files affected, please see the changelog.txt file accompanied with the 3.0.2 download.</p>
<p>Anyone who has already translated ClassiPress into their native language will have to update their .mo file. I have written a tutorial on how to do this at the bottom of this page: <a href="/how-to-translate-a-wordpress-theme/" target="_blank">How to Translate a WordPress Theme</a>.</p>
<p><strong>Bug Fixes</strong></p>
<ul>
<li>fixed sidebars &amp; footer widgets so they now work when cp is translated into other languages.</li>
<li>fixed google maps get direction function so it no longer gives you a 404 page not found.</li>
<li>fixed category bug for nav menu and directory home page view of sub cats options.</li>
<li>fixed TinyMCE js validation on new ad submission form so you don&#8217;t have to click next step twice and the error message appears correctly.</li>
<li>replaced all date functions with date_i18n for better internationalization support</li>
<li>added body background color style to prevent white background on slower page loads.</li>
<li>added a fixed height to the featured ads slider box so on page load, it doesn&#8217;t leave a huge space below it.</li>
<li>fixed &#8220;% of sellers ad price&#8221; pricing option bug and spelling error. it now calculates the correct price.</li>
<li>fixed ad inquiry form confirmation where body has quotes or apostrophes is adds a forward slash.</li>
<li>fixed new ad submission form step 2 when clicking on the &#8220;go back&#8221; button in IE.</li>
<li>fixed home page pagination bug where blog posts were making it seem like there were multiple pages</li>
</ul>
<p><strong>Enhancements</strong></p>
<ul>
<li>removed title attribute from ad image so hover doesn&#8217;t show image file name.</li>
<li>added function to automatically insert an expiration date on an ad if it&#8217;s manually or auto-script created. This fixes ads that immediately expired because they didn&#8217;t have a date set.</li>
<li>added new ad submission form validation support for 30 default languages. new option added on the admin settings page.</li>
<li>added new function (cp_make_clickable) to automatically hyperlink urls or email addresses found in custom fields.</li>
<li>added new option to override the generic WordPress new user registration and forgot password email headers.</li>
<li>added custom.css file so you can add their own styles without having to touch the core .css files. Thx Levi.</li>
<li>added new admin section called advanced options which includes the option to disable core .css files so you can easily build child themes.</li>
<li>added empty index.php files to the core directories for security to prevent directory browsing.</li>
<li>on new theme activation, set the default new WordPress user role to contributor only if it&#8217;s currently set to the subscriber default.</li>
<li>added new trim function to ad listing titles on the home page to prevent pushing the price field down.</li>
<li>added new option to show zero sub categories in the main menu and index-directory.php page.</li>
<li>added new plugin called &#8220;New User Email Setup&#8221; in the plugins folder. This allows you to customize the generic WordPress new registration emails.</li>
<li>made some minor adjustments to the styles on how the background gradient image was loading.</li>
</ul>
<p>Lots of good stuff packed in this update and I appreciate everyone who submitted their bugs/feature requests. ClassiPress gets more and more stable with each release which means a better product for you all.</p>
<p><strong>NOTE:</strong> Any support questions should be posted in the <a href="/forum/" target="_blank">forum</a> and not in the comments below. We have a dedicated team that can respond much faster and usually with multiple answers from the community. Thank you.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpclassipress.com/version-3-0-2-is-now-available/feed/</wfw:commentRss>
		<slash:comments>49</slash:comments>
		</item>
		<item>
		<title>3.0.2 Scheduled For This Week</title>
		<link>http://wpclassipress.com/3-0-2-scheduled-for-this-week/</link>
		<comments>http://wpclassipress.com/3-0-2-scheduled-for-this-week/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 02:54:21 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[bug fixes]]></category>
		<category><![CDATA[classipress 3.0.2]]></category>
		<category><![CDATA[patch release]]></category>

		<guid isPermaLink="false">http://wpclassipress.com/?p=955</guid>
		<description><![CDATA[A new version of ClassiPress is scheduled to be released this coming Friday. It is a general patch release that will address a handful of newly discovered bugs along with a couple of new enhancements. Not all fixes are listed below but rather just the higher priority issues. Key Bug Fixes Issue where translated CP [...]]]></description>
			<content:encoded><![CDATA[<p>A new version of ClassiPress is scheduled to be released this coming Friday. It is a general patch release that will address a handful of newly discovered bugs along with a couple of new enhancements. Not all fixes are listed below but rather just the higher priority issues.</p>
<p><strong>Key Bug Fixes</strong></p>
<ul>
<li>Issue where translated CP prevents widget sidebars and footer from working</li>
<li>Admin page text is not included in the .pot translation file</li>
<li>HTML TinyMCE editor requires submit button to be pressed twice</li>
<li>Google maps get directions functionality gives a 404 error</li>
<li>Home page pagination incorrect by counting blog posts</li>
</ul>
<p><strong>New Enhancements</strong></p>
<ul>
<li>New option to show zero sub-categories in menu and home page</li>
<li>Auto link (with nofollow) URLs found in any custom fields</li>
<li>Auto set WordPress &#8220;New User Default Role&#8221; to Contributor</li>
<li>Set a default expiration date for ads that have empty cp_sys_expire_date</li>
</ul>
<p>The last enhancement is actually a big one for several customers. It appears not everyone is creating ads with the ad submission form which has caused them some problems. These customers are using automated scripts to pull ads from other sites (via rss or xml feeds) which is fine of course, but if the ad creation process doesn&#8217;t go through the ClassiPress ad submission form, certain fields and values are empty.</p>
<p>You might have read some threads about ads expiring on January 1st, 1970 and wondered why this was happening.  In most cases it&#8217;s because the ad didn&#8217;t have and expiration date set so when ClassiPress tries to compare an empty date value to the current date/time, it uses the January 1st, 1970 12:00 date which is the start of <a href="http://en.wikipedia.org/wiki/Unix_time" target="_blank">Unix time</a> and immediately expires the ad listing.</p>
<p>This new enhancement will check to see if the ad came in with an expiration date. If not, it will create one based on your &#8220;Ad Listing Period&#8221; value. That should help prevent these customers from ads expiring immediately.</p>
<p>It is recommended to always upgrade to the latest version, however there aren&#8217;t any security or stability issues that will be fixed in 3.0.2 so it&#8217;s not mandatory.</p>
<p>Existing customers will be able to download this updated version by using their original e-junkie download link. I know it&#8217;s a pain to keep going back to this email but we will be moving to a new portal system in May at which time you will be able to login and download any updates from there.</p>
<p>Not only will this make it much easier for you, but also for myself and the forum support staff. Having to manually look-up, verify, and resend download links for customers is not the best method. We have just outgrown our customer management system so it needs to be upgraded.</p>
<p>In addition, the forum will be moving to <a href="/rd/vbulletin/" target="_blank">vBulletin</a> which is a much better forum platform. It will also be restricted to customers-only which will allow us to provide you with better support.</p>
<p><strong>Reminder</strong> &#8211; Support questions are not to be posted within the comments below. Please use the <a href="/forum/" target="_blank">forum</a> for anything related to product support.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpclassipress.com/3-0-2-scheduled-for-this-week/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Version 3.0.1 is Now Available</title>
		<link>http://wpclassipress.com/version-3-0-1-is-now-available/</link>
		<comments>http://wpclassipress.com/version-3-0-1-is-now-available/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 23:52:18 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[3.0.1]]></category>
		<category><![CDATA[classipress]]></category>
		<category><![CDATA[patch]]></category>

		<guid isPermaLink="false">http://wpclassipress.com/?p=920</guid>
		<description><![CDATA[Today I have released a general bug fix release which patches up 25+ bugs found in the original 3.0 product. It is highly recommended that you upgrade immediately to this release to benefit from the fixes. Existing customers should use their original e-junkie email download link to get it. You will need to replace your [...]]]></description>
			<content:encoded><![CDATA[<p>Today I have released a general bug fix release which patches up 25+ bugs found in the original 3.0 product. It is highly recommended that you upgrade immediately to this release to benefit from the fixes. Existing customers should use their original e-junkie email download link to get it.</p>
<p>You will need to replace your existing /themes/classipress/ folder with this new version. Deactivate the theme first before doing this. Then reactivate 3.0.1 because there are some items that need to be updated in your database.</p>
<p>Below you will find a list of all fixes and changes in this release. For specific files affected, please see the changelog.txt file accompanied with the 3.0.1 download.</p>
<p>Anyone who has already translated ClassiPress into their native language will have to update their .mo file. I have written a tutorial on how to do this at the bottom of this page: <a href="/how-to-translate-a-wordpress-theme/" target="_blank">How to Translate a WordPress Theme</a></p>
<p><strong>Bug Fixes</strong></p>
<ul>
<li>fixed the &#8220;access denied&#8221; error that some people were experiencing.</li>
<li>added parameter for uniqid() function to comply with php 4.3 or earlier.</li>
<li> added substr function on directory home page featured titles to help prevent wrap.</li>
<li> fixed problem with some profile fields not saving data.</li>
<li> fixed profile sidebar twitter and facebook urls so they now show updated links</li>
<li> fixed minor css bug by removing the float: left for ad thumbnails</li>
<li> fixed disappearing nav drop-down issue. changed z-index to 999</li>
<li> added two new currency position options so you can have spaces</li>
<li> fixed image uploads so more than six now correctly get uploaded.</li>
<li>fixed search so it respects the category selected and shows those results.</li>
<li> forced image names and extensions to lowercase on file check. some systems threw error if .JPG, etc</li>
<li> add inquiry emails were missing the reply-to email address.</li>
<li> text on search button wasn&#8217;t setup for localization. added correct _e wrap.</li>
<li> added missing custom url logo field to the settings page.</li>
<li> when using ad packs, ad length wasn&#8217;t getting passed into paypal correctly. it was using prune length instead.</li>
<li> price per category wasn&#8217;t showing up for new CP customers. replaced legacy get_option tags with correct ones.</li>
<li> changed admin alert to check for &#8220;contains&#8221; /%postname%/ instead of exact match so other permalink styles can be used</li>
</ul>
<p><strong>General Changes</strong></p>
<ul>
<li> changed security check from user levels to roles. also added new value to disable this feature</li>
<li> moved featured home page ads price under the image and removed the (). Added a trim function so long titles get cut down.</li>
<li> added a &#8220;pending listings&#8221; total to the account statistics profile sidebar.</li>
<li> added a new option to hide/show the featured ads section on the home page.</li>
<li> added a new option to control the featured ads title length before trimming occurs.</li>
<li> setup single ad page to display custom fields in order they were set in custom form layout. created new function and moved duplicate code from edit item page.</li>
<li>added two new sidebar widgets called &#8220;top ads today&#8221; &amp; &#8220;top ads  overall&#8221;. made the search widget usable on multiple sidebars.  unregistered the default search widget.</li>
</ul>
<p>If you discover any new bugs or something that should be working that isn&#8217;t, please post it in our <a href="http://wpclassipress.com/forum/viewforum.php?f=17" target="_blank">3.0 bug forum</a>. First make sure you do a quick scan to see if someone has already logged that bug to prevent duplicates.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpclassipress.com/version-3-0-1-is-now-available/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>New 3.0 Multi-Step Ad Form Demo</title>
		<link>http://wpclassipress.com/wordpress-multi-step-ad-form/</link>
		<comments>http://wpclassipress.com/wordpress-multi-step-ad-form/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 22:41:29 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[ad form]]></category>
		<category><![CDATA[classipress demo]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wpclassipress.com/?p=873</guid>
		<description><![CDATA[It&#8217;s a beautiful Friday here in San Francisco and I&#8217;m crazy for staying indoors and making this video now but I really wanted to reveal the new 3.0 multi-step ad form. So I just put together a screen cast to show you all how the new multi-step ad form submission works. In this demo you [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a beautiful Friday here in San Francisco and I&#8217;m crazy for staying indoors and making this video now but I really wanted to reveal the new 3.0 multi-step ad form. So I just put together a screen cast to show you all how the new multi-step ad form submission works. In this demo you will see exactly how your customers will submit, review, and then pay for their ad via PayPal before it automatically appears live on your site.</p>
<p>For one of my ad categories called &#8220;Boats&#8221;, I created a custom form layout and then added my two custom fields.  I then reordered the fields and made them mandatory all within a matter of seconds. I also demonstrate how the new form validation works for both fields and image uploads.</p>
<p>In step two of the new ad submission form you&#8217;ll see a summary of the ad as well as a breakdown of how much it will cost. There is also a &#8220;terms of use&#8221; text box that you can easily modify to your needs. Once the ad has been submitted, you automatically get redirected to PayPal to make your payment. After payment has been made, you&#8217;ll be sent back to ClassiPress to see your new ad published.</p>
<p>In addition on the new ClassiPress dashboard, the developer&#8217;s edition (professional edition) will show you how much money you&#8217;ve made thus far. Watch the demo below to see it all in action.</p>
<p><object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0' width='560' height='345'><param name='movie' value='http://screenr.com/Content/assets/screenr_1116090935.swf' /><param name='flashvars' value='i=55943' /><param name='allowFullScreen' value='true' /><embed src='http://screenr.com/Content/assets/screenr_1116090935.swf' flashvars='i=55943' allowFullScreen='true' width='560' height='345' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://wpclassipress.com/wordpress-multi-step-ad-form/feed/</wfw:commentRss>
		<slash:comments>117</slash:comments>
		</item>
		<item>
		<title>One-Click ClassiPress Theme Installation</title>
		<link>http://wpclassipress.com/one-click-classipress-theme-installation/</link>
		<comments>http://wpclassipress.com/one-click-classipress-theme-installation/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 22:17:23 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[wordpress install]]></category>

		<guid isPermaLink="false">http://wpclassipress.com/?p=840</guid>
		<description><![CDATA[Besides all the great new features included in ClassiPress 3.0, I also wanted to bring up the much improved installation process. Most Premium themes or plugins you install (including ClassiPress 2.9) require you to manually create pages, assign them to a custom template, name the permalink/url a certain way, publish them, find the page id, [...]]]></description>
			<content:encoded><![CDATA[<p>Besides all the great new features included in ClassiPress 3.0, I also wanted to bring up the much improved installation process. Most Premium themes or plugins you install (including ClassiPress 2.9) require you to manually create pages, assign them to a custom template, name the permalink/url a certain way, publish them, find the page id, paste it into another field, and then save.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-845" style="border: 1px solid #BBBBBB;" title="install-cp-screenshot" src="http://wpclassipress.com/wp-content/uploads/2010/03/install-cp-screenshot.gif" alt="" width="302" height="279" /></p>
<p>Not only is that process a real pain, but it takes time and allows the opportunity for mistakes. It also means those who don&#8217;t like to read instructions or cannot read English will have a lot less trouble getting their site setup. It also is a good thing for those who are new or aren&#8217;t very comfortable with WordPress in general.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-843" style="border: 1px solid #BBBBBB;" title="install-pages-excluded" src="http://wpclassipress.com/wp-content/uploads/2010/03/install-pages-excluded.gif" alt="" width="371" height="108" /></p>
<p>This functionality is revolutionary with premium WordPress themes and in 3.0, all this will be fully automated once you activate the theme. We like to lead by example and you&#8217;ll see several other trailblazing features including the <a href="/how-to-create-wordpress-custom-forms-and-fields/">WordPress custom fields</a> GUI built into 3.0. Yes, you will still have to go in and adjust the ClassiPress setting pages but the manual process of creating pages and assigning templates will be done behind the scenes within the install script.</p>
<p>Oh, and for those of you who noticed the screenshot, the featured ad listings will be much smaller and located across the top on the home page. This is one of two available home page layouts in 3.0. It&#8217;s also using a jquery carousel which automatically rotates through your featured ads. You&#8217;ll also notice that ClassiPress is by <a href="http://appthemes.com" target="_blank">AppThemes</a> which will be a <a href="http://appthemes.com" target="_blank">premium wordpress theme</a> site launching later this year.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpclassipress.com/one-click-classipress-theme-installation/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
	</channel>
</rss>
