If you are refering to posting images using the <img tag then there is no text in that bbcode.
The alt="Image" in the image tag, that text only shows if it can not find the image.
That alt="Image" is displayed using the bbcode in template/bbcode.html template.And that {L_IMAGE} text is pulled from the language/en/common.php language file. Or from your language file.You would have to use a custom image bbcode if you want to have different text displayed with each image posted.
The alt="Image" in the image tag, that text only shows if it can not find the image.
That alt="Image" is displayed using the bbcode in template/bbcode.html template.
Code:
<!-- BEGIN img --><img src="{URL}" class="postimage" alt="{L_IMAGE}" /><!-- END img -->Code:
'IMAGE'=> 'Image',Statistics: Posted by Sniper_E — Sun Jul 06, 2025 6:11 am