• I am the author of GD Star Rating plugin. I have received a bug report for the rating plugin, that turned out to be a problem caused by xLanguage. For posts that only have one language part of the rating block is removed (one whole div is missing). Posts that have more than one language works ok.

    Can you tell me why the xLanguage will be removing stuff from generated post content, and what should I do to prevent it? The DIV that is removed had only one class: INNER.

    Regards,
    Milan

Viewing 1 replies (of 1 total)
  • Thread Starter Milan Petrovic

    (@gdragon)

    I have found what was causing the problem. You have a function that removes all empty tags from the content. And since your plugin is loaded after rating plugin, content already contains rating block that has some empty divs, and your plugin delete’s them.

    I am sure that some other plugin get broken by such code, and it would be good for you to change that because empty tag is not useless tag.

    Regards,
    Milan

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: xLanguage] Problem with GD Star Rating plugin’ is closed to new replies.