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.

CommentFileSizeAuthor
wysiwyg_imageupload-title.patch2 KBtuffnatty

Comments

eugenmayer’s picture

Category: bug » feature
Status: Needs review » Fixed

Well 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

eugenmayer’s picture

by the way never use ajax/wysiwyg_imgupl/showimage/%/%/% .. use ajax/wysiwyg_imgupl/showimage/% ... first example will break.

eugenmayer’s picture

Status: Fixed » Closed (fixed)