JomSocial won its third CMSexpo Award. Enjoy 20% Discount Sitewide until 24th May! Learn More
This addon is an official plugin by JomSocial. Please report any bugs you find in the forum here.

Google ADs

Visited
685
Files
Version
1.6
Compatibility
  • JomSocial 1.5
  • JomSocial 1.6
Modify core files
No
Display Google Ads in the user's profile area
Reviews
bymavex, March 20, 2010
0 of 1 people found this review helpful
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.
No option I can see for adding my adsense code and no documentation been struggling for almost an hour now.