Actually, it exists. You probably forgot.
joomlaforum.ru/index.php/topic,35163.0.html
Or mayby I missing something. And one more question: they can work together? Or it is impossible?
Also for some reason PDA-mambot 2.1.2 for Joomla 1.0. redirect mobile users to the site's homepage, regardless of which URL they originally requested. I guess it affects the next part of the code:
$parsed=parse_url($mosConfig_live_site);
$path= (isset($parsed['path'])) ? $parsed['path'] : '';
Variable $mosConfig_live_site always be the same, it equals ‘
your-domain.com’ , and it is placed in the configuration.php. For this reason variable $path always be empty. Isn't it?