1
I have installed WFDOWNLOADS and its working nice so far. But i have a problem. With a new File i can make a forum post to talk about that file, but the function seems not to take the right forum URL.
So the WFDOWNLOADS is searching for the Module Directory in the Root of the Webspace. But the whole XOOPS is in a subfolder of the Webspace and is working fine, all things.... even the forum.
So the site knows, where the forum is, and is happy with that
but the WFDOWNLOADS Module is looking for the Forum in the Root Path.
There was a file called
wfdownloads_singlefile.html and in this File were the following lines:
Quote:
Its poiting to the wrong path... so I fixed it...
Quote:
But its still not changing the link to the forum besides a download file.
And there is another file,
downloadinfo.php, where this function is:
Quote:
$xoopsforumModule = &$modhandler->getByDirname("newbb");
(the 1st character is wrong copied, sorry ;) )
So, how to make WFDOWNLOADS to understand that the forum path has to be changed ???
Wolfseye