Ahh, you are THE MAN indeed. Thanks for the advice and the great mods.
I hear ya! I was trying to save some money by attempting to create a PHP Block, similar to the Profile Map Block that would add the profile Map to a classified ad page. Here is the code I've been tinkering around with. I'm not very knowledgeable in PHP but I learn fast:
return BxDolService::call('map_profiles', 'profile_block', array($this->oProfileGen->_iProfileID));
I created a PHP Block in Ad Page Builder (using your mod to add the PHP Block feature) and copied the PHP Content of Profile Map, modified it and this is the extent of what I can get it to do. I get a Map in the Ad that pinpoints the location of Member 2 irrespective of the fact that the Ad author is Member 21 or 76. This is the code:
return BxDolService::call('map_profiles', 'profile_block', array(2));
Obviously I would like to get the Map of the Ad's author to appear and not a specific number. I'm quite resigned to purchase the Mod from someone -if I have to- but I like a challenge. :)
Thanks!