?
avatar shur
shur
3 Jan 2013

с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

avatar shur shur - open - 3 Jan 2013
avatar shur
shur - comment - 4 Feb 2013

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

avatar nicksavov
nicksavov - comment - 16 Mar 2013

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

avatar shur shur - close - 17 Mar 2013
avatar shur shur - reopen - 17 Mar 2013
avatar shur shur - reference | - 17 Mar 13
avatar nicksavov
nicksavov - comment - 22 Mar 2013

Thanks Shur! :)

avatar zero-24 zero-24 - close - 5 May 2013
avatar nicksavov nicksavov - close - 5 May 2013
avatar nicksavov
nicksavov - comment - 5 May 2013

Thanks for coding this, Shur! :) This is fixed in JoomlaCode.

Closing.

avatar zero-24
zero-24 - comment - 22 Mar 2015

@mbabker do we run a event like "onLabelAdd"?

screen shot 2015-03-22 at 15 38 30

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.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/634.
avatar zero-24 zero-24 - change - 7 Jul 2015
Labels Added: ?
Build staging

Add a Comment

Login with GitHub to post a comment