Tip: Adding Sticker to Forum Signature with Hyperlink

Chat about anything... (as long as it is a sensible debate :-) )
Post Reply
User avatar
MonyMony
Forecaster
Forecaster
Posts: 180
Joined: Sun Aug 20, 2017 12:54 pm
Location: Elkton, Maryland, US
Station model: Davis Pro 2
Software: WeatherCat/Meteobridge
Contact:

Tip: Adding Sticker to Forum Signature with Hyperlink

Post by MonyMony » Thu Oct 12, 2017 12:21 pm

Hi All,

Wanted to pass on a small tip. For those of you that have added your template Sticker to your forum signature, it is possible to turn the graphic into a hyperlink. You can see this in action if you click on my sticker it will link you to my page. What you need to do is format the signature like this:

Code: Select all

[url=http://www.cecilweather.com][img]http://www.cecilweather.com/weather/cecil/plugins/stickers/stickerInteractive.php?text=Cecil%20County%20Weather%20-%20Elkton,%20Maryland,%20USA&image=01&border=2&type=interactive&dualUnits=1[/img][/url]
The key is to add the [url=http://{your site}] before the [img] and at the end of the signature string to add [/url].

Hope this is helpful to someone :lol:

Jay
Image

User avatar
Johnny
Developer
Developer
Posts: 313
Joined: Sat Aug 19, 2017 10:16 pm
Location: Watford, Hertfordshire, England
Station model: Davis Vantage Pro2 Plus
Software: Meteobridge
Contact:

Re: Tip: Adding Sticker to Forum Signature with Hyperlink

Post by Johnny » Thu Oct 12, 2017 12:33 pm

Brilliant - it works, thanks for this suggestion.

John
Image
Davis Vantage Pro2 Plus: http://www.watfordweather.uk

User avatar
Luc
Developer
Developer
Posts: 168
Joined: Mon Aug 21, 2017 6:40 am
Location: Paramaribo, Suriname
Station model: Davis Pro 2 (2x)
Software: WeeWX
Contact:

Re: Tip: Adding Sticker to Forum Signature with Hyperlink

Post by Luc » Thu Oct 12, 2017 1:03 pm

Perfect! Thanks a lot for the tip!
Image

User avatar
iatros
Language Admin
Language Admin
Posts: 145
Joined: Mon Aug 21, 2017 5:56 am
Location: Flims Waldhaus Switzerland
Station model: Davis Pro 2 6163
Software: Meteobridge
Contact:

Re: Tip: Adding Sticker to Forum Signature with Hyperlink

Post by iatros » Fri Oct 13, 2017 6:15 pm

Nice, thank you!
Image

Language Admin für Deutsch

User avatar
Jachym
Site Admin
Site Admin
Posts: 1686
Joined: Fri Aug 18, 2017 10:12 pm
Location: Brno, Czech Republic
Station model: WH1080
Software: Meteobridge
Contact:

Re: Tip: Adding Sticker to Forum Signature with Hyperlink

Post by Jachym » Fri Oct 13, 2017 6:39 pm

In case you want to try more tags, look up BBCode, this is what the forum uses ;)

User avatar
meteocaldas
Language Admin
Language Admin
Posts: 111
Joined: Fri Aug 25, 2017 7:56 pm
Location: Caldas da Rainha, Portugal
Station model: OS WMR-88A
Software: Cumulus
Contact:

Re: Tip: Adding Sticker to Forum Signature with Hyperlink

Post by meteocaldas » Fri Oct 13, 2017 8:24 pm

Jachym wrote: Fri Oct 13, 2017 6:39 pm In case you want to try more tags, look up BBCode, this is what the forum uses ;)
Thank you soooo much Jachym.
Now it is much easier for me to understand how to work with the tags :-)
I was already using the sticker hyperlink since the early days of the forum (thanks Kocher for teaching me!), but I also have to thank MonyMony for publishing this very usefull tip in the forum. Thanks.
http://www.meteocaldas.com/mtp
Image

User avatar
cw3beck
Observer
Observer
Posts: 24
Joined: Sun Aug 20, 2017 5:48 pm
Location: Huntsville, AL
Station model: Davis Pro 2
Software: Weather Display
Contact:

Re: Tip: Adding Sticker to Forum Signature with Hyperlink

Post by cw3beck » Sat Oct 14, 2017 12:30 pm

Thanks for the tip, Jay! I've been trying to figure this out for the last couple of weeks !

John B

Weerstation Afferden
Newbie
Newbie
Posts: 4
Joined: Sun Oct 08, 2017 2:24 pm
Location: Afferden (Limburg) Netherland
Station model: Davis Pro 2
Software: Meteobridge
Contact:

Re: Tip: Adding Sticker to Forum Signature with Hyperlink

Post by Weerstation Afferden » Sun Oct 15, 2017 5:48 pm

Thank you, it works fine.

Is it possible to translate the text in another language?
Image

User avatar
meteocaldas
Language Admin
Language Admin
Posts: 111
Joined: Fri Aug 25, 2017 7:56 pm
Location: Caldas da Rainha, Portugal
Station model: OS WMR-88A
Software: Cumulus
Contact:

Re: Tip: Adding Sticker to Forum Signature with Hyperlink

Post by meteocaldas » Mon Oct 16, 2017 1:44 am

Weerstation Afferden wrote: Sun Oct 15, 2017 5:48 pm Is it possible to translate the text in another language?
Jachym is the right person to answer that question, but I tried to do it and could not find any other solution than replacing all the ocurrences of the word "today" by the portuguese word "hoje" in stickerInteractive.php, like in this code example:

Code: Select all

Line 579: textCenter($png_image,($width/6 * 2)+$widthShift, $recordsTopHeight1, ("Hoje"), 3, 8, $mainColor, 0);
Image

User avatar
Jachym
Site Admin
Site Admin
Posts: 1686
Joined: Fri Aug 18, 2017 10:12 pm
Location: Brno, Czech Republic
Station model: WH1080
Software: Meteobridge
Contact:

Re: Tip: Adding Sticker to Forum Signature with Hyperlink

Post by Jachym » Mon Oct 16, 2017 7:24 am

Hi,
yes, correct, in the interactiveSticker.php you can replace the abbreviations with your own text

Weerstation Afferden
Newbie
Newbie
Posts: 4
Joined: Sun Oct 08, 2017 2:24 pm
Location: Afferden (Limburg) Netherland
Station model: Davis Pro 2
Software: Meteobridge
Contact:

Re: Tip: Adding Sticker to Forum Signature with Hyperlink

Post by Weerstation Afferden » Mon Oct 16, 2017 9:43 am

Thank you meteocaldas, it works fine...
Image

User avatar
MonyMony
Forecaster
Forecaster
Posts: 180
Joined: Sun Aug 20, 2017 12:54 pm
Location: Elkton, Maryland, US
Station model: Davis Pro 2
Software: WeatherCat/Meteobridge
Contact:

Re: Tip: Adding Sticker to Forum Signature with Hyperlink

Post by MonyMony » Mon Oct 16, 2017 8:59 pm

I am glad to see that my tip has been so helpful! :D
Image

martymoose
Observer
Observer
Posts: 12
Joined: Tue Aug 22, 2017 8:46 pm
Location: Pimpama, Qld, australia
Station model: Maxion
Software: Weewx
Contact:

Re: Tip: Adding Sticker to Forum Signature with Hyperlink

Post by martymoose » Mon Nov 06, 2017 7:48 pm

works here as well great work

thanks
Image

Post Reply