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
overLIB tooltips or similar
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
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
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
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.
1.3 out, testing, testing...
Sponsoring 4 phpwcms Blog and Usermanagement
Sponsoring 4 phpwcms Blog and Usermanagement
- Klappstuhl28
- Posts: 833
- Joined: Fri 4. Mar 2005, 01:58
- Location: Hamburg
- Contact:
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
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 -
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 -
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"):
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>