Doppler

Doppler 1.1

No permission to download
Compatible XF 1.x versions
  1. 1.5
Description:

Shows a Doppler image in forum sidebar.

This add-on is designed for forums which are region specific. Having a Doppler which shows current weather can be very useful for certain types of forums where weather information greatly effects decisions made by the forum users.

Live example:

http://www.southbayriders.com/forums/

(Example of Doppler image)

pic001.jpg


(Example of Options page)

pic002.jpg


Features:
  • Doppler image is from the NOAA web site.
  • All phrases start with doppler_ for your convenience.
Installation:
  1. Download doppler_v1.1.zip and unzip it.
  2. From your Admin Control Panel, go to the "Install Add-on" page.
  3. Upload the addon-Doppler_v1.1.xml file.
  4. Click the Install Add-on button.
Requirements:

This add-on requires the following two add-ons located here:

https://xenforo.com/community/resources/sidebar-positions.3799/

https://xenforo.com/community/resources/sidebar-extra-one.3815/

Setup Part 1:

Doppler Remote URL

In order to find the correct Doppler image for your forum, you need to go to this URL:

http://radar.weather.gov/Conus/full_lite_loop.php

click the map on the nearest city where you want the Doppler to show. The page will show a Doppler image, right=click the Doppler image and save the URL.

Example:

Code:
http://radar.weather.gov/lite/N0R/MUX_loop.gif

Enter this URL into the Doppler Options page "Sidebar Image" field.

Setup Part 2:
  1. 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">
    <a href="{$xenOptions.dopplerSidebarImage}"><img src="{$xenOptions.dopplerSidebarImage}?{$serverTime}" width="100%"></a><a href="{$xenOptions.dopplerSidebarImage}">{xen:phrase doppler_large_view}</a>
    </div>
    
    </div>
    </div>
    
    </xen:if>
  2. Set the Options page for Sidebar Positions, the Sidebar Extra One number will determine the Doppler sidebar block position.
Questions and Answers:

Q: Will this work with other frameworks?​
A: No.​
Sending a donation:

If you like this add-on, please consider sending a small donation.

https://www.paypal.me/andybajka

Thank you.
Author
AndyB
Downloads
48
Views
660
First release
Last update

Ratings

5.00 star(s) 4 ratings

More resources from AndyB

Latest updates

  1. See description.

    Doppler v1.1 changes: 1) Updated for use with Sidebar Positions add-on. 2) Simplified Options...

Latest reviews

A masterpiece of an add-on! Just what I was looking for for my forums! Thank you so much! All of your add-ons should be part of the core of Xenforo!
How cool is that! Great Add-on, having the Doppler weather radar displayed on our forum complements the forums look and feel. Andy your attention to detail is impressive. Keep up the great work! Without some of your add-on’s our forum would not be as active as it has become. Nor would it be such a cool forum to belong. Thanks for the countless hrs of hard work you have put into all your add-on’s.
This is a *must-have* for any local or regional community site or forum! Thank you for yet another awesome mod!
Awesome addon for local community forum!!!!!
Top Bottom