
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
<?php
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 "<table><tr><td><b><a href='index.php'>INDEX</a></b></td>
<td align='center'>
<b><a href='catmgr.php'>"._AM_CATMNGR."</a></b> ::
<b><a href='usermgr.php'>"._AM_USERMNGR."</a></b> ::
<b><a href='groupmgr.php'>"._AM_GROUPMNGR."</a></b><br />
<b><a href='searchnew.php'>"._AM_BATCHADD."</a></b> ::
<b><a href='ecardmgr.php'>"._AM_ECARDMNGR."</a></b> ::
<b><a href='../editpics.php?mode=upload_approval'>"._AM_PICAPP."</a></b>
</td></tr> </table>
<br /><hr />";
?>
<?php
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;
?>