203 Posts
louispapera
10 years ago
Topic
Hellò, I created by SD field concat a URL field for have a link option.
When I work with list and search type in list view I would like to have a link about URL realized ( example: http://www.regione.sicilia.it/famiglia............), instead I receive a link about content.

See my page for more knowledge, please.

How I can do for resolve this problem ? Many thanks for all for the kind reply. Best regards, Louis
Get a VIP membership
693 Posts
rpoy
10 years ago
1
Level 1
Hi Louis,

In the List fields of your Search Type, you have the link going to content.  Instead, try custom link or an HTML Typography.  Then you can use the value of your field like so:

$cck->getValue('fieldname');

If you use the HTML typography, then you can do something like this:

<a href="/$cck->getValue('fieldname');">$cck->getValue('fieldname');</a>


Hope that helps,

Randy
203 Posts
louispapera
10 years ago
0
Level 2
Dear Randy, many thanks for your help.
I try using custom link and it has been wonderfull.
Many thanks again. Big Seblod.
Best regards, Louis
Get a Book for SEBLOD