It is currently April 26th, 2024, 11:08 am

How to create a text link in your sig

General topics related to Rainmeter.
User avatar
jumper77
Posts: 132
Joined: October 13th, 2016, 2:07 am

How to create a text link in your sig

Post by jumper77 »

Hi, I noticed that some people are able to make a link that's something like "Download Here" and it will download. I can do it on another site but not here. If you don't mind... what's the trick?

thanks
Last edited by jumper77 on October 29th, 2016, 2:13 pm, edited 3 times in total.
USING: Rainmeter 4.0 Beta Release
User avatar
eclectic-tech
Rainmeter Sage
Posts: 5406
Joined: April 12th, 2012, 9:40 pm
Location: Cedar Point, Ohio, USA

Re: How to create a text link in your sig

Post by eclectic-tech »

In the post use the URL tags, then paste the link between the tags; this will show the actual link as text
Or add an equal sign to the opening URL tag (inside the bracket; [url=...) and paste the link after the equal sign, you can put any text in between the tags and that text will be displayed.

Examples:

Code: Select all

[url]https://forum.rainmeter.net/search.php?search_id=newposts[/url]
Creates: https://forum.rainmeter.net/search.php?search_id=newposts

or

Code: Select all

[url=https://forum.rainmeter.net/search.php?search_id=newposts]New Posts[/url]
Creates: https://forum.rainmeter.net/search.php?search_id=newposts
Last edited by jsmorley on October 29th, 2016, 5:22 am, edited 1 time in total.
Reason: Fiddled by jsmorley since I'm a busybody... ;-)
User avatar
jumper77
Posts: 132
Joined: October 13th, 2016, 2:07 am

Re: How to create a text link in your sig

Post by jumper77 »

eclectic-tech wrote:In the post use the URL tags, then paste the link between the tags; this will show the actual link as text
Or add an equal sign to the opening URL tag (inside the bracket; [url=...) and paste the link after the equal sign, you can put any text in between the tags and that text will be displayed.

Examples:

Code: Select all

[url]https://forum.rainmeter.net/search.php?search_id=newposts[/url]
Creates: https://forum.rainmeter.net/search.php?search_id=newposts

or

Code: Select all

[url=https://forum.rainmeter.net/search.php?search_id=newposts]New Posts[/url]
Creates: https://forum.rainmeter.net/search.php?search_id=newposts
Thanks. But I don't think I explained myself well. Mr. Morley's sig shows what I'm trying to do. For example, in his sig There is nothing but text. You don't see any of the actual link (http://....). So that's what I'm trying to do.
USING: Rainmeter 4.0 Beta Release
User avatar
eclectic-tech
Rainmeter Sage
Posts: 5406
Joined: April 12th, 2012, 9:40 pm
Location: Cedar Point, Ohio, USA

Re: How to create a text link in your sig

Post by eclectic-tech »

Fiddle with it... in your signature, use the second method and it will show only text (just like the links in my sig below) :)

@jsmorley ... I liked my examples, but maybe you can explain this better :?
User avatar
jsmorley
Developer
Posts: 22630
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: How to create a text link in your sig

Post by jsmorley »

eclectic-tech wrote:Fiddle with it... in your signature, use the second method and it will show only text (just like the links in my sig below) :)

@jsmorley ... I liked my examples, but maybe you can explain this better :?
It's still your examples, I just added versions with code tags so he could see the underlying "how". it's always hard to demonstrate how to use tags in the the forum, since unless you put them in code tags, showing them also uses them.
User avatar
jumper77
Posts: 132
Joined: October 13th, 2016, 2:07 am

Re: How to create a text link in your sig

Post by jumper77 »

Ok folks. I got it working using eclectic-tech's second example. Too bad clicking the "URL" (following the Img tag) doesn't let you do that. As I said, my programming site allows this. All you do is highlight some text then click "URL" and it will ask you for the http location. Then you have your text link.

thanks to both of you. I'll mark this as solved (with a check mark)
USING: Rainmeter 4.0 Beta Release
User avatar
jsmorley
Developer
Posts: 22630
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: How to create a text link in your sig

Post by jsmorley »

jumper77 wrote:Ok folks. I got it working using eclectic-tech's second example. Too bad clicking the "URL" (following the Img tag) doesn't let you do that. As I said, my programming site allows this. All you do is highlight some text then click "URL" and it will ask you for the http location. Then you have your text link.

thanks to both of you. I'll mark this as solved (with a check mark)
If you hover over any tag, it gives you some guidance on how to use it.
User avatar
jumper77
Posts: 132
Joined: October 13th, 2016, 2:07 am

Re: How to create a text link in your sig

Post by jumper77 »

jsmorley wrote:If you hover over any tag, it gives you some guidance on how to use it.
Thanks, if I hover over your tags though I get the link only without any text.
USING: Rainmeter 4.0 Beta Release
User avatar
jsmorley
Developer
Posts: 22630
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: How to create a text link in your sig

Post by jsmorley »

jumper77 wrote:Thanks, if I hover over your tags though I get the link only without any text.
No, I mean hover over the tag button in the forum post editor, and it will display a tooltip showing you how to use the tag in your post.
User avatar
jumper77
Posts: 132
Joined: October 13th, 2016, 2:07 am

Re: How to create a text link in your sig

Post by jumper77 »

jsmorley wrote:No, I mean hover over the tag button in the forum post editor, and it will display a tooltip showing you how to use the tag in your post.
Ok, I see now. Thanks. That way I will always know how to set it up in case I forget later :)
USING: Rainmeter 4.0 Beta Release