Thank you for a nice hack!
I am sorry, but I am fiddling with the $forumdir too! can you plz help... My forumdir is /forums/upload
Here is the line in assistant.php:
$forumdir = "forums/upload"; // name of your forum directory
If I type ../forums/upload/assistant.php in the browser, I get the vb assistant up on that page.
EDIT: OK... I found it... also changed the path in the code to insert in headinclude so that the line with the path looks like:
window.open('/forums/upload /assistant.php?s=$session[sessionhash]','vbassistant','width=235,height=500,resizable=ye s,scrollbars=yes');
|