I would like to theme the 'image-navigator'. It is possible as you created some theme functions, but it might be even better if you were using php templates. For this and also for 'gallery-operations'.

This is a very low priority request, but it might also be a very nice plus.

You seem to be very busy to work on this, I'll try to find some help for you. We might have to work for a client that would require such a system, so if we work on this, we may contribute to your module.

Comments

wilson98’s picture

Oh, that's great. I would like to see that.^_^

Pierre_G’s picture

Version: 6.x-1.0-alpha3 » 6.x-2.0-alpha1

Is there some news about it ?

Any theming of "gallery-operations" ul tag is quite impossible.

I would love to simply have a class for each type of operation, and not a list of numbers independant of the operation as a class for each li.

Pierre_G’s picture

Version: 6.x-2.0-alpha1 » 6.x-2.0-alpha7

Moving to alpha7.

Is there some plans to add some css classes to the li elements depending of the operation linked and not just numbers not related to the operation ?

Somthing like :

<li class="node-operation_edit">Edit gallery</li>
<li class="node-operation_add">Add images</li>
<li class="node-operation_manage">Manage images</li>
ridolfidesigns’s picture

I agree, more relevant naming of classes would be appreciated. I tried to theme it myself but I can't get it to work.

Also, themeing with css isn't working due to using numbers as the class name.

Thanks

kmonty’s picture

Status: Active » Closed (fixed)

I believe we will be moving these in the local tasks menu, so they won't need to be themed in the same way.

This is a pretty general ticket, so I'm going to close it. If people have more concerns, please open some new, specific tickets.

ridolfidesigns’s picture

I am confused how it is general, because one of the posts specifically shows how they are trying to change the class names of the gallery control links. As it stands right now, they are just numbers. You can't edit them with css. I even tried to edit them with css and I had no luck. Please add more relevant names or give us the option to do so.

Thanks