overLIB tooltips or similar

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
xtian
Posts: 13
Joined: Fri 3. Feb 2006, 09:30
Location: Germany
Contact:

overLIB tooltips or similar

Post by xtian »

I have been trying to use overLIB (http://www.bosrup.com/web/overlib/) to create tooltips on pictures in PHPWCMS but haven´t come to grips. Anybody have any experience with this? It´s basically a question of having a javascript link on an image.

Ich versuche bisher vergeblich das tooltip-Skript overLIB für Bilder zu verwenden. Das Problem ist, den notwendigen Javaskript-Link für Bilder einzubauen. Hat da jemand Erfahrung oder vielleicht eine Alternativlösung?

thx
xtian
xtian
Posts: 13
Joined: Fri 3. Feb 2006, 09:30
Location: Germany
Contact:

Post by xtian »

Well, no answer, which I guess can mean that I missed another post on the same topic (I did check) or that there isn´t any answer to my little problem.

There is a workaround but I think it´s rather clumsy:

Using WYSYWYG HTML I can insert a table containing my pics plus javascript links (prepared outside the CMS in raw HTML or some editor). Basically overLIB works in PHPWCMS (why shouldn´t it?), it´s merely the question of how to address the script from the conten part "pics".

Maybe someone still has some input on this?!


Da sich keine Antwort zu finden scheint, hier meine Idee für einen workaround, der so funktionieren sollte: Statt content part "Bilder" "WYSYWYG-HTML" verwenden, dort eine Tabelle mit den Bildern plus Javaskript-Links als HTML einfügen (wofür brauchte ich gleich nochmal ein CMS?).

Vielleicht hat ja doch noch jemand eine elegantere Lösung?!

xtian
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Post by Kosse »

Hi xtian,

look here http://www.phpwcms.de/forum/viewtopic.php?t=8847 (read complete post) it's a little bit tricky but you try it --> it does work!
I've had no time to complete a nice tut or even to polish the little mod but pSouper started it nicely and I managed to integrate it to core phpwcms in backend.


Cheers
Last edited by Kosse on Mon 26. May 2008, 13:41, edited 1 time in total.
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

Hi

bastele gerade an einem Plug-In für den FCKeditor - im FF geht's schon, nur der IE zickt mal wieder wie immer rum. Aber ich denke bis Montag hab ich das auch noch gefunden. Wird nich ganz so 'mächtig' wie overLIB - aber das braucht man ja nicht unbedingt alles.
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
User avatar
Klappstuhl28
Posts: 833
Joined: Fri 4. Mar 2005, 01:58
Location: Hamburg
Contact:

Post by Klappstuhl28 »

doesn´t use phpwcms itself wz-tooltip?
I think i have seen it somewhere in
a folder named "code".


http://www.walterzorn.com/tooltip/tooltip_e.htm
Lars

Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

File is here --> "/include/inc_js/wz_js/wz_tooltip.js"

Only used in "phpwcms.php" for Chat, which is going to be deprecated (I -think- it is in "the RoadMap"):

Code: Select all

//Set Focus for chat insert filed
set_chat_focus($do, $p);

//If new message was sent -> automatic forwarding to message center
forward_to($forward_to_message_center, PHPWCMS_URL."phpwcms.php?do=messages", 2500);

?><script src="include/inc_js/wz_js/wz_tooltip.js" type="text/javascript"></script>
</body>
</html>
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
Post Reply