Can I put links with href in "Custom Field Descriptions"? Can I put links with href in "Custom Field Descriptions"?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Can I put links with href in "Custom Field Descriptions"?

Started by AlexBarTender, December 06, 2008, 08:53:20 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

AlexBarTender

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?


AlexBarTender

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?

AlexBarTender


AlexBarTender

Sorry for post again. But is possible do that? Or It's difficult.

Hein Traag


AlexBarTender

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?