Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2591

[3.3.x] Support Forum • Re: Which file(s) store alt image text?

$
0
0
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.

Code:

<!-- BEGIN img --><img src="{URL}" class="postimage" alt="{L_IMAGE}" /><!-- END img -->
And that {L_IMAGE} text is pulled from the language/en/common.php language file. Or from your language file.

Code:

'IMAGE'=> 'Image',
You would have to use a custom image bbcode if you want to have different text displayed with each image posted.

Statistics: Posted by Sniper_E — Sun Jul 06, 2025 6:11 am



Viewing all articles
Browse latest Browse all 2591

Trending Articles