Jump to content

Changing tag URLs for custom lists.


andragor

Recommended Posts

Hi,

Intro: I have custom lists for many tag urls, e.g. /year/2019 for Click2Search's /alias/tag/year/2019. 

Task: change displayed Click2Search urls for shorter custom list ones.

Done: for single select fileds (PHP Based Formatting):

$url .='<a href="/year/'.$value.'">'.$value.'</a>';
return $url;

Problem: multiple select fields. The code above is not working because of an array instead of a string.

Help: Can you please hint me how to modify an array output for Click2Search urls the same way as with a string output?

Link to comment
×
×
  • Create New...