Closed GoogleCodeExporter closed 8 years ago
Please include the details the bug report asks for:
https://code.google.com/p/wordpress-custom-content-type-manager/wiki/Invalid
Original comment by ever...@fireproofsocks.com
on 25 Sep 2013 at 6:11
*SYSTEM INFO*
------------------------
Plugin Version: 0.9.7.11-pl
WordPress Version: 3.6.1
PHP Version: 5.2.17
MySQL Version: 5.1.70-cll
Server OS: Linux
Language:
------------------------
ACTIVE PLUGINS:
* Add From Server v.3.2.0.3 [http://dd32.id.au/wordpress-plugins/add-from-server/]
* All In One SEO Pack v.2.0.3.1 [http://semperfiwebdesign.com]
* Bulk Remove Pending Comments v.1.0 [http://allcreatives.net/2011/06/25/wordpress-plugin-bulk-remove-comments/]
* Contact Form 7 v.3.5.2 [http://contactform7.com/]
* Disable Comments v.1.0.1 [http://wordpress.org/extend/plugins/disable-comments/]
* Easing Slider v.1.2 [http://easingslider.matthewruddy.com]
* Easy FancyBox v.1.5.5 [http://status301.net/wordpress-plugins/easy-fancybox/]
* Easy FTP Upload v.2.7 [http://www.bucketofwombats.com/easy-ftp-upload-for-wordpress]
* Flamingo v.1.0.4 [http://flamingo-eggs.com/]
* Jetpack by WordPress.com v.2.5 [http://wordpress.org/extend/plugins/jetpack/]
* JJ NextGen JQuery Carousel v.1.1.8 []
* login Logout Redirects v.1.0 [http://www.my-php-scripts.net]
* NextGEN Gallery v.1.9.13 [http://www.nextgen-gallery.com/]
* Peter's Login Redirect v.2.7.1 [http://www.theblog.ca/wplogin-redirect]
* PostMash Custom v.1.0.3 [http://opperud.com/postmash_custom]
* TinyMCE Advanced v.3.5.8 [http://www.laptoptips.ca/projects/tinymce-advanced/]
* Under Construction v.1.11 [http://www.masseltech.com/]
* User Access Manager v.1.2.4.3 [http://www.gm-alex.de/projects/wordpress/plugins/user-access-manager/]
* User Role Editor v.4.5.1 [http://role-editor.com]
* Wordpress Flash Uploader v.3.1 [http://www.tinywebgallery.com/blog/wfu]
* WordPress Importer v.0.6.1 [http://wordpress.org/extend/plugins/wordpress-importer/]
* ManageWP - Worker v.3.9.26 [http://managewp.com/]
* WP Wunderground v.1.2.5.1 [http://www.seodenver.com/wunderground/]
------------------------
CURRENT THEME: Canyon Contracting v.
Original comment by acoustic...@gmail.com
on 25 Sep 2013 at 6:13
Thanks!
Original comment by ever...@fireproofsocks.com
on 25 Sep 2013 at 6:16
Steps to reproduce
Click on content types
Edit the content type in question
Go to advanced tab
Scroll down to "Order by", select "Job #"
Select Sort Order (either DESC or ASC, I've changed to both but output on the
page is always the same)
Side note: Job# field is a text field that requires a number.
Another sample page having the same problem:
http://canyoncontracting.net/plan-room/
Date is the field we want to adjust sorting. I've done the same steps above,
changed to DESC, checked, changed to ASC, checked, no change in the listing
order for sorting by date.
Original comment by acoustic...@gmail.com
on 25 Sep 2013 at 6:17
I Have the same issue:
*SYSTEM INFO*
------------------------
Plugin Version: 0.9.7.11-pl
WordPress Version: 3.6.1
PHP Version: 5.3.24
MySQL Version: 5.0.96-log
Server OS: Linux
Language:
------------------------
ACTIVE PLUGINS:
* bbPress v.2.4.1 [http://bbpress.org]
* BuddyPress v.1.8.1 [http://buddypress.org]
* Jetpack by WordPress.com v.2.5 [http://wordpress.org/extend/plugins/jetpack/]
* MailChimp Campaign Archive v.1.0.3 [http://JoeAnzalone.com/plugins/mailchimp-campaign-archive/]
* Page Restrict v.2.1 [http://theandystratton.com/pagerestrict]
* Relevanssi v.3.1.8 [http://www.relevanssi.com/]
* Slick Contact Forms v.1.3.7 [http://www.designchemical.com/blog/index.php/wordpress-plugin-slick-contact-forms/]
* WordPress Importer v.0.6.1 [http://wordpress.org/extend/plugins/wordpress-importer/]
------------------------
CURRENT THEME: Salutation v.2.0.3
http://themeforest.net/item/salutation-wordpress-buddypress-theme/548199
Original comment by Maja.Tro...@gmail.com
on 17 Oct 2013 at 7:48
I came up with a resolution, and the issue isn't with the plugin, it's more
with the documentation. When placing the summarize header in like this:
[summarize_posts post_type="bid-board" before=" " after=" "
orderby="bid_request_date" order="DESC"]
The "ORDERBY" and "ORDER" have to be set here. The controls in the backend
don't work, or at the very least were created for something else that I have no
clue what it does but it's in the wrong spot if that's the case.
But the above should get this working.
Original comment by acoustic...@gmail.com
on 17 Oct 2013 at 7:55
Thanks, appreciate the help! Will see if I can get it to work this way.
Original comment by Maja.Tro...@gmail.com
on 17 Oct 2013 at 8:08
The controls in the backend are for the list view in the manager ONLY. This is
documented if you click on the question-mark @ top right of that manager page
(https://code.google.com/p/wordpress-custom-content-type-manager/wiki/CreatePost
Type). So if you want to sort your list of Books by publication date, the
controls there affect the manager view. For your own custom queries in the
front-end, you can use the summarize-posts shortcode and specify whatever
filters and ordering clauses you want.
Original comment by ever...@fireproofsocks.com
on 14 Feb 2014 at 8:53
Original issue reported on code.google.com by
acoustic...@gmail.com
on 25 Sep 2013 at 5:44