Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: cno_image_order
Thanks for spotting that error. That needs looking into.
Offline
Re: cno_image_order
When I try to install the plugin textpattern only outputs “Badly formed or empty plugin code.” Is this my textpattern installation or your plugin?
Offline
Re: cno_image_order
dl33 wrote:
When I try to install the plugin textpattern only outputs “Badly formed or empty plugin code.” Is this my textpattern installation or your plugin?
I’d wager your server. You got (compressed) mail :-)
Last edited by Bloke (2008-11-19 23:31:34)
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Hire Txp Builders – finely-crafted code, design and Txp
Offline
Re: cno_image_order
Works fine now. Thanks…
Offline
Re: cno_image_order
Are there any plans to allow this to work in version 4.0.6 and beyond? :)
Offline
Re: cno_image_order
Howdy,
I would love to get this to work in newer versions of Textpattern, but I am not sure how much work that would require. I have neglected this plugins for quite a while and it is in dire need of an update. I have been working mostly in Drupal and WordPress as of recently, but a return to Textpattern would be nice.
Here’s an incomplete list of possible new features:
1. Fix a bunch of weirdo errors.
2. Add the ability to upload images within the plugin.
3. Make it easier for other plugins to take advantage of the sequencing.
4. That means updating cno_gallery, which as far as I know is the only plugin that works with it.
C
Offline
Re: cno_image_order
Well … cno_image_order works with smd_gallery … with a little help … :)
See this post
Offline
Re: cno_image_order
It would be nice if cno_image_order hides all images in all cats from the start. I’m not a codeman. So is there anybody who is willing to look at the source?
This is what I want >

Last edited by RedFox (2008-11-26 23:38:35)
Offline
Re: cno_image_order
What version of txp are you running?
Offline
Re: cno_image_order
RedFox wrote:
It would be nice if cno_image_order hides all images in all cats from the start.
A hide all / show all / toggle selected suite of buttons ought to be pretty easy to add via jQuery. That means even if all cats are shown by default to maintain backwards compatibility with people who prefer it this way, it’s only one click to tidy up.
Last edited by Bloke (2008-11-26 23:57:52)
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Hire Txp Builders – finely-crafted code, design and Txp
Offline
Re: cno_image_order

Offline
#27 2008-11-27 12:34:58
- jelle
- Member
- Registered: 2006-06-07
- Posts: 165
Re: cno_image_order
Interesting….where can I get a copy of this plugin? Is your site gone, Christian?
Offline
Re: cno_image_order
Yeah its down for the time being. Was fiddlng around with my DNS last night and bang, its all up in smoke.
Should be back as soon as possible.
C
jelle wrote:
Interesting….where can I get a copy of this plugin? Is your site gone, Christian?
Offline
Re: cno_image_order
Nice stuff.
RedFox wrote:
Well … cno_image_order works with smd_gallery … with a little help … :)
See this post
Offline
Re: cno_image_order
cnolle wrote:
3. Make it easier for other plugins to take advantage of the sequencing.
With regards smd_gallery, the 1-line hack does work up to a point but if you try and pick ‘N’ random images and then order them by position, it will break. I’ve made a change to my development version to fix this (long overdue) part of the code that annoyed me, so now it’ll order correctly by any field given in the fieldMap() array. And the code’s shorter too ;-)
Christian, if you have any thoughts on how to make it easier for plugin authors to take advantage of the sequencing, let me know and I’ll work with you to make sure smd_gallery can support whatever cunning system you devise.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Hire Txp Builders – finely-crafted code, design and Txp
Offline