andragor Posted April 4, 2019 at 09:56 AM Share Posted April 4, 2019 at 09:56 AM 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
Alejandro Posted April 4, 2019 at 10:55 AM Share Posted April 4, 2019 at 10:55 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
andragor Posted April 4, 2019 at 01:28 PM Author Share Posted April 4, 2019 at 01:28 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted April 4, 2019 at 01:38 PM Share Posted April 4, 2019 at 01:38 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
andragor Posted April 4, 2019 at 01:46 PM Author Share Posted April 4, 2019 at 01:46 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted April 4, 2019 at 02:17 PM Share Posted April 4, 2019 at 02:17 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.