Tooltip Dictionary

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm
Location: ITALY

Tooltip Dictionary

Post by megabob3 »

It's more easy go to see it, than stay here to explain :P

http://www.awakening.it/test/index.php?page=Dictionary

go with your mouse over "hello world"

User: admin
pass: admin

How to use:
This code for insert in your content the word of dictionary
{cms_module module="Dictionary" word="pluto"}


and at last, always, insert this line for active the javascript files.
{cms_module module="Dictionary" action="do"}

I used this internet reosurce :D
http://www.walterzorn.com/tooltip/tooltip_e.htm

All Commands to customize tooltips individually are available:
like {cms_module module="Dictionary" word="ciao" T_OFFSETX=32 T_WIDTH=200 T_FONTCOLOR='#000000'}

Paragraph 6 of http://www.walterzorn.com/tooltip/tooltip_e.htm



Download:
http://www.awakening.it/uploads/Dictionary.zip
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm
Location: ITALY

Tooltip Dictionary

Post by megabob3 »

No one tried o liked this module? :P
TNTH

did try

Post by TNTH »

Yup, I tried it, but didn't understand what it was about.
Now that I look for the second time, I'll understand what it is (must be very tired the first time).

I like the module very much, it looks like it's a simple way to create fancy mouse-overs (don't know the right word, but in Dutch I mean alt-tekst). After some searching I found how it works. I saw you gave the {cms_module module=Dictionary" word="can't remember"} command, which displays the text and the fancy mouse-over. But first I've got to fill everything in in another screen. It seems not logical to me. I don't know if it is possible to do that at the page itselfes?

I lLike I said: I like the module very much and I might be using it in the future

PS. Your site is slooooooooooow :(
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm
Location: ITALY

Re: did try

Post by megabob3 »

TNTH wrote:Yup, I tried it, but didn't understand what it was about.
Now that I look for the second time, I'll understand what it is (must be very tired the first time).

I like the module very much, it looks like it's a simple way to create fancy mouse-overs (don't know the right word, but in Dutch I mean alt-tekst). After some searching I found how it works. I saw you gave the {cms_module module=Dictionary" word="can't remember"} command, which displays the text and the fancy mouse-over. But first I've got to fill everything in in another screen. It seems not logical to me. I don't know if it is possible to do that at the page itselfes?

I lLike I said: I like the module very much and I might be using it in the future

PS. Your site is slooooooooooow :(
Yes i know it's too slow, but i pay only 26 euros for year, and have infinite space and 50 megabyte of space for my databeses :D

Really i did not understood very well what you are asking :)

You must ADD the word of the dictionary from the ADMIN interface.

And after insert in the content of the pages
{cms_module module=Dictionary" word="xxxxx"}
and don't forgot to insert also
{cms_module module="Dictionary" action="do"}

Bye :)
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm
Location: ITALY

Tooltip Dictionary

Post by megabob3 »

Patricia wrote:nice!

if I use it as a tooltip for a link before the visitor click on it, it would however be nice if we could add a url, thus the <a href=# would be replaced by a url parameter we could enter in the {} like this:

Code: Select all

{cms_module module="Dictionary" word="testing links" url="http://www.cmsmadesimple.org"}
or as a standard href code like this:

Code: Select all

<a href="http://www.cmsmadesimple.org">{cms_module module="Dictionary" word="testing links"}</a>
Cheers
Nice idea!! :D

I will ADD this URL parameter
{cms_module module="Dictionary" word="testing links" url="http://www.cmsmadesimple.org"}

Thx :)
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm
Location: ITALY

Tooltip Dictionary

Post by megabob3 »

megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm
Location: ITALY

Tooltip Dictionary

Post by megabob3 »

Patricia wrote::) great

btw megabob3, I have a question: do you code your modules also compatible with next version 0.9?
Really i don't know :P

However, when it will be available i will rewrite all my modules :D

I will lost very few time to do that ;)
TNTH

Re: did try

Post by TNTH »

megabob3 wrote:
TNTH wrote:Yup, I tried it, but didn't understand what it was about.
Now that I look for the second time, I'll understand what it is (must be very tired the first time).

I like the module very much, it looks like it's a simple way to create fancy mouse-overs (don't know the right word, but in Dutch I mean alt-tekst). After some searching I found how it works. I saw you gave the {cms_module module=Dictionary" word="can't remember"} command, which displays the text and the fancy mouse-over. But first I've got to fill everything in in another screen. It seems not logical to me. I don't know if it is possible to do that at the page itselfes?

I lLike I said: I like the module very much and I might be using it in the future

PS. Your site is slooooooooooow :(
Yes i know it's too slow, but i pay only 26 euros for year, and have infinite space and 50 megabyte of space for my databeses :D

Really i did not understood very well what you are asking :)

You must ADD the word of the dictionary from the ADMIN interface.

And after insert in the content of the pages
{cms_module module=Dictionary" word="xxxxx"}
and don't forgot to insert also
{cms_module module="Dictionary" action="do"}

Bye :)
I meant to say that I'd love to see this feature as a button in TinyMCE, instead of using the admin interface :)
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm
Location: ITALY

Re: did try

Post by megabob3 »

TNTH wrote: I meant to say that I'd love to see this feature as a button in TinyMCE, instead of using the admin interface :)

Mmmmmmhhh this is very good, but in this moment insert a button on TinyMCE or other WYSIWYG tools, for me isn't so easy :P

However to come to your ideas i will ADD a parameter :D
this one: "tooltip"

{cms_module module="Dictionary" word="test" tooltip="XXXXXXX"}

and will work in this way, if tooltip parameter exist the module will use it's value as tooltip, else will find the tooltip inside the Dictionary.

Your idea is very nice, because it's could be exented to ALL module like Dictionary.

Bye ;)
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm
Location: ITALY

Tooltip Dictionary

Post by megabob3 »

Added tooltip parameter

{cms_module url="http://localhost/test/index.php?page=galleria" module="Dictionary" tooltip='asdasd' word="pluto"}

http://www.awakening.it/test/index.php?page=Dictionary

For this parameter it's better use SINGLE QUOTE, with it you can put also IMAGE, or advanced HTML code.


http://www.awakening.it/uploads/Dictionary.zip


Bye ;)
TNTH

great work

Post by TNTH »

Megabob3, you did some great work :D
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm
Location: ITALY

Re: great work

Post by megabob3 »

TNTH wrote:Megabob3, you did some great work :D
Cheers and thank you ;)
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm
Location: ITALY

Tooltip Dictionary

Post by megabob3 »

Patricia wrote:Waow!!!

Looking forward to go home and add some tooltips to my website :)
Enjoy it :D
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm
Location: ITALY

Tooltip Dictionary

Post by megabob3 »

oooooooo :o

Yep on IE you cannot ADD :P

I have something to do, sorry :D

Use Firefox :evil: also on work!! :D
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm
Location: ITALY

Tooltip Dictionary

Post by megabob3 »

Did some change and tested it on IE, now we can ADD :P

http://www.awakening.it/uploads/Dictionary.zip


Bye ;)
Post Reply

Return to “Modules/Add-Ons”