CalcBuilder Forum

remove i image

Usuario anonymous 2011-10-18 22:00:54

/modules/mod_calcbuilder/assets/img/info.png

I think this "i" image inside calcbuilder. How to remove it?

Thanks.

Moonsoft support 2011-10-18 22:01:45

Hello,
yes it is the path to information icon. The best option is to create an empty image 1x1px with same name and overwrite info.png at the path you have located. The icon has some code associated so it's better not to delete image tag to avoid errors.
Hope this helps

Moonsoft support 2011-11-20 17:01:48

And how can we remove the pop up info?
Thank you!

Moonsoft support 2011-11-21 09:50:30

Hello,

If you want to remove all popup info you should remove these lines in modules\mod_calcbuilder\tmpl\default.php :

/* For Joomla 1.7 - 1.6 */
$('stickyDescContent_int').setStyle('width', 200);
var swin;
$('cb_name_tooltip').addEvent('mouseover',function(){
swin=new StickyWin.PointyTip('',$('stickyDescContent').get('html'),{
relativeTo: $('cb_name_tooltip'),
point: 1,
widht: '150px'
});
});
$('cb_name_tooltip').addEvent('mouseout',function(){
swin.hide();
});


// For Joomla 1.5
$('stickyDescContent_int').setStyle('width', 200);
var swin;
$('cb_name_tooltip').addEvent('mouseover',function(){
swin=new StickyWin.PointyTip('',$('stickyDescContent').get('html'),{
relativeTo: $('cb_name_tooltip'),
point: 1,
widht: '150px'
});
});
$('cb_name_tooltip').addEvent('mouseout',function(){
swin.hide();
});


Regards,

Moonsoft Team

...
Support/development 10 hours

Get a bigger amount of hours for more complex tasks and get a 10% discount

Buy now!
...
Support/development 40 hours

With the peace of mind of having a professional team at your service (20% discount)

Buy now!