XML plugin: mosinstall > install
3 posts
• Page 1 of 1
XML plugin: mosinstall > install
Hi, I installed Xmap 1.1 on Joomla 1.5, and then various plugins download here: Docman, Zoom...
The plugins work, but their info don't appear in the component admin section "installed extensions".
I found that the problem is solved by changing, inside XML definition of plugins, <mosinstall>..</mosinstall> to <install>..</install>.
Bye
The plugins work, but their info don't appear in the component admin section "installed extensions".
I found that the problem is solved by changing, inside XML definition of plugins, <mosinstall>..</mosinstall> to <install>..</install>.
Bye
- thepisu
- Fresh Boarder

- Posts: 6
- Joined: Tue Apr 08, 2008 8:11 am
- Location: Italy
Re:XML plugin: mosinstall > install
Hi Pisu, thanks for reporting me that, the problem is I have to make those extensions compatible with the Joomla 1.0.X and Joomla 1.5 and I don't want to duplicate each extension in our download area (one per each Joomla version). I found the way to do it by modifying the file
/administrator/components/com_xmap/classes/XmapAdmin.php and replacing where it says:
by this:
Thanks again!
/administrator/components/com_xmap/classes/XmapAdmin.php and replacing where it says:
- Code: Select all
if ($root->getTagName() != 'install') {
continue;
}
by this:
- Code: Select all
if ($root->getTagName() != 'install' && $root->getTagName() != 'mosinstall') {
continue;
}
Thanks again!
-

guilleva - Administrator

- Posts: 1517
- Joined: Wed Sep 12, 2007 3:10 am
- Location: San José, Costa Rica
Re: XML plugin: mosinstall > install
It's only displayed for "super users" and not, unfortunately there is no way hide those tick marks at this moment... probably I will add that option in the future, never thought that someone will ask for it
aldis
- aldis
- Fresh Boarder

- Posts: 2
- Joined: Wed Dec 21, 2011 9:01 am
3 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 2 guests