Best regards
I wanna put a link in this field but I don't wanna put www.google.com (For example), I wanna insert this link in this way
<a href= "http://www.google.com">GOOGLE</a>
Is this possible?
I saw that if put between "" a text plane works perfectly. (UPDATE cpg_pictures SET user2 = "Whatever")
But Is possible insert this kind of code?
Use bbcode.
Tnanks my friend. For all your for answers.
I Run this
UPDATE cpg_pictures SET user2 = "Whatever text [url]www.google.com[/url]"
Also try
UPDATE cpg_pictures SET user2 = "[url]www.google.com[/url]"
UPDATE cpg_pictures SET user2 = [url]www.google.com[/url]
But It don't works, What is wrong?
I'm looking in google a lot about this, but I just found
http://www.chronosight.net/view/2007/07/849-integrate-sql-query-with-bbcode.html
And I don't understand how do it
Sorry for post again. But is possible do that? Or It's difficult.
It's a support board run by volunteers. Patience is a virtue etc etc
http://forum.coppermine-gallery.net/index.php/topic,25286.0.html (http://forum.coppermine-gallery.net/index.php/topic,25286.0.html)
Thanks for your effort.
But I think that this link, talks about a field profile of user. I need do that for a "Custom Field Descriptions". The fields in Picture Information.
Is possible do this in these fields?
See if this helps: http://forum.coppermine-gallery.net/index.php/topic,27407.msg126522.html#msg126522 (http://forum.coppermine-gallery.net/index.php/topic,27407.msg126522.html#msg126522)