The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
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.
![]() |
#3
|
|||
|
|||
![]()
my bad
when you embed an image in the body of a post with this tool ![]() my forum is in Farsi so i hope the screen shot is helpful other forums ![]() mine ![]() |
#4
|
|||
|
|||
![]()
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.
|
#5
|
|||
|
|||
![]()
I installed default style and still nothing
even in postbit_attachment, I have related codes Code:
<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}&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> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|