ClassiPress v3.1 is Now Available

I’m pleased to finally be able to announce the highly anticipated, long awaited, release of ClassiPress 3.1! This has been a release in the making for many months and is a culmination of countless hours of work from our entire team and our beta testers (thanks guys & gals).

ClassiPress 3.1 announcement

The most notable features in this release include:

Advanced Search

ClassiPress refine search page

Not all categories have the same type of ads, right? For example, ad listings for cars would be quite different than real estate listings. Not to worry. ClassiPress 3.1 now sports the most advanced WordPress search around. It allows you to create category-specific search modules so your visitors can easily refine their search results.

Each category search module includes a radius (by city or zip code) and price slider for pinpoint accuracy (due to geocoding each ad using the Google Maps API) along with any other category-specific fields you’d like to include.

Facebook Integration

ClassiPress Facebook Integration

Using the Facebook Open Graph API, we’ve built in a nifty Facebook sign-in option to really ‘wow’ your customers.

The regular WordPress registration options still are available so this just adds another convenient way for your visitors to instantly register and sign into your site. No plugins or headaches to deal with. It just works (minimal setup is required).

 

Membership Packs

ClassiPress Membership Purchase

In addition to the custom ad packages already included with ClassiPress, you can now setup conditional membership packs.

For example, you can create a 30-day unlimited membership pack where your customers can submit as many ads as they want within the given time period. It’s the “all you can eat” pricing model which many of you have been asking for.

 

Custom Ad Write Panel

ClassiPress Custom Write Panel

Administrators now have much better visibility into each ad with the custom ad write panel. The panel neatly organizes all the custom meta fields allowing you to update/change values with ease.

In addition, you can see the uploaded images associated to the ad and also add/remove images without having to visit the media library.

AppThemes API

We’ve also introduced the AppThemes API which enables developers to customize functionality without having to modify the core theme code. There are now over 75 new action hooks throughout ClassiPress (and all our other themes) and we’re excited to see what our community comes up with! We will soon be releasing tutorials and more details on how to use these hooks.

Payment Plugin Support

ClassiPress Google Checkout Gateway

In addition to the 75 new hooks, we’ve included five payment gateway-specific hooks that allow developers to build add-on payment plugins. We’ve already built a Google Checkout ClassiPress plugin (free) that you can install with your existing ClassiPress site.

Download it. Reverse engineer it. Fork it. It’s there for you to use. You will also be able to download the ClassiPress payment gateway plugin template to get started from scratch on other payment gateways. We’re still finishing it up so stay tuned for more details soon.

This opens up a huge opportunity for 3rd-parties looking to sell (or giveaway) ClassiPress plugins so what are you waiting for? Get crackin!

Besides all the new features and fixes, we’ve also made some optimization tweaks to speed up page loads. The list of goodness goes on so continue reading the rest of the fixes and changes all rolled up into 3.1 below.

Changes:

  • added new classipress dashboard metrics – total customers today, yesterday, and overall
  • added date registered, last login, & number of ads columns to the WordPress admin users page
  • added option to sort by date registered, last login, & posts columns to the WordPress admin users page
  • added the from and email address info to the body of the “contact ad poster” email
  • upgraded Google Maps API from 2.0 to 3.0. No longer requires API key. Removed legacy fields & added region & language
  • moved all hardcoded taxonomy and post type names to constants so it’s easy to change in one place
  • added new db table and update script for geocoding each ad listing so radius search is very accurate
  • added javascript set focus on username field on login, register, forgot password pages
  • new ad images now use the ad title as the alt/caption text instead of image file name (i.e. 23456.jpg)
  • admin option tabs now show selected tab after save is complete
  • renamed ad sidebar id from sidebar_ad to sidebar_listing due to ad blocker plugin issue
  • added the new AppThemes API framework which enables 75+ new hooks throughout the theme
  • added new theme-actions.php file for functions using the new theme hooks
  • added fade transition to the colorbox.js image previewer on single ads
  • added two new comments files for ad listing and pages for greater hook control
  • modularized the payment processing engine and added new payment hooks to allow for plugins
  • added pricing option to charge for “only featured listings”
  • added option to remove the “No Categories” text from the categories lists
  • enhanced the theme-scripts javascript by moving it into a PHP file for use with user options controlling javascript objects
  • enhanced customer WordPress menus to also allow sub page navigation
  • added custom menu navigation area to control dashboard links
  • added classipress option to turn on and off “clean price” function and added developers filter ‘appthemes_clean_price’
  • added login_form do_action to the custom login page. also replaced hardcoded register with wp_register function
  • added Misc category during theme install so that posting is possible without configuring a new category
  • maps tab now only shows up if a piece of the address can be found on the post
  • added min length field to all “text box” fields which can be set in the Custom Fields option page
  • added new edit ad WP admin write panel which contains all ad custom fields, images, and ad info
  • added second parameter to the cp_get_price() function so we can use on ad edit write panel
  • added ad listing time picker format to edit ad write panel
  • upgraded jQuery validate from 1.6 to 1.8.1 which includes several new language packs and jQuery 1.6 compatibility fixes
  • upgraded jQuery from 1.4.4 to 1.6.1 for the Google CDN advanced option
  • removed jQuery core from the Google CDN advanced option since it loads ALL scripts
  • switched to WordPress jQuery UI and use other jQuery components that are dependent on them
  • restyled all select drop-down menus using jQuery so user experience is consistent across all browsers
  • changed font size for search box and drop-down category menu
  • implemented many extra security protocols by escaping fields and sql statements
  • added Turkish Lira as a new PayPal currency payment option
  • added new IPN debug check on system info page to help with troubleshooting
  • better optimized the install script and added a new db only upgrade script which can manually be run
  • added the sortable id column to the admin users view since WordPress core no longer includes it
  • moved theme and child theme css functions from theme-header into theme-enqueue for faster load speed
  • after admin logs in, they’re redirected to the ClassiPress dashboard instead of WordPress dashboard
  • removed Gravatar hovercards option since it no longer appears to be working. need to test further in 3.2
  • added a default ad, ad category, and tags when brand new install
  • added post_class(); and id to the blog post loop div to give better control over individual items

