1 (edited by MsTerious 2006-05-12 00:16)

Topic: Missing home

Hi,

We want to change 'Index' in the heading links to the words Forum home. 

However, only the first word is showing on the web page.

What do we need to do to get it to display as both words please, and would this take long to fix?

Thanks.

2

Re: Missing home

Hi,

Look in lang/English/common.php

// Stuff for the navigator (top of every page)
'Index'                    =>    'Forum home',

Re: Missing home

Thanks for this.  We have changed the code to say Forum home, but the problem is that the web page shows only the word Forum, the word 'home' is missing! 

Any idea why please, and how to fix it so that it displays as intended?

Re: Missing home

Works fine for me...

5 (edited by MsTerious 2006-05-12 02:07)

Re: Missing home

Thanks Smartys. 

I guess it's possible we've done something wrong without realising as we are new to using PunBB. 

Is there any chance you could you possibly post your code here if it's not too much trouble?  If it's working for you perhaps we could check for any differences and fix it by matching ours to yours, if we could see what we should expect in the code to get the words 'Forum home' (not just Forum) displaying in the links. 

BTW, did it take you long to do - I'm not a programmer so am not sure how complicated it is to make this change to the word in the code?