Lack of interest Logo alt phrase

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

soloarquitectura

Well-known member
XenForo 1.2.4.
Logo alt phrase is for forums only.
IMHO if logo links to home page it should have its own phrase.

Sample (this web site):
Code:
<div id="logo"><a href="http://xenforo.com/">
<span></span>
<img src="styles/default/xenforo/logo.png" alt="XenForo Community" />
</a></div>

Instead of:
Code:
<div id="logo"><a href="http://xenforo.com/">
<span></span>
<img src="styles/default/xenforo/logo.png" alt="XenForo" />
</a></div>
 
Upvote 1
This suggestion has been closed. Votes are no longer accepted.
In general, I think this is more of a suggestion or a site-specific thing. For example, the board title is still used in all title tags. If the board is part of a whole site, it wouldn't be incorrect to use a generic name.

Conversely, it could be said that the alt is actually for accessibility/screen readers and as it's a logo on the forum, using the forum title is not incorrect.

If we tracked a "site name" title, then we could do this using that. Alternatively, it is also a simple template change.
 
Top Bottom