Author Topic: [TUT] Tooltip for Thumbnails  (Read 151950 times)

0 Members and 2 Guests are viewing this topic.

Offline paule

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
Re: [TUT] Tooltip for Thumbnails
« Reply #30 on: July 29, 2009, 02:56:44 PM »
Hallo Zusammen,

funktioniert einwandfrei mit den Feldern : {image_name} {lang_category} {cat_name} usw
Ich habe zusätzliche IPTC Felder angelegt (funktioniert alles perfekt)
Wenn ich nun statt der besagten Felder nur das neues IPTC Feld : {image_caption}  einsetze wird nichts mehr angezeigt!?

Hat jemand eine Idee?

Dank im Voraus

paule


1.7.7.  www.kosecki.de




Offline GaYan

  • Sr. Member
  • ****
  • Posts: 301
  • ♫ | G2 | ♫
    • View Profile
    • Ziramagic
Re: [TUT] Tooltip for Thumbnails
« Reply #31 on: July 30, 2009, 07:13:39 AM »
hey... can i show the thumbnail image in the tooltip as well ..  :mrgreen: i cant unrestand anything cuz i dun no anything ab grman langauge .. ! ! !

is it possible ?? !  :roll:
I'm Back :)

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [TUT] Tooltip for Thumbnails
« Reply #32 on: July 30, 2009, 10:02:15 AM »
@g2gayan

... it is possible ...

... as I said in the first post ...
Quote from: mawenzi
edited by mawenzi :

... Und wenn ihr im Tooltip über dem Thumbnail das jeweils betreffende Bild schon anzeigen wollt ...
... so empfehle ich eine kleine Tooltip-Erweiterung von HorrorCrafT ...
... zu finden hier ... http://www.4homepages.de/forum/index.php?topic=22067.msg120365#msg120365 ...

... and for your better understanding use google-translator ... ;)
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline paule

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
Re: [TUT] Tooltip for Thumbnails
« Reply #33 on: July 30, 2009, 04:45:38 PM »
Hallo Zusammen,

funktioniert einwandfrei mit den Feldern : {image_name} {lang_category} {cat_name} usw
Ich habe zusätzliche IPTC Felder angelegt (funktioniert alles perfekt)
Wenn ich nun statt der besagten Felder nur das neues IPTC Feld : {image_caption}  einsetze wird nichts mehr angezeigt!?

Hat jemand eine Idee?

Dank im Voraus

paule


1.7.7.  www.kosecki.de




Hallo, ich befürchte ich habe mein Problem schlecht formuliert.
Ich versuche es noch einmal.

onmouseover="Tip('{image_name}')" onmouseout="UnTip()"> funktioniert
onmouseover="Tip('{image_caption}')" onmouseout="UnTip()"> funktioniert nicht!

Der tag: {image_caption} auf der Detailseite funktioniert

Gruß paule




Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [TUT] Tooltip for Thumbnails
« Reply #34 on: July 30, 2009, 05:19:03 PM »
mein kurzer Erklärungsversuch ... ;)

... der Tag {image_name} wird für die Thubnails in der functions.php definiert und ist somit auf den Kategorie-, Such- u.a. Seiten einsetzbar ...
... der Tag {image_caption} für die Bildseite wird bei dir offensichtlich in der details.php definiert und ist somit nur auf der Detail-Seite (details.html) einsetzbar ...
... du müsstest diesen Tag ebenfalls in der functions.php in der Sektion "function show_image" definieren und registrieren ...
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline paule

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
Re: [TUT] Tooltip for Thumbnails
« Reply #35 on: July 31, 2009, 01:56:57 PM »
Vielen Dank für die schnelle Antwort,

wie definiere und registriere ich den Tag?
Bin nicht wirklich fit in PHP....

Gruß paule




Offline Fragezeichen

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
Re: [TUT] Tooltip for Thumbnails
« Reply #36 on: November 28, 2009, 10:23:02 PM »
Bei mir läuft das Mod irgendwie nicht,egal was gemacht wird.
Statt des Tooltips versauts einfach nur die Thumbs mit Beschreibung,Kommentaren usw...

That Mod want running by me.It just messy up the thumbs with discriptions,comments... not window opend

 :?: :?:

Offline nameless

  • Full Member
  • ***
  • Posts: 147
    • View Profile
Re: [TUT] Tooltip for Thumbnails
« Reply #37 on: March 20, 2010, 01:51:27 PM »
nice one

all i can understand is this Tooltip for Thumbnails

What i can do If i need it for category

and when I mouseover a catagory display a photo in the tooltip not a text

sorry for my bad english


Offline surferboy

  • Full Member
  • ***
  • Posts: 142
    • View Profile
Re: [TUT] Tooltip for Thumbnails
« Reply #38 on: April 22, 2010, 01:50:41 AM »
Hi -

I'm using v1.7.7

I just installed the Tooltip for Thumbnails MOD and love its preview capabilities.

I tried adding the code to the last_comment_bit.html that is used in the Last Commend Received MOD, topic 15701.0, so that the same preview could happen:

