https://www.icyphoenix.com/viewtopic.php?f=26&t=1169&p=9120#p9120
-----------------------------------
Artie
Sat 24 Feb, 2007 03:46

Re: Can I Get A Link Or BBCode In This Field?
-----------------------------------
Simple way would be to modify the field variable in  album_showpage.php to make any text in that field a hyperlink

Example:
[codeblock]'Link_to_kit' => '<a href=" ' . $thispic['link_to_kit'] . ' ">' . $thispic['link_to_kit']. '</a>',[/codeblock]

Provided your users copy/paste or enter [b]http://www.link.com[/b] in that field


