Before you ask please READ THIS

Album info

in PhotoProof Posts: 115
It's possible to remove http(s)::// in album info so that it can be seen only www.somewebsite.com

Current: https://www.robertobilic.com/album/pula

Comments

  • AirAir
    Posts: 10,970
    Hey :-)

    The string that you provide in album info is treated by make_clickable function, and as I have checked now when it converts a string to to link it add protocol in both text and link.

    So it is either linking or removing link, and keeping your version of field.

    If you want to change it go to photoproof\advance\utilities\cpt.php line ~29 and change
                    else{
                        $fields .= '<span><em>'.$pieces[0].'</em>'.make_clickable($pieces[1]).'</span>';
                    }
    to
                    else{
                        $fields .= '<span><em>'.$pieces[0].'</em>'.$pieces[1].'</span>';
                    }
    With kind regards.
  • Posts: 115
    Thanks
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion