I found new and vrey useful function replaceLive($attr). Thats great! But I see that: file \libraries\cck\rendering\rendering.php string 983: $get = 'get'.$target; but next string 984: $replace = $this->getValue( $fieldname ); and $get variable isn't used. I think that it should be string 984: $replace = $this->$get( $fieldname ); to have not only Value but Attributes, Text etc... Thanks!