Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted July 21, 20213 yr Fillow manual I can sent variables only to first column in template. \IPS\Output::i()->output = \IPS\Theme::i()->getTemplate( 'app1', 'app1_module', 'front' )->newslist($title, (array) $variables); Is it possible to send it to second column? Regards,
July 21, 20213 yr What do you mean with the second column? If you mean the sidebar, following code should accomplish this: \IPS\Output::i()->sidebar['contextual'] .= \IPS\Theme::i()->getTemplate( 'app1', 'module' )->sidebartemplate( $yourVariables );
July 21, 20213 yr Author Thanks I have to make sidebartemplate.phtml in html folder and it will be work? Edited July 21, 20213 yr by Bazilisk