User Documentation link

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
rowan.bradley
Posts: 9
Joined: 24 Mar 2006, 17:17

User Documentation link

Post by rowan.bradley »

I've copied the Mantis user documentation to a "manual" sub-directory in the "mantis" directory on my local server, and I've changed the relevant line in config_inc.php to:
$g_manual_url = $g_absolute_path . 'manual' . DIRECTORY_SEPARATOR;
but now the User Docuentation link points to:
file:///c:/inetpub/wwwroot/mantis/manual/
which works if I'm on the server, but if I'm on a client accessing the system via the network, it tries to find the files on my local client machine.
How do I get it to find the files on the Mantis server?

Thanks - Rowan
Narcissus
Developer
Posts: 338
Joined: 17 Feb 2005, 09:45

Post by Narcissus »

Hi Rowan:

Try using $g_path instead of $g_absolute_path...

Hope this helps,
Lincoln.
Post Reply