сom_banners component can be easily uninstalled. But this can not be done with the module mod_banners working with this component, because it belongs to the protected extensions.
Why??
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=29898
Thanks for posting this, Shur! Can you send a pull request? If you need to learn how, check out this tutorial:
http://docs.joomla.org/Git_for_Coders
Thanks Shur! :)
Thanks for coding this, Shur! :) This is fixed in JoomlaCode.
Closing.
@mbabker do we run a event like "onLabelAdd"?
So we have a event to jissues if you add the label and if the bot add his label.
And anyhow this runs at the same time and produce dublicate entrys.
Labels |
Added:
?
|
||
Build | ⇒ | staging |
Joomla 2.5.x versions
file: / installation / sql / mysql / joomla.sql
find line:
(203, 'mod_banners', 'module', 'mod_banners', '', 0, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
replace with this:
(203, 'mod_banners', 'module', 'mod_banners', '', 0, 1, 1, 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
file: / installation / sql / sqlazure / joomla.sql
find line:
SELECT 203, 'mod_banners', 'module', 'mod_banners', '', 0, 1, 1, 1, '', '', '', '', 0, '1900-01-01 00:00:00', 0, 0
replace with this:
SELECT 203, 'mod_banners', 'module', 'mod_banners', '', 0, 1, 1, 0, '', '', '', '', 0, '1900-01-01 00:00:00', 0, 0