Hi georges,
I'm back for this problem.
I search and tried...
At the end, i'm lost with this new code.
As the code is completly different in my actual file, even if i try to search and replace, i have no occurence.
At the end, i'm not sure of what to replace, what to remove, what to add and where.
For example, if i search for code like "globalcats", i have no occurence.
This is the same for many vars in the new code.
I also have a mix in my actual file with vars J16GE and J130GE (before trying anything) like this :
Code:
defined('_JEXEC') or die('Restricted access');
$task_items = FLEXI_J16GE ? 'task=items.' : 'controller=items&task=';
$ctrl_items = FLEXI_J16GE ? 'items.' : '';
$tags_task = FLEXI_J16GE ? 'task=tags.' : 'controller=tags&task=';
// For tabsets/tabs ids (focusing, etc)
$tabSetCnt = -1;
$tabCnt = array();
$tags_displayed = $this->row->type_id && ( $this->perms['cantags'] || count(@$this->usedtags) ) ;
$close_btn = FLEXI_J30GE ? '<a class="close" data-dismiss="alert">×' : '<a class="fc-close" onclick="this.parentNode.parentNode.removeChild(this.parentNode);">×';
$alert_box = FLEXI_J30GE ? '<div %s class="alert alert-%s %s">'.$close_btn.'%s</div>' : '<div %s class="fc-mssg fc-%s %s">'.$close_btn.'%s</div>';
$btn_class = FLEXI_J30GE ? 'btn' : 'fc_button';
At this point, i'm lost on what to add, change, remove in this file.
You told me to take a look to the V3 : is is usable on prod site ? If i use this version and have more issues than solved problem, it's maybe not a good way to do

Thanks,
Xavier