Nirjonadda Customer May 5, 2015 #1 Image Alt Attributes Threads not working. I didnot see Add Alt Text to Images.
Fillip H. Staff member Owner Developer May 5, 2015 #2 Bear in mind that it will only work in threads, and if the alt attribute exists and is empty, it will not fill the attribute.
Bear in mind that it will only work in threads, and if the alt attribute exists and is empty, it will not fill the attribute.
Nirjonadda Customer May 5, 2015 #3 So, what you added option for Add Alt Text to Images? Image Alt Attributes: Threads Images in threads without the "alt" attribute will now use the thread's title
So, what you added option for Add Alt Text to Images? Image Alt Attributes: Threads Images in threads without the "alt" attribute will now use the thread's title
Fillip H. Staff member Owner Developer May 6, 2015 #4 To clarify: This will receive new alt attribute Code: <img src="image.png" /> This will not Code: <img src="image.png" alt="test" /> This will not Code: <img src="image.png" alt="" />
To clarify: This will receive new alt attribute Code: <img src="image.png" /> This will not Code: <img src="image.png" alt="test" /> This will not Code: <img src="image.png" alt="" />
Nirjonadda Customer May 6, 2015 #5 Useless, Are you talking the not work for IMG Code? what Link/image code work for this ? what result for this image code? Code: [IMG]www.site.com/test.png[/IMG]
Useless, Are you talking the not work for IMG Code? what Link/image code work for this ? what result for this image code? Code: [IMG]www.site.com/test.png[/IMG]
Nirjonadda Customer May 6, 2015 #7 Yes, I know By default vBulletin leaves the alt tag blank on all linked images. If this what feature you are added for working the alt tag? I am Feature Requested here: http://www.dragonbyte-tech.com/f239/add-alt-text-images-18249/
Yes, I know By default vBulletin leaves the alt tag blank on all linked images. If this what feature you are added for working the alt tag? I am Feature Requested here: http://www.dragonbyte-tech.com/f239/add-alt-text-images-18249/
Fillip H. Staff member Owner Developer May 6, 2015 #8 As per post #4, I added the creation of an alt tag if one does not exist.