The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hello !
I've noticed on some forums if you keep your mouse over attached files/thumbnails, you can see different statistics (like Name, Views, Size and ID). I can only see Name in my forum, and nothing else. I've checked into vBulletin options and couldn't find anything to help. Can you please tell me how to do that ? Is there a mod for this ? Thank you very much ! |
#2
|
|||
|
|||
![]()
Anybody ?
Well, i'm attaching some samples, to see what i am talking about. One with infos, and one without infos. I need the infos version ![]() |
#3
|
|||
|
|||
![]()
try this code for postbit_attachmentthumbnail
Code:
<a href="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&d=$attachment[dateline]" rel="Lightbox" id="attachment$attachment[attachmentid]"<if condition="$show['newwindow']"> target="_blank"</if>><img class="thumbnail" src="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&stc=1&thumb=1&d=$attachment[thumbnail_dateline]" border="0" alt="<phrase 1="$attachment[filename]" 2="$attachment[counter]" 3="$attachment[filesize]" 4="$attachment[attachmentid]">$vbphrase[image_larger_version_x_y_z]</phrase>" /></a> <if condition="$show['br']"><br /><br /></if> |
#4
|
|||
|
|||
![]()
Thx nando99 for the try, bu that didn't worked (and also aligned my thumbnails vertically). Here is my postbit_attachmentthumbnail:
Code:
<td class="tborder" valign="top" width="$imwidth"><a href="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&d=$attachment[dateline]" rel="Lightbox" id="attachment$attachment[attachmentid]"<if condition="$show['newwindow']"> target="_blank"</if>><img class="thumbnail" src="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&stc=1&thumb=1&d=$attachment[thumbnail_dateline]" border="0" alt="<phrase 1="$attachment[filename]" 2="$attachment[counter]" 3="$attachment[filesize]" 4="$attachment[attachmentid]" 5="$attachment[description]">$vbphrase[image_larger_version_x_y_z]</phrase>" /></a><if condition="!empty($attachment[description])"><div class="alt2" style=" padding:2px;"><span class="covercaption">$attachment[description]</span></div> </if> </td><if condition="$show['br']"></tr><tr></if> ![]() |
#5
|
|||
|
|||
![]()
hmm... not really sure - that was what I saw in my template and it produced the info you wanted... I'll take another look but no promises..lol
|
#6
|
||||
|
||||
![]()
I think its in template:
postbit_attachmentthumbnail This is What I have Code:
<a href="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&d=$attachment[dateline]" rel="Lightbox" id="attachment$attachment[attachmentid]"<if condition="$show['newwindow']"> target="_blank"</if>><img class="thumbnail" src="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&stc=1&thumb=1&d=$attachment[thumbnail_dateline]" border="0" alt="<phrase 1="$attachment[filename]" 2="$attachment[counter]" 3="$attachment[filesize]" 4="$attachment[attachmentid]">$vbphrase[image_larger_version_x_y_z]</phrase>" /></a> <if condition="$show['br']"><br /><br /></if> I tested on my website and removed the whole text from this template all attachment in topc disappeard looks like this is what you are looking for. --------------- Added [DATE]1223849168[/DATE] at [TIME]1223849168[/TIME] --------------- Im sorry I didnt see what nando wrote I suggest making a back up of your postbit_attachmentthumbnail And then copy my postbit_attachmentthumbnail and paste it over yours If it worked leave it If something wierd happens, copy and paste you back up on it. Cheers. |
#7
|
|||
|
|||
![]()
Cobra-J82: my postbit_attachmentthumbnail is IDENTICAL to yours, but i don't see any detailed information. Maybe is somewhere else ?
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|