This addon is an official plugin by JomSocial. Please report any bugs you find in the forum here.
Google ADs
Website
Visited
685
Files
plg_mygoogleads.zip (930 views)
Version
1.6
Compatibility
- JomSocial 1.5
- JomSocial 1.6
Modify core files
No
Display Google Ads in the user's profile area
Reviews
Personally I think it's great for your members to have this application on a profile. But there is a bug in mygoogleads.php file you need to fix it first. It prevents displaying ads. You will need to remove few things.
This is a part of original code in a file you will download from here:
$gCode = JString::str_ireplace("", "\n", $gCode);
?>
And this is what it should be:
$gCode = JString::str_ireplace("", "\n", $gCode);
?>
It worked for me. Hopefully somebody can update this in a download file. Took me some time to work it out, as I have no experience in programming. Hopefully it will save some time for you too.
This is a part of original code in a file you will download from here:
$gCode = JString::str_ireplace("", "\n", $gCode);
?>
And this is what it should be:
$gCode = JString::str_ireplace("", "\n", $gCode);
?>
It worked for me. Hopefully somebody can update this in a download file. Took me some time to work it out, as I have no experience in programming. Hopefully it will save some time for you too.
bytechhairball, July 22, 2011
No option I can see for adding my adsense code and no documentation been struggling for almost an hour now.
