-
-
This was tested on WordPress 2.6.x, “Global translator” (v 1.0.7.1) plugin settings page doesn’t load or broken. If you are having similar problem you might want to try this workaround.
Open the plugin file global-translator/translator.php
find on line 1032
function gltr_add_options_page() { $path = dirname(__file__); $pos = strrpos($path, '/') + 1; $option_file = substr($path, $pos) . '/options-translator.php'; add_options_page('Global Translator Options', 'Global Translator', 8, $option_file); }replace with
function gltr_add_options_page() { $path = dirname(__FILE__).DIRECTORY_SEPARATOR; $file = $path. 'options-translator.php'; add_options_page('Global Translator Options','Global Translator',8,$file); }
-
No Responsesto “Global translator plugin”
If you want to comment, please read the following guidelines. These are designed to protect you and other users of the site.
In order to keep these experiences enjoyable and interesting for all of our users, we ask that you follow the above guidlines. Feel free to engage, ask questions, and tell us what you are thinking! insightful comments are most welcomed.
be the first to comment.
Taxonomy
Most used terms