bfchris
Forum Replies Created
-
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Pricing Fields SortingGreg:
Coo! Thanks for the function! Very helpful. I’ll replace my “hack” with that.
Chris
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Drop Down for “Listing Information”?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
In reply to: [WPAdverts - Classifieds Plugin] Pricing Fields SortingNevermind. 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
In reply to: [WPAdverts - Classifieds Plugin] Drop Down for “Listing Information”?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
In reply to: [WPAdverts - Classifieds Plugin] Drop Down for “Listing Information”?Ideally, it’d be cool to have it work how the “category” drop down works. Is this possible?
Chris
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Default Page Template for AdvertsI 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
In reply to: [WPAdverts - Classifieds Plugin] Importing from external CSVI 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
In reply to: [WPAdverts - Classifieds Plugin] Define Custom Page TemplateI 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
I got this going..thanks for the help..
Chris
Forum: Plugins
In reply to: [Gravity Forms Repeater Add-On] Total price@jboldsen Did you ever figure this out? I need to do the same thing.
Forum: Plugins
In reply to: [GravityWP - Count] Show total for specific user not just currentGravityWP…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
In reply to: [Import Export Suite for CSV and XML Datafeed] Can't import CSVReally, 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: https://domainremoved/removed/wp-admin/admin.php?page=wp-ultimate-csv-importer/index.php&__module=page&step=uploadfileForum: Plugins
In reply to: [Import Export Suite for CSV and XML Datafeed] Can't import CSVAlso cross-checked the svn.
Forum: Plugins
In reply to: [Import Export Suite for CSV and XML Datafeed] Can't import CSVYes, 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).