Topic: change link

Where it says INDEX on the main forums How do I change that domain to something else. I am changing domains and would like to change the Link domain of INDEX n Title.

Re: change link

Go to 424 line of  the "<FORUM_ROOT>/include/functions.php" and replace

forum_link($forum_url['index'])

with

'http://yourdomain'

Re: change link

Slavok wrote:

Go to 424 line of  the "<FORUM_ROOT>/include/functions.php" and replace

forum_link($forum_url['index'])

with

'http://yourdomain'

I have tried that but it doesn't work.