Foren / Cotonti / Extensions / Support / Sidepanel plugin always redirects to itself at login

Twiebie
#38220 22. Oktober 2013, 22:04

If you want to do it with a plugin you should set the hook to ajax.

Call it like this:

<?php defined('COT_CODE') or die('Wrong URL');
/* ====================
  [BEGIN_COT_EXT]
  Hooks=ajax
  [END_COT_EXT]
  ==================== */

$t = new XTemplate(cot_tplfile('sidepanel', 'plug'));

$t->parse();
$t->out();
<!-- sidebar stuff -->
<div id="extruderRight" class="{title:'User Control Panel', url:'index.php?r=sidepanel'}"></div>

Note the index.php?r=sidepanel