I'm working on installing this hack and in the instructions I need some help. I can find the following lines in my admin index.php for the following instruction step.
Code:
++----------------------------------------------------------
++----------------------------------------------------------
++ Open admin/index.php in your forum admin dir and find:
++----------------------------------------------------------
makenavoption("New Posts","../mod/moderate.php?action=posts","<br>");
makenavoption("New Attachments","../mod/moderate.php?action=attachments");
makenavselect("Moderation","<hr>");
// ***
++----------------------------------------------------------
++ REPLACE the above code with:
++----------------------------------------------------------
makenavoption("New Posts","../mod/moderate.php?action=posts","<br>");
makenavoption("New Attachments","../mod/moderate.php?action=attachments");
makenavselect("Moderation");
// ***
makenavoption("View/Edit","weblinksadmin.php?","<br>");
makenavoption("Add Catagory","weblinksadmin.php?action=addnewcat","<br>");
makenavoption("Add new Link","weblinksadmin.php?","<br>");
makenavoption("View ALL Links","weblinksadmin.php?action=viewbulk","<br>");
if ($valid == '1'){
makenavoption("Validate New","weblinksadmin.php?action=validate");
}
makenavselect("Drk's Links Directory","<hr>");
++----------------------------------------------------------
Can somebody help me? I'm running a slightly older version of VB and I really want this hack. I don't even have any instances of the word "makenavoption" in my admin index. Can somebody please help me get this into my admin index?
Also, does this step just add links? If nothing else, I should be able to visit the links manually, right?
Thanks for any help you can provide!