Hi! I just installed the quote module at my site, and the quote links on the articles don't seem to do nothing (the article isn't quoted automatically into the comments textbox). Could somebody take a look?

I'm at http://rpg.turnodanoite.com

I'd guess this has something to do with the Clean URLs I have enabled... or something to do with the languague module I'm using? Please help.

Comments

ricmadeira’s picture

Okay, it's definately the language thing. In the default english language, Quote works just fine. When I switch to Portuguese, the posts aren't quoted automatically. What can I do?

nelliza’s picture

I can confirm it's language thing. It does not work in Ukrainian either. I tried with 4.2 and now with 4.5 - same effect, does not work.

Works in English ok though.

manuelcillero’s picture

You can workaround the problem replacing the next line in quote.module:

    $_POST['op'] = 'Preview comment'; //....

with your language translation. For example, in my drupal spanish translation:

    $_POST['op'] = 'Previsualizar comentario'; //....
TDobes’s picture

This was fixed in the CVS (at the moment, 4.6) branch. Here's the diff - I doubt it will apply directly to 4.5, although it could probably be merged manually with no ill effects.

Zen’s picture

Status: Active » Fixed
Zen’s picture

Status: Fixed » Closed (fixed)