Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Need help splicing PHP header/menu on top of Filebrowser
Gents,
As usual, I am pressed a bit for time. I will be working on this today. You have been helpfull in the past. I am hoping for some assistance to today. I figured out a way to do this with filethingie. Now I need to find a way to do it with filebrowser.
I have a top menu that shows up on my site that is mostly Javascript and I splice it in to each page as an include header.php I am looking for some insight into where to splice the commands with filebrowser so that the menu sits similarly above the filebrowser information when viewed by a customer.
Can you help save me some trial and error time? Where do I splice it in? I realize I may need to do some output buffering in PHP.
You want to see the site in action and under construction go to www.highlandsmedicine.com and login as user: testcase , and password: password
0
This discussion has been closed.
Comments
// ------------------ // 5. WRITE PAGE HEAD // ------------------ // Define the current folder path $RootPath = substr(CurrentWebPath(),0,strlen(CurrentWebPath())-1); $CurrentPath = "<a href=\"$RootPath?fpp=".$Config->FilesPerPage."\">".str_replace("http://","",$RootPath)."</a>"; echo("<?xml version=\"1.0\" encoding=\"utf-8\"?> <!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\"> <html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-ca\"> <head>
Never considered javascript conflicts... those are a headache for me. Good luck!