In admin/adminfunctions.php
Remove the code
PHP Code:
// ###################### Start maketableheaderview #######################
function maketableheaderview ($title,$anchor="",$htmlise=1,$colspan=6) {
// makes a two-cell spanning bar with a named <A> and a title
// then reinitialises the bgcolor counter.
global $bgcounter;
echo "<tr class='tblhead'><td colspan='$colspan'><a name=\"$anchor\"><font size='1'><center><span class='tblhead'>".iif($htmlise,htmlspecialchars($title),$title)."</span></center></font></a></td></tr>";
$bgcounter = 0;
}
In admin/index.php
Remove the code
PHP Code:
makenavoption("View/Edit/Add article","vbArticlesadmin.php?","<br>");
makenavoption("Add Category","vbArticlesadmin.php?action=addnewcat","<br>");
makenavoption("View all articles","vbArticlesadmin.php?action=viewbulk","<br>");
if ($valid == '1'){
makenavoption("Validate New","vbArticlesadmin.php?action=validate");
}
makenavselect("vbArticles");
In admin/template.php
Remove the code
PHP Code:
$only['vbArticles'] = 'vbArticles';
That would make it a clean uninstall