Jump to content

Search the Community

Showing results for tags 'mapmarkerfieldtype'.

  • 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 everyone I'm trying to put the map into my sidebar (i'm still using the default sidebar approach). the sidebar is in head.inc, the map would be in a template. Is it possible to append the $map-variable to the sidebar field or do i have to work around that? Code for the sidebar (this is in head.inc): if($page->sidebar) echo $page->sidebar; else echo $homepage->sidebar; $map (this will be in event.php, a template): $map = $modules->get('MarkupGoogleMap'); echo $map->render($page, 'map', array('markerTitleField' => 'mapMarkerTitle', 'useMarkerSettings' => 'true', 'markerLinkField' => '', 'useHoverBox' => false, 'icon' => $config->urls->templates . 'images/marker.png' )); You can view the page here: http://caladthalad.larp-treibgut.de/web/events/calad-thalad-6/ the map should appear above the navigation right to the content. I'd be more than thankful if someone had a suggestion^^ Edit: Okay, i found my problem (i guess): I was trying to change the sidebar after it was rendered, which doesn't make much sense^^
×
×
  • Create New...