MyBB Community Forums

Full Version: Replace "Poll" Text With Poll Logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can we replace the text "poll" and replace them with Poll logo
You should be able to by opening inc/languages/{your language}/showthread.lang.php and finding:

$l['poll'] = "Poll:";

And replacing it with:

$l['poll'] = "<img src='{path to image}' />";

... {path to image} being the direct path to the image.