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.
change the "home" link at the top..
ewm
New
I've just installed Filebrowser and all went well. The one thing that I'd like to change is the link in the upper right that takes you back to the main directory. On my install it goes back to http://www.mysite.com/myfiles?fpp=10 and I get and error "Directory Listing Denied - This Virtual Directory does not allow contents to be listed."
How can I change it to go back to http://www.mysite.com/myfiles/index.php so I don't get the error?
I've added that link to the introduction section, but that's not very elegant.
Thanks for any help you can send my way...
0
This discussion has been closed.
Comments
<PageTitle>[a href="http://localhost/Vanilla.1"]Home[/a] Lussumo Filebrowser 1.3.4</PageTitle>
Then, in the index.php file, I added:
$this->PageTitle = str_replace("[","<", $this->PageTitle); $this->PageTitle = str_replace("]",">", $this->PageTitle);
after:
$this->PageTitle = $XMan->GetNodeValueByName($MyConfig, "PageTitle");
so that it would convert the [] to the link tag as in the PageIntroduction.