Ya I learned that issue.. so I'm past that part... right now I'm getting the search to show up, but the values for half of the options are blank!?
Code:
chdir('/my/dir/mysite/forum/');
require('./global.php');
// #######################################################################
// ######################## START MAIN SCRIPT ############################
// #######################################################################
$navbits = array();
$navbits[$parent] = 'Test Page';
$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');
eval('print_output("' . fetch_template('search_forums') . '");');
EDIT: in IE, there are numerous Javascript errors when I include it as stated above... I think these are causing the problem. Another note, I'm not running this from within the vBulletin portion of my server, but one directory down.
--------------- Added [DATE]1213132230[/DATE] at [TIME]1213132230[/TIME] ---------------
EDIT EDIT:
memberlist_search template included doesn't work either... I must be missing an include or the javascript is screwing it up?
--------------- Added [DATE]1213156743[/DATE] at [TIME]1213156743[/TIME] ---------------
Here's a link to the test page to see what I mean:
Code:
http://www.streetstyle.com/search2.php
Any help appreciated