I can’t seem to find any way to edit keywords.
If I upload 200+ images using batch upload, how can I edit keywords later??
Do I need to start a new Post?? I don’t think I m going to get any reply here
BUT
I m a Good Learner
require('../include/init.inc.php');
include '../../../include/cp_header.php';
if ( file_exists("../language/".$xoopsConfig['language']."/admin.php") ) {
include_once "../language/".$xoopsConfig['language']."/admin.php";
} else {
include_once "../language/english/admin.php";
}
include_once XOOPS_ROOT_PATH."/include/xoopscodes.php";
include_once XOOPS_ROOT_PATH.'/class/module.errorhandler.php';
$myts =& MyTextSanitizer::getInstance();
$eh = new ErrorHandler;
echo "INDEX
"._AM_CATMNGR." ::
"._AM_USERMNGR." ::
"._AM_GROUPMNGR."
"._AM_BATCHADD." ::
"._AM_ECARDMNGR." ::
"._AM_PICAPP."
";
?>
require('../include/init.inc.php');
include '../../../include/cp_header.php';
if ( file_exists("../language/".$xoopsConfig['language']."/admin.php") ) {
include_once "../language/".$xoopsConfig['language']."/admin.php";
} else {
include_once "../language/english/admin.php";
}
include_once XOOPS_ROOT_PATH."/include/xoopscodes.php";
include_once XOOPS_ROOT_PATH.'/class/module.errorhandler.php';
$myts =& MyTextSanitizer::getInstance();
$eh = new ErrorHandler;
?>