As per subject. My imagecache template function is defined as phptemplate_imagecache($namespace, $path, $alt = '', $title = '', $attributes = NULL) and actually uses $title. Here's a patch.
| Comment | File | Size | Author |
|---|---|---|---|
| wysiwyg_imageupload-title.patch | 2 KB | tuffnatty |
Comments
Comment #1
eugenmayer commentedWell i was injecting in later on, but i undestand the need to pass it to the theme method. The main reason not to pass those data arround is that its _GET...and dealing with all this encoding probems, size etc is always pain. Thats also one main reason to get image entity and image entries in place.
Included in BETA5
Comment #2
eugenmayer commentedby the way never use ajax/wysiwyg_imgupl/showimage/%/%/% .. use ajax/wysiwyg_imgupl/showimage/% ... first example will break.
Comment #3
eugenmayer commented