joram
Karma: 0
|
Re:Joomla 1.6. Native - 2011/04/27 13:47
It seems that some admin pages (group manager, add files..?) break in joomla 1.6; because javascript file references are missing (see below) I have temporarely fixed this by adding the following lines to componentscom_remositoryc-admin-classesRemositoryadmin.php l31
| Code: | AFTER function remositoryAdminManager ($plugin_name) {
$interface = remositoryInterface::getInstance();
ADD
$interface->addCustomHeadTag('
dummy src="/media/system/js/core.js" type="text/javadummy"
/dummy
dummy
src="/media/system/js/mootools-core.js" type="text/javadummy">/dummy
dummy src="/media/
system/js/mootools-more.js" type="text/javadummy">/dummy
dummy src="/media/system/js/tabs.js"
type="text/javadummy">/dummy
dummy src="/media/system/js/modal.js" type="text/javadummy">/
dummy');
|
Replace dummy by script and complete the tags, it seems that CODE on this forum does not allow javascript tags
Maybe this can temporarely help anyone running into this problem. Or the code could be corrected by dev. team? Anyway, thanks for this great Joomla component!
Post edited by: joram, at: 2011/04/27 13:53
Post edited by: joram, at: 2011/04/27 13:53
Post edited by: joram, at: 2011/04/27 13:54
Post edited by: joram, at: 2011/04/27 13:55
|