vForums Support > vForums :: Support :: > forum name - Home

forum name - Home - Posted By Nick (nickb) on 11th Sep 08 at 12:31am
Forum URL: n/a
Experienced By: no one
Browser:FF3
Operating System: Vista

Problem:
No problem, I just wanna know how I can change forums name - Home to forums name - Forum

Like lets say

FFVII: {Forbidden}~{Reunion} - Forum

How will I be able to do that?

Thanks,
Darkmage

Re: forum name - Home - Posted By Ross (admin) on 11th Sep 08 at 8:27am
<script type="text/javascript">
<!--
document.title = document.title.replace(/- Home/, '- Forum');
//-->
</script>


Try that in the Main Header {Smile}

Re: forum name - Home - Posted By Nick (nickb) on 11th Sep 08 at 8:30am
Thanks Ross once again, it works! {Grin}

I had a 99.9% thought that this was for coding, but was not sure if you could change it your self.