By Craig Luecke on Sunday, 31 July 2016
Posted in Technical Issues
Replies 3
Likes 0
Views 401
Votes 0
I am trying to allow authors to add their own Google Adsense code to their profile. I am having the same issue as another customer but the resolution was never posted. Something about modifying the bloggers.php script under Controllers.

I have tried to post the Adsense code myself in the backend as admin and in the front end as a blogger in the profile.

I have also followed directions of placing the code from the <ins> through </ins> and also the entire Google script and neither is accepted. The box is empty after successful save.

Until the bug is resolved can you advise what I need to change in the \administrator\components\com_easyblog\controllers\bloggers.php so that I could get this function working?

Previous ticket post from another admin: http://stackideas.com/forums/author-integration-enabling-google-adsense-not-properly-working

Thank you for your time.
Hi there,

It seems that this is known issues from our end. You can replace attached file at this path ..\administrator\components\com_easyblog\controllers\bloggers.php.


//added code
$post['adsense_code'] = $this->input->get('adsense_code', '', 'raw');
line 110
·
Monday, 01 August 2016 11:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Warith,
i already replaced the attached file, but can not see any way where to place autor adsense code.
·
Saturday, 27 August 2016 10:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

You can put your adsense code from backend or frontend user edit profile page, you can refer on my attached screenshot below.

By the way, It looks like your subscription has expired and in order for you to continue requesting for support, you will need an active subscription. If you have already renewed, please let us know so that we can correct this for your account.

Thank you for understanding.
·
Saturday, 27 August 2016 20:04
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post