Hello,
I have added the field article tile in the mainbody of list & search type - item view:
Link + Typographie
Link = View
Typographie: PHP String (substr)
I want that only the title will be cut. But seblod cuts now also the link.
I have also tried to use the BeforeRender field (code pack) instead of the typographie:
$fields['art_title']->value = 'new Value'; (for testing)
But this has no effect.
I want this result: Lorem ipsum... (as link)
Has someone a tip for me?