To activate the slug plugin I changed these lines (at row 269) in the file class-qtranslate-slug:
return (
version_compare($wp_version, "3.3", "<" ) ||
( !is_plugin_active('qtranslate-xp/ppqtranslate.php') &&
!is_plugin_active('mqtranslate/mqtranslate.php') &&
!is_plugin_active('qtranslate-x/qtranslate.php'))
);
Notice the first !is_plugin_active(”), then I replaced all qtrans_ with ppqtrans_ in the the same file, but when I fill the slugs the changes are not saved.
Any helps ?
Thanks