News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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?