Page 1 of 1
Post a Link as Clickable Text
Posted: Sat Jun 03, 2017 5:42 pm
by jerryd6818
Dennis (deo-pa) asked in another thread how to make a URL clickable text. Here it is. Do a reply with quotes to this post to see the nuts and bolts of the procedure although the bottom line should be enough.
This is a sample:
Click Here to see El Paso Texas Crime Rates.
Put your url here[/b]]Put your text here
Edit: I'm sorry I didn't explain where to get the URL (address) to insert right after the first bracket - [
I don't think I can get it any more simple than this.
Re: Post a Link as Clickable Text
Posted: Sat Jun 03, 2017 8:44 pm
by Tsar Bomba
In the editor, if you click the "
URL" button with your desired display text for the link highlighted, it will place the bbcode tags for you and you can simply manually add the "=
http://blahblah.com" portion inside the first set of brackets. If you surround the text of a link with the "url" tag, however, it will just show the display text as the URL itself.
Re: Post a Link as Clickable Text
Posted: Sat Jun 03, 2017 9:08 pm
by jerryd6818
Tsar Bomba wrote: If you surround the text of a link with the "url" tag, however, it will just show the display text as the URL itself.
If I'm not mistaken, that's what Dennis had in mind. We'll have to ask him.
Re: Post a Link as Clickable Text
Posted: Sat Jun 03, 2017 9:35 pm
by Tsar Bomba
I do believe in phpbb it is a configurable option. Some implementations give you the option to use a pop-up box asking for the URL as input, so it builds the whole [url] tag set by itself. It's probably good not to overcomplicate some functions, however, considering the more informal nature of our clientele, right?

Re: Post a Link as Clickable Text
Posted: Sun Jun 04, 2017 10:48 pm
by kootenay joe
I would love to know how to do this but i do not understand what is being said. Even "URL" i'm unsure of; is this the line at the top of the screen that starts with "https".
Can it be explained without assuming reader knows computer lingo ? i.e. explain without the computer 'lingo' ?
thanks, kj
Re: Post a Link as Clickable Text
Posted: Sun Jun 04, 2017 11:12 pm
by #goldpan
I hope that I can remember this stuff. I learned it many years ago...
Put your text here
URL: Uniform resource locator which is the address that begins http://
http:// hyper text transfer protocol, this is the address that you want your text to take you.
The first bracket at the beginning of url indicates the start program line. Then the = sign tells the program the address to go to when the line is clicked. The next bracket closes that portion of the code. It also hides the url so that it wont be seen. Your text is next and appears in place of the hidden url. The next bracket starts another command code. In this case /url and the last bracket which ends the line of code. The / indicates end of the url code.
Dang now my brain hurts. I am pretty sure its right, but I did it all from memory and should be held suspect

Re: Post a Link as Clickable Text
Posted: Mon Jun 05, 2017 12:18 am
by kootenay joe
Thank you. BIG Help !
So you put a bracket, then =, then the copied URL, then another bracket ?
then type in whatever text you want, then bracket, then / and then ?? just type in "url" ? or put in the full copied url same as before the text ?
kj
Re: Post a Link as Clickable Text
Posted: Mon Jun 05, 2017 12:58 am
by #goldpan
KJ after the / just type url like so, [/url]
Re: Post a Link as Clickable Text
Posted: Mon Jun 05, 2017 3:35 am
by jerryd6818
The OP (original post) has been modified (updated with new information) to attempt to remedy my failure to explain what a URL (internet address) is. Please let me know if it needs further simplification.
Re: Post a Link as Clickable Text
Posted: Mon Jun 05, 2017 11:05 am
by kootenay joe
Randy, thanks for this additional info. Now i do understand !
And Jerry your original post with instructions was clear to probably 99% of those who read it. Now with the extra info even i understand fully so anyone can, 100%. Thanks for your patience & effort to help me.
kj