Jump to content

Search the Community

Showing results for tags 'map module foreach repeater'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to ProcessWire
    • News & Announcements
    • Showcase
    • Wishlist & Roadmap
  • Community Support
    • Getting Started
    • Tutorials
    • FAQs
    • General Support
    • API & Templates
    • Modules/Plugins
    • Themes and Profiles
    • Multi-Language Support
    • Security
    • Jobs
  • Off Topic
    • Pub
    • Dev Talk

Product Groups

  • Form Builder
  • ProFields
  • ProCache
  • ProMailer
  • Login Register Pro
  • ProDrafts
  • ListerPro
  • ProDevTools
  • Likes
  • Custom Development

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. Hi Guys, I have created a repeater area which outputs multiple maps. All works well bringing the different address etc in but each map displays the same data- only in the browser not within process wire. I assume its an issue with the way I have formatted it but am not sure. Does anyone have any ideas? Thanks, Melissa <?php foreach($page->maps_left as $maps_left) { echo "<div class='location_box {$maps_left->left_or_right}'>"; echo "<h1>{$maps_left->maps_left_title}</h1><p>"; echo "<p>{$maps_left->google_maps_left->address}</p><hr>"; $maps_left= $modules->get('MarkupGoogleMap'); echo "{$maps_left->render($page, 'map')}"; echo "</div>"; } ?>
×
×
  • Create New...