Posted by danielb on March 14, 2008 at 2:51am
Jump to:
| Project: | Textimage |
| Version: | 5.x-2.0 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Deciphered |
| Status: | closed (fixed) |
Issue Summary
Because filenames are restricted to a certain length, textimage fails to account for this and simply breaks if too much text is used.
Comments
#1
What is the solution then danielb - without requiring database calls etc.?
I'm also having problems with titles which include '?' and '&' in the filename too.
#2
Even if requires db calls I think it's better than now.
I was exploring the possibility of using node id to name the image and then, in textimage, extract the node id from the filename and get its title, teaser and body but I'm having no luck.
Ricardo
#3
This will be dealt with in an upcoming release.
It will require a db call as it is the only viable solution.
#4
A fix has been committed to HEAD and DRUPAL-5--2
#5
Really? That's awesome. I was fearing a 'wont fix' to this -- well more like 'wont try'... but you did, that's great!
#6
No prob.
The best support for non-alphanumeric characters comes from theme_textimage(), but I did improve the support for direct URL calls as well.