// defined('_JEXEC') or die; //class plgSystemCustomredirect extends JPlugin //{ // public function onAfterInitialise() // { // $app = JFactory::getApplication(); // // // Only redirect on the frontend // if ($app->isClient('site')) //{ // $user = JFactory::getUser(); // // Only redirect logged-in users // if ($user->id > 0) { // Target URL (change to what you need) // $redirectUrl = 'index.php?option=com_content&view=article&id=1'; // Prevent infinite loop // $currentUrl = JUri::getInstance()->toString(); // Only redirect if not already on that page // if (strpos($currentUrl, $redirectUrl) === false) // { // $app->redirect(JRoute::_($redirectUrl, false)); // $app->close(); // Or use exit; // } // } // } // } // } JOHAN MAGNUSSON

Johan Magnusson is currently the Team Leader for the EU Strategies for the Danube and the Baltic Sea Regions at the European Commission

Johan Magnusson is currently the Team Leader for the EU Strategies for the Danube and the Baltic Sea Regions at the European Commission, Directorate General for Regional and Urban Policy (DG REGIO), Unit D.1 - Macroregions, Transnational/Interregional/External cooperation, Enlargement. For 3 years, he held a position as Head of Unit in Swedish national administration for LEADER/CLLD and fisheries; for 3 years, Maritime policy and EMFF in DG MARE; for 6 years, Coordinator for Cohesion Policy in Lithuania and Territorial and urban development in REGIO; for 9 years: Rural development in DG AGRI.