PDA

View Full Version : image description on mouseover


navidmoj
04-23-2014, 05:55 AM
Hi

when you hover your mouse on an image it is suppose to show "click to view full size image", image name, views and image size. right?

mine only show file name

what should I do?

thanks in advance

tbworld
04-23-2014, 06:01 AM
There are many rendered web pages in vbulletin, you will need to provide specifics and perhaps a screen-shot, or even better a specific link. :)

navidmoj
04-23-2014, 10:48 AM
my bad

when you embed an image in the body of a post with this tool https://vborg.vbsupport.ru/images/editor/insertimage.gif , in other forum you see image description like name, views, size but on my forum it's just name

my forum is in Farsi so i hope the screen shot is helpful

other forums
http://www.8pic.ir/images/17610903394704034084.png

mine
http://www.8pic.ir/images/93318159449420453424.png

tbworld
04-23-2014, 11:10 PM
Normally, this information is appended to the the 'title' property of the '<img>' tag in HTML. Test using the default unaltered vbulletin style, with plugins/hooks disabled. An altered title property and/or associated CSS is probably to blame. The problem can be narrowed down once you confirm there is nothing wrong with the core files.

navidmoj
04-26-2014, 05:32 AM
I installed default style and still nothing

even in postbit_attachment, I have related codes
<li>
<img class="inlineimg" src="{vb:stylevar imgdir_attach}/{vb:raw attachment.attachmentextension}.gif" alt="{vb:rawphrase file_type_x, {vb:raw attachment.attachmentextension}}" />
<a href="attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&amp;d={vb:raw attachment.dateline}"<vb:if condition="$show['newwindow']"> target="_blank"</vb:if>>{vb:raw attachment.filename}</a>
({vb:raw attachment.filesize}<vb:if condition="$show['views']">, {vb:rawphrase x_views, {vb:raw attachment.counter}}</vb:if>)
</li>

I'm pretty sure there is no mod to mess with the title tag