In loving memory of Kenis D. Keathley 6/4/81 - 3/27/22 Loving father, husband, brother, friend and firewood hoarder Rest in peace, Dexterday

Forcast in Signature

Discussion in 'Suggestions & Support' started by Papelletman, Sep 17, 2015.

  1. Papelletman

    Papelletman

    Joined:
    Sep 10, 2015
    Messages:
    71
    Likes Received:
    343
    Location:
    Plymouth Meeting Pa.
    I see alot of you show your forcast in your post, how do I do that??? :startled:
     
  2. Scotty Overkill

    Scotty Overkill Administrator

    Joined:
    Oct 1, 2013
    Messages:
    9,772
    Likes Received:
    66,250
    Location:
    Central PA
    I moved this over to the support forum, Papelletman . Maybe Grizzly Adam or someone there can get you pointed in the right direction.
     
    jtakeman likes this.
  3. Grizzly Adam

    Grizzly Adam Guest

    You've got to get the code from that weather site everyone is using and then use just the image info from it. If you need more help just let me know
     
  4. Papelletman

    Papelletman

    Joined:
    Sep 10, 2015
    Messages:
    71
    Likes Received:
    343
    Location:
    Plymouth Meeting Pa.
    here the whole code...now what?

    <span style="display: block !important; width: 320px; text-align: center; font-family: sans-serif; font-size: 12px;"><a href="Plymouth Meeting, PA | 68.7° | Clear" title="Plymouth Meeting, Pennsylvania Weather Forecast" target="_blank"><img src="http://weathersticker.wunderground....day_cond&airportcode=KLOM&ForcedCity=Plymouth Meeting&ForcedState=PA&zip=19462&language=EN" alt="Find more about Weather in Plymouth Meeting, PA" width="300" /></a><br><a href="Plymouth Meeting, PA | 68.7° | Clear" title="Get latest Weather Forecast updates" style="font-family: sans-serif; font-size: 12px" target="_blank">Click for weather forecast</a></span>
     
  5. Grizzly Adam

    Grizzly Adam Guest

    From the code you posted...
    Code:
    <img src="http://weathersticker.wunderground.com/weathersticker/cgi-bin/banner/ban/wxBanner?bannertype=wu_clean2day_cond&airportcode=KLOM&ForcedCity=Plymouth Meeting&ForcedState=PA&zip=19462&language=EN" alt="Find more about Weather in Plymouth Meeting, PA" width="300" />
    What you are looking for is the part that says <img src=' and then copy everything between it and the /> tag. This is your image url.

    Code:
    http://weathersticker.wunderground.com/weathersticker/cgi-bin/banner/ban/wxBanner?bannertype=wu_clean2day_cond&airportcode=KLOM&ForcedCity=Plymouth Meeting&ForcedState=PA&zip=19462&language=EN" alt="Find more about Weather in Plymouth Meeting, PA" width="300"
    And since xenforo uses BBS code you simply need to put that image url between IMG tags like so...

    Code:
    [IMG]http://weathersticker.wunderground.com/weathersticker/cgi-bin/banner/ban/wxBanner?bannertype=wu_clean2day_cond&airportcode=KLOM&ForcedCity=Plymouth Meeting&ForcedState=PA&zip=19462&language=EN" alt="Find more about Weather in Plymouth Meeting, PA" width="300"[/IMG]
    And your image should appear like so:

    [​IMG]
     
    DexterDay and Papelletman like this.
  6. HDRock

    HDRock

    Joined:
    Oct 4, 2013
    Messages:
    17,262
    Likes Received:
    60,487
    Location:
    Grand Blanc, MI,
    I just went to weather underground, found the ticker I wanted , copied and pasted it in signature
     
    wildwest likes this.
  7. Grizzly Adam

    Grizzly Adam Guest

    That doesn't work anymore.
     
    HDRock likes this.
  8. Papelletman

    Papelletman

    Joined:
    Sep 10, 2015
    Messages:
    71
    Likes Received:
    343
    Location:
    Plymouth Meeting Pa.

    THANKS!!! YOU ROCK!!!
     
  9. wildwest

    wildwest Moderator

    Joined:
    Jul 21, 2014
    Messages:
    30,625
    Likes Received:
    144,451
    Location:
    Coastal South carolina
    HDRock likes this.