Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#31 2011-04-30 11:09:51
- gomedia
- Plugin Author
- Registered: 2008-06-01
- Posts: 1,373
Re: adi_matrix – Multi-article update tabs
Version 0.2 available for download:
- fixed: missing child categories (thanks Zanza)
- enhancement: “No category”, “Any category” wildcards
- enhancement: “Logged in user” wildcard
- enhancement: article image field (for Zanza)
- enhancement: article limit preference (for milosevic)
Inevitably, there’s some translation to be done – volunteers would be greatly appreciated. Have a look online at the Textpack where the new strings are highlighted. Submissions via the feedback form on that page, thanks.
Offline
Re: adi_matrix – Multi-article update tabs
Really great great plugin, I needed it :)
Another great feature would be to be able to filter articles like this : past (i.e. expired), future (publication date not reached), published, or any. Or at least, to have such an indicator in the matrix.
Would be nice, but once again : thank you for this plugin which is already an excellent one.
Offline
#33 2011-04-30 14:16:30
- gomedia
- Plugin Author
- Registered: 2008-06-01
- Posts: 1,373
Re: adi_matrix – Multi-article update tabs
CeBe wrote:
Really great great plugin, I needed it :)
Great, glad you find it useful. And thanks for the French translations.
Another great feature would be to be able to filter articles like this : past (i.e. expired), future (publication date not reached), published, or any. Or at least, to have such an indicator in the matrix.
They’re already on my list as possible enhancements – now that someone else has had the same thought I’ll look into it.
Offline
Re: adi_matrix – Multi-article update tabs
gomedia a écrit:
They’re already on my list as possible enhancements – now that someone else has had the same thought I’ll look into it.
Yay \o/
Offline
#35 2011-05-05 11:18:05
- gomedia
- Plugin Author
- Registered: 2008-06-01
- Posts: 1,373
Re: adi_matrix – Multi-article update tabs
Here’s version 0.3:
- enhancement: “One category”, “Two categories” wildcards
- enhancement: timestamp (for CeBe)
- enhancement: expiry (for CeBe)
- enhancement: future/expired articles highlighted & preference (for CeBe)
- enhancement: article title tooltip, & preference
And the install/uninstall/textpack admin functions have been moved to plugin options.
Thanks to CeBe for testing & supplying French translations again.
Offline
Re: adi_matrix – Multi-article update tabs
Don’t know if it’s just me, but I’ve just installed adi-matrix on a fresh textpattern install (4.4.0). Everything seems to work ok, unless I try and update matrix settings when the status field is blank. I get:
Warning: Incorrect integer value: ‘’ for column ‘criteria_status’ at row 1 insert into adi_matrix set name=‘test’, sort=‘1’, user=‘doug’, privs=’‘, criteria_section=‘about’, criteria_status=’‘, criteria_author=’‘, criteria_keywords=’‘, criteria_timestamp=‘any’, criteria_expiry=‘0’, status=0, keywords=0, article_image=0, custom_1=‘0’, custom_2=‘0’, criteria_category=’‘ in …\textpattern\lib\txplib_db.php on line 89
Regards,
Doug.
Offline
#37 2011-05-05 12:45:12
- gomedia
- Plugin Author
- Registered: 2008-06-01
- Posts: 1,373
Re: adi_matrix – Multi-article update tabs
Hi Doug,
It might be you … or rather an MySQL issue. I’ll email you for some more diagnostics.
Adi
Offline
Re: adi_matrix – Multi-article update tabs
Turns out it was an SQL issue (I’m running 5.1 on my development webserver).
Looks like it’s a feature of MySQL 5, as mentioned in the link you sent me.
“In MySQL 4 and prior, if you set int_column = ‘’, it was converted to the zero value. In MySQL 5 it causes error “Incorrect integer value”.
To have the old behaviour you should execute set sql_mode = ‘’; — empty string means ‘traditional MySQL-mode’
Doing this in my my.ini fixed the problem. Thanks for the quick response.
Doug.
Offline
Re: adi_matrix – Multi-article update tabs
Hi,
Notice: Undefined index: custom_11 in /home/public_html/textpattern/lib/txplib_misc.php(653) : eval()’d code on line 1030
Notice: Undefined index: custom_12 in /home/public_html/textpattern/lib/txplib_misc.php(653) : eval()’d code on line 1030
Notice: Undefined index: custom_13 in /home/public_html/textpattern/lib/txplib_misc.php(653) : eval()’d code on line 1030
Is this because Im using glz_custom_fields ? If it is it doesn’t seem to be working. I have had it working on a site with >10 custom fields
Offline
Re: adi_matrix – Multi-article update tabs
gomedia a écrit:
Thanks to CeBe for testing & supplying French translations again.
My pleasure :)
Once again, big thanks for your work !
Offline
#41 2011-05-06 23:04:17
- gomedia
- Plugin Author
- Registered: 2008-06-01
- Posts: 1,373
Re: adi_matrix – Multi-article update tabs
oliverker wrote:
Is this because Im using glz_custom_fields ? If it is it doesn’t seem to be working.
I must admit, I haven’t tested it but I did get a report that it was OK. I’ll contact you directly for more details.
Offline
#42 2011-05-13 18:49:03
- jeremywood
- Member
- Registered: 2007-12-12
- Posts: 26
Re: adi_matrix – Multi-article update tabs
I’ve run into the same problem as oliverker—adi_matrix doesn’t like my custom fields 11 and 12 from glz_custom_fields. One other note—in my case those are “textarea” controls, which probably shouldn’t be editable with adi_matrix anyway.
Offline
Re: adi_matrix – Multi-article update tabs
Same issue as above with the custom fields, any update?
I have a spattering of custom field types besides textarea, but the ones that raise the errors are all custom_11 or greater.
Last edited by aswihart (2011-06-06 13:55:50)
Offline
#44 2011-06-06 15:56:42
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: adi_matrix – Multi-article update tabs
Is it possible to sort by other fields ?
I want to sort the matrix by some custom field !
BTW, same issue as above with custom_11 …
Offline
Re: adi_matrix – Multi-article update tabs
Great work on this brilliant plugin, Adi!
I got rid of the custom_field errors with adi_matrix, after I deleted all but custom_11 and custom_12 (these I could only reset), shifting some fields to unused lower numbers. glz_custom_fields won’t let me delete 11 and 12 for some reason, and while I could drop the columns directly in the database, I’m not sure that’s a good idea.
Any plans to support the glz_custom_field widgets (select, checkbox, etc…) in the batch editing screen?
Last edited by aswihart (2011-06-06 16:57:52)
Offline