I would like some custom voting buttons under my content type. I have set this up already using the thumbs up/down module and rate module.

But I would like to have different images and text for the voting widgets. I tried editing the images in photoshop - but the problem is I need them to be bigger and when I made them bigger they were all over the place, I tried editing the css and php files but I didnt know which ones to edit and the whole thing became a big mess - so I had to scrap that and start over.

So back to square one - is there a module that will let you even edit the text e.g. when the user clicks a thumbs up - it normally says 'You voted 'up', but I would want to change this to something else.

Also - I would want 3 buttons, so does that complicate matters further?

Comments

WorldFallz’s picture

If the module has followed best practices and text is processed through the t() function, you can use the stringoverrides module to change it.

And yes, if you want 3 buttons but the module only provides 2, then it definitely complicates things and will likely require custom code.

anilpathariya’s picture

In Thumbs up down there will be a template file

You need to alter that file.