Fixes:

  • fixed problem with “sticky” option showing up multiple times in WP3.1
  • updated appthemes function issue related to international dates on the dashboard
  • fixed spelling in filename theme-depricated.php to theme-deprecated.php
  • added an IE9 hack to avoid cufon scripting issue and tested to make sure all other browsers were not affected
  • fixed WordPress custom menu navigation for use in all browsers and validated XHTML on the menu
  • fixed colorbox and flash embed overlay issue
  • fixed issue with prices field acting different between posting and editing
  • fixed checkbox single page CSV display issue to now automatically ad spaces between the values
  • fixed price to place ad calculation when using % of sellers ad price option
  • fixed pagination counting issue on the “Most Popular” tab on the homepage
  • fixed Radio and Checkbox not showing correctly in preview issue
  • fixed form layouts “modified” times to be properly updated when forms are changed and saved
  • fixed sub-category so it doesn’t display the sidebar widget when no sub categories exist (instead of “No categories”)
  • moved validate js calls to individual admin pages to avoid conflict with edit ad/post meta field buttons
  • issue where search auto-complete would not escape html entities (i.e & would be &)
  • dashboard widgets no longer show move icon when hover on bar
  • issue where html was allowed to be passed into non-text area fields
  • added padding left style to embedded ad objects so native videos are centered
  • added missing css div class around post-block to show white border and match the rest of the blocks
  • added a min height to the home page tabs section to reduce page jump on tab change
  • added a show/hide function for the pricing admin option tab to only show relevant fields
  • new installs will attempt to set permalink structure and then flush rewrite rules instead of manually having to do
  • bug when image gallery was embedded in blog post and created an error. created new attachment page template to handle it
  • fixed trackback/pingback section for blog posts so they now properly display
  • escaped comment fields to improve security

How Can I Get This Version?

Existing customers can login to their customer account and download the latest version.

How Do I Upgrade?

If you haven’t made any changes to the theme files then the easiest method is to just do a complete upgrade (download the full 3.1 version). Then follow the “Upgrade from 3.0.5.x to 3.1” guide. If you’ve made modifications to the core theme files, then it’s going to be a bit harder to upgrade. We still recommend doing a complete upgrade and then use the new API hooks instead of modifying the core theme code. This will make upgrades a cinch in the future.

Questions?

Anything related to support should be posted in the support forum where our dedicated support team can assist you.

What Files Have Changed?

As you are aware, we typically we offer a patch (a .zip of just the modified files) but it doesn’t make much sense this time because almost every file has been modified.

