110
Hello Samuels,
I have the same problem with "saveAccess()" on the page : USERINFO.PHP (Error !!)
so, I have do a hack for change categorie into other subcategorie
File : index.php (folder ADMIN) :
After line 771 ($sform->addElement( new XoopsFormText( _MD_TITLEC, 'title', 50, 80, $title ), true );)
ob_start();
$mytree->makeMySelBox("title", "title", $pid, 1, "pid");
$sform->addElement( new XoopsFormLabel( _MD_MOVESUBIN, ob_get_contents() ) );
ob_end_clean();
Line 806 :
//$sform->addElement( new XoopsFormHidden( 'pid', $pid ) );
So add new define into folder language :
_MD_MOVESUBIN
thks
A+