Closed quodo closed 12 years ago
Closing as beside change from index3.php to index.php also &tmpl=component needs to be added to the link as we need to get just a component output without modules, template etc. Thnx @quodo for pointing to the right places
See issue #45.
Both the "Manage Translations" screen and the "Statistics" screen used index3.php instead of index.php. Joomla! 2.5 no longer uses index2 nor index3.
After reading these two links http://groups.google.com/group/joomla-dev-general/browse_thread/thread/b6f629e51dc4ef46 and http://docs.joomla.org/Adapting_a_Joomla_1.5_extension_to_Joomla_1.6 and testing changing index3.php to index.php I think that the changes here are enough. (There are no index2.php entries.)
However, the translations are still not copied in my case, see http://www.joomfish.net/forumviewtopic.php?f=48&t=11239#p38270, although Caniggia in that thread says "Once You change references from index3.php to index.php everything works fine.".
There is one index3.php left: /admin/views/translate/tmpl/edit.php on line 238 (https://github.com/JoomFish/jf-future/blob/master/admin/views/translate/tmpl/edit.php#L237). Since I don't know what this file does, and I don't seem to be able to test this I did not change it.