Quote
<table width="1%" border="0" cellspacing="0" cellpadding="0" onmouseover="Tip('{image_tip}<br />{image_name}<br />{lang_category} {cat_name}<br />{lang_comments} {image_comments}')" onmouseout="UnTip()">
  <tr>
    <td>{thumbnail}</td>
  </tr>
</table>

Yikes! What a disaster.

Does anyone know if it can be added? I had a look at the german -> english translation of this MOD several times and couldn't find anything except a remark  by Manwenzi here:

http://www.4homepages.de/forum/index.php?topic=22030.msg139389#msg139389

Thanks for any ideas. I'd love to use the same principle on the other MOD Show Received Comments V.2, topic 12695.0, and on Rinaldo's Top100 MOD, topic 23055.0.

The Last Comment MOD and the Show Received Comments MOD both have *bit.html type files but the code does not digest at all. In Rinaldo's Top 100, he has a Top100.php file and a top100.html file. I tried adding the code I quoted here and the template went splat all over the screen but ... one image did go into preview... but just one!

Thanks for any ideas or thoughts you have.

- Brian
« Last Edit: April 22, 2010, 02:01:40 AM by surferboy »

Offline surferboy

  • Full Member
  • ***
  • Posts: 142
    • View Profile
Re: [TUT] Tooltip for Thumbnails
« Reply #39 on: April 23, 2010, 10:06:21 AM »
HI -

I just installed V@no's Auto Thumbnailer v2.3.1, topic 6921.0, and hoped that it would create thumbnails on the fly for remote images uploaded by url. It doesn't seem to but it does create them from the acp.

The problem is that walterzorn.js does not like the thumbnails and does not see the connection so when you hover over them, the tooltip shows a broken link for the image but does show the category and image name and number of comments...

Anyone have any ideas what could be wrong?

I checked in edit images and the image names are in fact the same so it doesn't really make sense.

Thanks for any thoughts and maybe someone else who has tooltip and autothumbnailer can try it out and see if they get the same result?

Thanks,

Brian

Offline uli480

  • Pre-Newbie
  • Posts: 9
    • View Profile
Re: [TUT] Tooltip for Thumbnails
« Reply #40 on: June 15, 2010, 01:22:43 PM »
Wo kann ich Walter Zorns Tooltip herunterladen?
Seine Hompepage ist leider offline.

Offline surferboy

  • Full Member
  • ***
  • Posts: 142
    • View Profile
Re: [TUT] Tooltip for Thumbnails
« Reply #41 on: June 15, 2010, 05:39:59 PM »
I was surprised to read your post since I had used the link just two months ago.  After some research on the web, I found some posts that said Walter Zorn had passed away last year and apparently the web hosting had expired.

I found this archive link where you can still download the the tooltip:

http://web.archive.org/web/20080103025045/www.walterzorn.com/tooltip/tooltip_e.htm

If anyone who has enjoyed the tooltip has any idea how we can preserve this knowledge, please speak up!

I still have two unresolved posts (on page 4) in this topc on how to make the tooltip work for:
1. thumbnails that appear in remote images uploaded by url (topic 6921.0) but the image won't preview in tooltip
2. thumbnails that appear in the last comments received MOD (topic 15701.0) but the image won't preview in tooltip

- Brian
« Last Edit: June 15, 2010, 11:55:14 PM by surferboy »

Offline surferboy

  • Full Member
  • ***
  • Posts: 142
    • View Profile
Re: [TUT] Tooltip for Thumbnails
« Reply #42 on: June 16, 2010, 06:12:53 PM »
Ivan,

If you have a later version, please share! My version is v 5.3.1 from that link even though it says 4.12, and it says it was last modified 07 Nov 2008.

Cheers,

Brian

- see attached -

Offline Tino23

  • Full Member
  • ***
  • Posts: 191
    • View Profile
    • LMJ - Motorsport
Re: [TUT] Tooltip for Thumbnails
« Reply #43 on: August 13, 2010, 11:24:48 AM »
@IVAN der Tipp http://www.4homepages.de/forum/index.php?topic=22030.msg133202#msg133202 füht bei mir zu einer Fehlermeldung. Gehen tut folgender Code bei mir
Code: [Select]
"image_tip" => "<img src=\'".MEDIA_PATH."/".$image_row['cat_id']."/".$image_row['image_media_file']."\' width=\'300\' height=\'225\'>",

Da ich aber das Bild in der Größe des Thumbnailbildes haben möchte hab ich den Code wie folgt geändert.

Code: [Select]
"image_tip" => "<img src=\'".ROOT_PATH.THUMB_DIR."/".$image_row['cat_id']."/".$image_row['image_media_file']."\' >", Einzigen Schönheitsfehler den ich da noch habe, bei mir wird dann leider nicht das Icon passend zur Dateiendung angezeigt, wenn kein Thumbnailbild vorhanden ist. Hat da einer noch eine Idee?

Walter Zorns Tooltip und die dazugehörigen PlugIns könn ihr euch hier runterladen.
« Last Edit: August 16, 2010, 11:16:48 PM by Tino23 »

Offline zakaria666

  • Full Member
  • ***
  • Posts: 211
    • View Profile
Re: [TUT] Tooltip for Thumbnails
« Reply #44 on: August 20, 2010, 04:07:45 PM »
hello

links are dead please fix, cannot download plugin