Hi, my custom filter is:
Search: /\[search](.+?)\[\/search]/
Replace: $result = views_embed_view('firmensuche', 'block_5_results',$matches[1]);
return $result;
PHP On
The nodes are not rendered correctly. On display in the view i use rendered entity.
For example guest-users can see the contextual links like edit, delete or manage display.
Is there any solution for this problem?
Closed: outdated
1.0
Code