PDA

View Full Version : Embedding hyperlinks in YORF posts


JRThro
06-29-2007, 09:23 AM
On YORF, why do normal html links not work?

Example:
<a href="http://plans.rocketshoppe.com/estes/est2013/est2013.htm">Estes Recruiter, kit #2013</a>

Instead, you have to use the [ URL ] and [ / URL ] syntax to enclose a hyperlink:
Estes Recruiter, kit #2013 (http://plans.rocketshoppe.com/estes/est2013/est2013.htm)

Solomoriah
06-29-2007, 09:40 AM
I'd guess that vBulletin is "sanitizing" the HTML code. Not all forum software allows embedded HTML code.

Eagle3
06-29-2007, 10:02 AM
I'd guess that vBulletin is "sanitizing" the HTML code. Not all forum software allows embedded HTML code.

That is correct

JRThro
06-29-2007, 01:26 PM
That is correct
Thanks, guys.

Daniel Runyon
07-02-2007, 09:49 AM
If you use the advanced post editor (either press the Go Advanced button under the posting box, or go to your control panal options and set it to always use advanced and then it will show when you press the Post Reply button) you can just highlight the text you want to be a link and then press the little Earth icon and input the URL... it will auto generate the hyperlink for you. It may sound like more trouble than just writing in the code, but once you've done it a couple of times it's near effortless.

Ltvscout
07-08-2007, 11:26 PM
If you use the advanced post editor (either press the Go Advanced button under the posting box, or go to your control panal options and set it to always use advanced and then it will show when you press the Post Reply button) you can just highlight the text you want to be a link and then press the little Earth icon and input the URL... it will auto generate the hyperlink for you. It may sound like more trouble than just writing in the code, but once you've done it a couple of times it's near effortless.
Thanks for giving that tip, Daniel.