Description:
Shows a Google traffic map in the sidebar.
Live example:
South Bay Riders
(Example of traffic map)
(Example of Options page)
Installation:
This add-on requires the Sidebar Positions add-on located here:
Sidebar Positions
Set-up:
Shows a Google traffic map in the sidebar.
Live example:
South Bay Riders
(Example of traffic map)
(Example of Options page)
Installation:
- Download traffic_v1.1.zip and unzip it.
- Upload the Andy folder to your server. The correct location is library/Andy.
- From your Admin Control Panel, go to the "Install Add-on" page.
- Upload the addon-Traffic_v1.1.xml file.
- Click the Install Add-on button.
This add-on requires the Sidebar Positions add-on located here:
Sidebar Positions
Set-up:
- Create a folder called "misc" in the document root of your server.
http://www.example.com/misc
- Copy Andy/Traffic/traffic_small.php to the "misc" folder.
- Copy Andy/Traffic/traffic_large.php to the "misc" folder.
- Edit the Traffic Options page to indicate locations of the two files copied in the previous steps.
- Add the following code to the andy_sidebar_extra_one template:
Code:
<xen:if is="{$visitor.permissions.sidebarExtraOneGroupID.sidebarExtraOneID}">
<div class="section">
<div class="secondaryContent">
<h3>{xen:phrase sidebarextraone_title}</h3>
<div class="sidebar_wrapper">
<iframe width="230" height="280" src="{$xenOptions.trafficSmallView}" scrolling="no" frameborder="no"></iframe>
<a href="{$xenOptions.trafficLargeView}">{xen:phrase traffic_large_view}</a>
</div>
</div>
</div>
</xen:if>
- Edit the two PHP files in the /misc/ folder to change the coordinates that suit your desired location. Google coordinates are easily found by using Google Maps and looking at the URL.
- Set the Options page for Sidebar Positions, the Sidebar Extra One number will determine the Traffic sidebar block position.
Q: Will this work with other frameworks?
A: No.
A: No.