CMS MADE SIMPLE FORGE

CGGoogleMaps

 

[#7703] link in the sidebar don't work.

avatar
Created By: Jean-Marc Lerouge (jeanlechauve)
Date Submitted: Fri Mar 16 17:01:01 -0400 2012

Assigned To:
Version: 2.2.7
CMSMS Version: 1.10.3
Severity: Major
Resolution: None
State: Open
Summary:
link in the sidebar don't work.
Detailed Description:
If I have map id1 on page 1 and map id 2 on page 2, the sidebar links on page 2
don't work.

temporary solution : replace template : <span
class="cggm_sidebar_item_title">{if $map->info_window}<a
rel="{$map->get_id()}::{$marker_name}"
class="cggm_sidebar_title_link">{$item->get_title()}</a>{else}{$item->get_title()}{/if}</span>
with <span class="cggm_sidebar_item_title">{if $map->info_window}<a
rel="{$mapinstance}::{$marker_name}"
class="cggm_sidebar_title_link">{$item->get_title()}</a>{else}{$item->get_title()}{/if}</span>
Unfortunately, if you have multiple cards on the same page, they all open the
clicked link address


History