Hello, I want to go to that forum with forum IPS. But before buying I need to know whether it is possible within the forum to open up different php scripts. On the forum the IPS is done so
And how to do it in XF2??
PHP:
<?php
require_once '/init.php';
\IPS\Dispatcher\External::i();
\IPS\Dispatcher\Build::i();
$content = 'Hello Hello';
\IPS\Output::i()->sendOutput( \IPS\Theme::i()->getTemplate( 'global', 'core' )->globalTemplate( 'Page Title', $content, array( 'app' => \IPS\Dispatcher::i()->application->directory, 'module' => \IPS\Dispatcher::i()->module->key, 'controller' => \IPS\Dispatcher::i()->controller ) ) );
?>