XF 1.5 Embed img Alt

Kullanici

New member
Licensed customer
Hello,

I need create/change embed img alt text when add thread. My bot is running.

$embedimg='<img src="http://www.bilgeruh.com/moda/'.$resimadi.'.jpg" class="bbCodeImage LbImage" alt="'.$an_alt_txt.'" />';

but the thread content seeming: <img src=".... alt=""

i must change [IMG] with my alt text.

How can i do this?

Sorry for my English.
 
i found a code in base.php

protected $_imageTemplate = '<img src="%1$s" class="bbCodeImage%2$s" alt="[&#x200B;IMG]" data-url="%3$s" />';

how can i change this with a real alt text for image
 
How can i modify this code part for alt text support:

protected $_imageTemplate = '<img src="%1$s" class="bbCodeImage%2$s" alt="[&#x200B;IMG]" data-url="%3$s" />';

i 'll post to my forum: <img src... alt="xxxxxx"..
 
Back
Top Bottom