Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Interferon Posted May 2, 2016 Posted May 2, 2016 I want to insert the user hovercard template into a PHP page. In an HTML page it would be done like this: {parse template="userHoverCard" group="global" params="$author"} This produces an error when inserted in a PHP page. How can I correctly include templates like this in PHP, in IP.Content?
newbie LAC Posted May 4, 2016 Posted May 4, 2016 Hello, $this->registry->getClass('output')->getTemplate('global')->userHoverCard( $author )
Recommended Posts
Archived
This topic is now archived and is closed to further replies.