Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted May 2, 20169 yr 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?
May 4, 20169 yr Hello, $this->registry->getClass('output')->getTemplate('global')->userHoverCard( $author )
Archived
This topic is now archived and is closed to further replies.