Your rating: none
Rating: 5 - 1 vote

 Comments (34)

  • Katalog stron

    Thank’s Lord it’s finally made! : ) Great, on the weekend I’m gonna upgrade my sites.

    Like
    Anonymous likes this.
  • peter

    Great Work… Amazing… 😉

    Like
    Anonymous likes this.
  • customer
    vienna

    I removed all of the comments code of theme-comments.php to calm this issue but I had thought this appearance or disappearance had previously been controllable by the Dashboard settings either in WP or CP.

    At any rate, I NOTICE THAT CLASSIPRESS 3.1 is playing MUCH NICER with 3rd party plugins!!

    In particular, I had been frustrated that other custom menu plug-ins could not co-exist with ClassiPress in that to install them created errors with the classipress theme.

    NOW I see that they DO INSTALL WITHOUT ERRORS in Classipress 3.1 !!!

    Way to go, guys!

    Spiffy keen!

    Like
    Anonymous likes this.
  • Tiago Baron

    Congratulations David and the team effort. ClassiPress now beginning to become much more interesting. Is that David could post a video showing and explaining how to do it and configures the advanced search? It does not seem that difficult, but I would avoid users to wrap their heads and support staff to get questions answered over and over.

  • customer
    fraservalley

    Will there be instructions on how to upgrade from 3.0.5.4 to 3.1?

  • Dion

    Hope someone creates a payment option so that Dutch payments like iDeal can be used! Maybe Moneybookers is the best option, because it offers many different local payment options world wide. Google Checkout is only used in US and UK…

    • author
      David

      @Dion, I’m sure it’s just a matter of time before other payment gateways are built.

      • Alvin

        Yeah i really need iDeal! There are a few iDeal plugins out there for shopping themes , shouldnt be hard to modify it for CP use.
        Love the update, especially the adview in the admin area , really nice surprise !

        And now? Vantage? 😉

        Gr. Alvin

  • tbase

    @David and the rest of the AppThemes team members = Thank you for the obvious very hard work put into CP over the last months. I wish you all the best success. I am very excited about the greatly improved features / functionality and look forward to using this fine product in the not too distant future.

    All the best,

    tbase

  • Omer Bukel

    Can I buy the ClassiPress v3.1 directly ? I couldn2t see it .
    Thanks

  • Martin

    I’m trying to research the forum before I decide to buy this product. I already created an account, but still, I cannot see the answers to some questions already posted that are exactly what I need to know.
    Plus there’s no direct email to ask. So I don’t know what to do. You shouldn’t buy the application without knowing if it covers your needs…
    Hope the owners read this

    • author
      David

      @Martin, thanks for your interest in our themes. If you post your questions in our pre-sales forum, somebody will be able to answer them there. We’d be happy to assist you.

  • customer
    jamesweb

    Nice job David and Co. Just wondering if the reporting an ad feature will be part of this 3.1 or the next update? Again super job.

  • customer
    marketermatt

    God bless you! I’ve been trying to find solutions to some of these things for hours and just happened to check to see if there were any updates and boom! All the issues I wanted resolved are done so here. Thanks so much.

  • customer
    jamesweb

    Quick question (Sorry if this should be in the forums). I would like to launch a multi-country type ads site. Would it be best to go the multi-site route for say 3 countries. The reason I ask this here is I would like to get your quick view David as you know the roadmap of classipress better than anyone. If I go multi-site, I will get the ability to change language, currency, prices, per country. However in a future build of 3.2 or 3.3 will a true multi-country solution be on the cards with currency,language, categories all per country? Or is it just the best thing to go multi-site for this to get a true tailored site per country? Again just a quick heads up on this – as I dont want to go multi-site and then the next build to have all these features 😉

    • author
      David

      @Jamesweb, we don’t plan on having a multi-country solution but rather a multi-region one. Based on customer feedback, most deal only within their country. So a multi-site solution would be your best setup in this case.

      Like
      luimio likes this.
      • customer
        jamesweb

        Good to know david, I agree the stronger the multi-region site gets the better to be honest. I would love to see rating of users and also some way to stamp the approval of regular users. That would be a great addition. Keep up the strong work.

  • Pie

    Any news on vantage now 🙂 ?

  • mikkel (spymare)

    @James, no we should have that feature added in 3.2 though

    Is 3.1.1 planned? or just 3.2? and when :)?

    • author
      David

      @Mikkel, we’re going to be releasing 3.1.1 this weekend to address a couple of bugs. 3.2 is planned for Dec.

  • Alvin

    In the Dashboard it still says 3.0.5.4 ?

    • author
      David

      @Alvin, download 3.1 again. The first hour 3.1 was available didn’t include the version bump. We quickly made the change and updated the .zip after that.

      • Alvin

        Haha , yeah i was checking every hour for the release so once i saw it i grabbed it!
        Love the new features, its a killer

  • Terry

    absolut great. I will follow this

  • Kedey.com

    I am wondering how the heck to show the refine search result search by state or country as shown in the first picture. Can anyone show me step by step guide to enable the function. Thank you.

  • cutes

    Will be there a plugin for AlertPay soon? If so when can we expect the release of it?

    • author
      David

      @cutes, we’ve setup ClassiPress so it’s easy for developers to write their own payment gateway plugins. We’ve found this to be a more beneficial method than AppThemes building the payment gateway plugins. You can find a tutorial on our docs site.

Discussion is closed.