Page 1 of 1

to remove shortcuts icons

PostPosted: 08 Feb 2014, 02:21
by Prashant
Please find attachment I want to remove these icons from Home page

Re: to remove shortcuts icons

PostPosted: 10 Feb 2014, 02:21
by Prashant
Hi,
Still awaiting for anybody's reply

my url is http://zaminwala.com

I can not manage all these social site alone. Required your help.

Thanks in advance,
Prashant

Re: to remove shortcuts icons

PostPosted: 10 Feb 2014, 11:21
by fisher
this file protected/views/layouts/main.php please comment out with the following code
Code: Select all
                if (param('useYandexShare'0))
                    
$this->widget('application.extensions.YandexShareApi', array(
                        
'services' => param('yaShareServices''yazakladki,moikrug,linkedin,vkontakte,facebook,twitter,odnoklassniki')
                    ));
                if (
param('useInternalShare'1))
                    
$this->widget('ext.sharebox.EShareBox', array(
                        
'url' => Yii::app()->createAbsoluteUrl(Yii::app()->request->url),
                        
'title'=> CHtml::encode($this->seoTitle $this->seoTitle $this->pageTitle),
                        
'iconSize' => 16,
                        
'include' => explode(','param('intenalServices''vk,facebook,twitter,google-plus,stumbleupon,digg,delicious,linkedin,reddit,technorati,newsvine')),
                    ));