MyBB Community Forums

Full Version: How To Replace These Images With Text?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I replace these images with text?

[Image: 2hzua0k.png]
In forumdisplay_thread replace:
<img src="{$theme['imgdir']}/{$folder}.gif" alt="{$folder_label}" title="{$folder_label}" />
or similar code with {$folder_label} or {$folder}.
Wow, thank you very much.

Do you know how to edit the text in {$folder_label}? Is there a template for it, or is it in a language file?
Text isn't stored in templates, it's in one of language files, yes. I'm almost sure it's in forumdisplay lang. Just CTRL + F5 the text there.
(2014-01-10, 12:52 PM)Destroy666 Wrote: [ -> ]Text isn't stored in templates, it's in one of language files, yes. I'm almost sure it's in forumdisplay lang. Just CTRL + F5 the text there.

Ok right now, it says something like "No new posts. Hot thread. Locked thread." instead of just 1 image. But I would like to instead have only 1 word + styling for the 1 word instead.

Is there a way to directly replace each image with styled text/html?
Does anyone know how to directly replace each image with styled text/html?
Write your HTML code in the language file. Or write it in the template directly.