How do I set the world map so it only shows the profiles of members on the maps? i.e. turn other features off like events, etc
How do I set the world map so it only shows the profiles of members on the maps? i.e. turn other features off like events, etc |
Create PHP block with the following content: return BxDolService::call('wmap', 'homepage_part_block', array ('profiles')); Please not that there is no interface in Dolphin by default to create PHP blocks, so you can create it directly in database or use some 3rd-party plugins for example this one. Rules → http://www.boonex.com/terms |
Hi Dean, i tried to clone the mapmodule and shoot up my database, FXE: when i create a php-Block with content: return BxDolService::call('wmap', 'homepage_part_block', array ('events')); or return BxDolService::call('wmap', 'homepage_part_block', array ('profiles')); i will get an empty block, because the main-map-block at the index-page will work well. Have you got a hint or tip? thank you in advantage Thomas |
Sorry I do not have a solution. I ended up just removing it as it was displaying properly, which was unfortunate as my members are all mapping industry professionals and like these sorts of visual representations. |
Sorry I do not have a solution. I ended up just removing it as it was displaying properly, which was unfortunate as my members are all mapping industry professionals and like these sorts of visual representations. Did you not try what AlexT suggested? I do the same as you, my map "makes" my site work; without it my site wouldn't function. Mine works because I use the GEO Locator module. ManOfTeal.COM a Proud UNA site, six years running strong! |