Hey guys
I really need a using helping hand right now. I have been searching the web, with many different answer, but nothing that works satisfactory for me :(

I'm using drupal v6.2 with the danland theme

First, Is there any good ways to theme the user edit page. What I will do is to remove the "Language settings", the "Contact settings" and the "Locale settings"

Second, I am using a fivestar to vote on my nodes. I have sett up a filter in views where I have the fivestar and 4 other fields exposed. I will theme the out put of the fivestar exposed filter from a textfield as it is today, to something more user friendly ex a slidebar, some clickable picture, a dropdown menu.
I know there is a open issue about this: http://drupal.org/node/161426

Third, I'm using gmap to assign every node a location. Anyone who knows if it is possible to display different colors om the gmaps marker, depending on voting result

If someone that can point me in the right direction, I would appreciate your help.

Comments

mndonx’s picture

Hi Sigma-84,

Each of those fieldsets on your user edit page comes from a different module. Are you using a Contact form? If not, you can disable the contact module and that will go away. Also, here's a custom module that adds permissions to the personal contact form option: http://drupal.org/node/138574. There's a D6 version further down the page.

You can hide the Locale settings by going to admin/settings/date-time, and disabling the "Configurable time zones" setting.

The Language fieldset looks trickier. Here's a custom module you could try: http://drupal.org/node/572434.

Unfortunately the markup on all these fieldsets do not give you the needed CSS hooks to hide them individually that way (with "display: none;"). Otherwise, that would have been the simplest solution.

I'll take a look at your other questions shortly.

Amanda

Sigma-84’s picture

Thank you so much for this tips.

mndonx’s picture

The five-star module question is really more of a module/development question and should be asked there instead of in the theming forum. And it does seem like your answer is in the thread you posted.

mndonx’s picture

It's been awhile since I've used the gmap module. Again, this is probably more readily answered in the gmap issue queue.