Title: bfchris's Replies | WordPress.org

---

# bfchris

  [  ](https://wordpress.org/support/users/bfchris/)

 *   [Profile](https://wordpress.org/support/users/bfchris/)
 *   [Topics Started](https://wordpress.org/support/users/bfchris/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bfchris/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bfchris/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bfchris/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bfchris/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bfchris/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/bfchris/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/bfchris/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPAdverts - Classifieds Plugin] Pricing Fields Sorting](https://wordpress.org/support/topic/pricing-fields-sorting/)
 *  Thread Starter [bfchris](https://wordpress.org/support/users/bfchris/)
 * (@bfchris)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/pricing-fields-sorting/#post-9371438)
 * Greg:
 * Coo! Thanks for the function! Very helpful. I’ll replace my “hack” with that.
 * Chris
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPAdverts - Classifieds Plugin] Drop Down for “Listing Information”?](https://wordpress.org/support/topic/using-paypal-module-drop-down-for-pricing/)
 *  Thread Starter [bfchris](https://wordpress.org/support/users/bfchris/)
 * (@bfchris)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/using-paypal-module-drop-down-for-pricing/#post-9363462)
 * All sorted. Thanks Greg for your help. If anyone else wants to know how to adjust
   the pricing fields it’s as follows:
 * Modify the array on line 283 of /wpadverts/addons/payments/payments.php to:
 * $pricings = new WP_Query( array(
    ‘post_type’ => ‘adverts-pricing’, ‘post_status’
   => ‘draft’, ‘orderby’ => ‘ID’, ‘order’ => ‘ASC’, ‘posts_per_page’=>-1, ) );
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPAdverts - Classifieds Plugin] Pricing Fields Sorting](https://wordpress.org/support/topic/pricing-fields-sorting/)
 *  Thread Starter [bfchris](https://wordpress.org/support/users/bfchris/)
 * (@bfchris)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/pricing-fields-sorting/#post-9363460)
 * Nevermind. I sorted this out.
    If anyone else is interested, just modify the 
   array on line 283 of /wpadverts/addons/payments/payments.php to:
 *  $pricings = new WP_Query( array(
    ‘post_type’ => ‘adverts-pricing’, ‘post_status’
   => ‘draft’, ‘orderby’ => ‘ID’, ‘order’ => ‘ASC’, ‘posts_per_page’=>-1, ) );
 * Chris
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPAdverts - Classifieds Plugin] Drop Down for “Listing Information”?](https://wordpress.org/support/topic/using-paypal-module-drop-down-for-pricing/)
 *  Thread Starter [bfchris](https://wordpress.org/support/users/bfchris/)
 * (@bfchris)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/using-paypal-module-drop-down-for-pricing/#post-9360474)
 * Greg:
 * Big Thanks! That suits my needs and makes it look much better.
 * Another question: It appears that the pricing fields are listed in descending
   order newest>oldest, how can I reverse that, so the 1st pricing field I entered
   will appear in the top of the order?
 * Chris
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPAdverts - Classifieds Plugin] Drop Down for “Listing Information”?](https://wordpress.org/support/topic/using-paypal-module-drop-down-for-pricing/)
 *  Thread Starter [bfchris](https://wordpress.org/support/users/bfchris/)
 * (@bfchris)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/using-paypal-module-drop-down-for-pricing/#post-9358377)
 * Ideally, it’d be cool to have it work how the “category” drop down works. Is 
   this possible?
 * Chris
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPAdverts - Classifieds Plugin] Default Page Template for Adverts](https://wordpress.org/support/topic/default-page-template-for-adverts/)
 *  [bfchris](https://wordpress.org/support/users/bfchris/)
 * (@bfchris)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/default-page-template-for-adverts/#post-9347159)
 * I too am interested in this. I can’t use my default page template, so I made 
   a custom one for the main listing (category page), Need to know how to pick a
   template for inside category pages, as well as ad pages themselves. Help…
 * Chris
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPAdverts - Classifieds Plugin] Importing from external CSV](https://wordpress.org/support/topic/importing-from-external-csv/)
 *  [bfchris](https://wordpress.org/support/users/bfchris/)
 * (@bfchris)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/importing-from-external-csv/#post-9347146)
 * I was able to successfull import over 10k ads using WP All Import. The _expire_date
   custom field, you just need to make sure the date in your spreadsheet is a Unix
   Timestamp, not a standard date, otherwise the dates won’t display properly on
   the backend.
 * Chris
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPAdverts - Classifieds Plugin] Define Custom Page Template](https://wordpress.org/support/topic/define-custom-page-template/)
 *  Thread Starter [bfchris](https://wordpress.org/support/users/bfchris/)
 * (@bfchris)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/define-custom-page-template/#post-9346891)
 * I can define a custom page type for the main adverts category page (Displayed
   by shortcode), but I’m talking about the inside pages, ie./advert-category/auction-
   sales/ etc. Any advice would be helpful. I created a custom page template w/out
   sidebars, and that’s what I need to replicate for all inside pages.
 * Chris
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPAdverts - Classifieds Plugin] _expire_date showing as 1970/01/01 when importing with WP All Import](https://wordpress.org/support/topic/_expire_date-showing-as-19700101-when-importing-with-wp-all-import/)
 *  Thread Starter [bfchris](https://wordpress.org/support/users/bfchris/)
 * (@bfchris)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/_expire_date-showing-as-19700101-when-importing-with-wp-all-import/#post-9346613)
 * I got this going..thanks for the help..
 * Chris
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPAdverts - Classifieds Plugin] _expire_date showing as 1970/01/01 when importing with WP All Import](https://wordpress.org/support/topic/_expire_date-showing-as-19700101-when-importing-with-wp-all-import/)
 *  Thread Starter [bfchris](https://wordpress.org/support/users/bfchris/)
 * (@bfchris)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/_expire_date-showing-as-19700101-when-importing-with-wp-all-import/#post-9344626)
 * ⌊screenshot⌉⌊screenshot⌉
    ⌊screenshot⌉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Repeater Add-On] Total price](https://wordpress.org/support/topic/total-price-2/)
 *  [bfchris](https://wordpress.org/support/users/bfchris/)
 * (@bfchris)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/total-price-2/#post-8603880)
 * [@jboldsen](https://wordpress.org/support/users/jboldsen/) Did you ever figure
   this out? I need to do the same thing.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GravityWP - Count] Show total for specific user not just current](https://wordpress.org/support/topic/show-total-for-specific-user-not-just-current/)
 *  Thread Starter [bfchris](https://wordpress.org/support/users/bfchris/)
 * (@bfchris)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/show-total-for-specific-user-not-just-current/#post-7512657)
 * GravityWP…how would I do this globally. ie. instead of selecting the individual
   ID #?
 * In other words, there has to be a shortcode I can use that will replace the “
   current” that knows which user automatically to call. Make sense?
 * Chris
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Ultimate CSV Importer – Import CSV, XML & Excel into WordPress] Can't import CSV](https://wordpress.org/support/topic/cant-import-csv-1/)
 *  Thread Starter [bfchris](https://wordpress.org/support/users/bfchris/)
 * (@bfchris)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/cant-import-csv-1/#post-5170369)
 * Really, really want to use this plugin. I installed an older version, then upgraded
   after uninstalling and reinstalling twice. Still no work.
 * Here’s the log:
    WordPress database error Table ‘db113659_princemichel.smackcsv_line_log’
   doesn’t exist for query select sum(inserted) as ins from smackcsv_line_log where
   month =’Sep’ and imported_type = ‘Users’ and year =2013 made by do_action(‘wp_ajax_secondchart’),
   call_user_func_array, secondchart, require_once(‘/plugins/wp-ultimate-csv-importer/
   modules/dashboard/actions/chartone.php’), DashboardActions->getStatsWithDate,
   referer: [http://domainremoved/removed/wp-admin/admin.php?page=wp-ultimate-csv-importer/index.php&__module=page&step=uploadfile](http://domainremoved/removed/wp-admin/admin.php?page=wp-ultimate-csv-importer/index.php&__module=page&step=uploadfile)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Ultimate CSV Importer – Import CSV, XML & Excel into WordPress] Can't import CSV](https://wordpress.org/support/topic/cant-import-csv-1/)
 *  Thread Starter [bfchris](https://wordpress.org/support/users/bfchris/)
 * (@bfchris)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/cant-import-csv-1/#post-5170355)
 * Also cross-checked the svn.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Ultimate CSV Importer – Import CSV, XML & Excel into WordPress] Can't import CSV](https://wordpress.org/support/topic/cant-import-csv-1/)
 *  Thread Starter [bfchris](https://wordpress.org/support/users/bfchris/)
 * (@bfchris)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/cant-import-csv-1/#post-5170354)
 * Yes, I’m using 3.6.1. I’ve uninstalled and reinstalled twice now with no change.
   I edited index.php (line 116) replacing exporting,js with exporting.js and still
   getting errors. (no movement on upload bar, and no uploading).

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/bfchris/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/bfchris/replies/page/2/?output_format=md)