Hi there !

Please find below the beta package for dock 6.2
Files need to be cleaned and some documentation is coming up.

Dependencies: imagemenu + block (options are in block)
Compatibility include: imce through imagemenu (1 block per imagemenu)

It works on IE6 and friends

Waiting for feedback and CVS access: I will be glad to co-maintain this module with you :-)

Alexandre

CommentFileSizeAuthor
dock--6-2.tar_.gz51.2 KBsashainparis

Comments

Joan Perals Tresserra’s picture

Hello,

Congratulations for the good job -I'm planning to use this pretty module so I'm glad to see it under active development.

I had an issue and made a little correction: it looked like the module didn't construct the urls of the images correctly when the drupal installation is not in the server root, and I fixed this by prepending base_path() to the image url retrieved from the imagemenu module.

dock.module, line 209:

        $data['link']['title'] = '<span>'.$remember_title.'</span><img src="' . base_path() . $image . '" alt="' . $remember_title . '" title="' . $remember_title . '" border="0"/>';

Not sure if it's an optimal fix, but it worked for me.

Salut,

Joan

sashainparis’s picture

Thanks for giving back :-)

No it is not optimal: I am not sure that the 4 presentations are clean - so maybe it is one of them is are not yet...
This is juste a first review ;-)

We will use absolut url functions et generate image url from imagecache preset functions.

Alexandre

sashainparis’s picture

A little temporary demo place:
http://d6sandbox.pinko.cc/

anjjriit’s picture

hii..,
I have used this great module (dock--6-2.tar_.gz),
but now i get a problem with themes Acquia Prosper wich dock image does not shown.
in other themes i make the block title but it doesn't work ?

Would you tell me ho to fix it?
Thanks
http://ciptareload.com

sashainparis’s picture

It seems to be something specific to this theme: you might verify with firebug if this could be a CSS issue.
Maybe there is a "display:none;" somewhere
Prosper uses Fusion and block styling: it might come from this too.

alibama’s picture

anyone want to give me a clue how to use this? i'm totally stumped.... looks like a great module though, would love to use it.. thanks!

voughndutch’s picture

Thank you for the work done on this module. Any idea how I would be able to get the dock to be fixed and centered?

sashainparis’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)