• Resolved justmattb

    (@mwbarker)


    I am using the WPML plugin (for translations). Something is preventing me from doing the translation by clicking the normal link to do it. I have tried adding this:

    RewriteCond %{REQUEST_URI} ^/wp-admin/admin.php?page=wpml-translation-management/ [NC]
    RewriteRule . - [S=2]

    but that doesn’t seem to help. This is what the URL looks like that I am trying to go to:

    mysite.com/wp-admin/admin.php?page=wpml-translation-management/menu/translations-queue.php&icl_tm_action=create_job&iclpost[]=933&translate_to[de]=1&iclnonce=9b2aebd112

    Any ideas?

    WP Version: 3.4.2
    BulletProof Security Version: .47.6 (wasn’t sure about updating until after I upgrade to WP 3.5)

    http://wordpress.org/extend/plugins/bulletproof-security/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter justmattb

    (@mwbarker)

    Looks like I got it figured out by adding this in the wp-admin/.htaccess file:

    #For WPML Translations
    RewriteCond %{QUERY_STRING} page=wpml-translation-management/menu/translations-queue.php(.*) [NC]
    RewriteRule . - [S=2]

    Does that seem about right?

    Plugin Author AITpro

    (@aitpro)

    Yep you got it right! Looks good to me. Well done.

    Plugin Author AITpro

    (@aitpro)

    And actually you should upgrade to BPS .47.7 before you upgrade to WP 3.5. There is bug fix in .47.7 for WP 3.5. Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with WPML’ is closed to new replies.