vForums Support > vForums :: Support :: > Forum name needs to be longer

Forum name needs to be longer - Posted By Nick (nickb) on 15th Oct 08 at 8:39pm
Forum URL:http://fd.vforums.co.uk
Experienced By:me
Browser:FF3
Operating System:Vista

Problem:
I only have one problem the forum name:
The Title I want is:
Final Destiny: The Final Chapter; a Final Fantasy VII Story, but it comes out to:
Final Destiny: The Final Chapter; a Fina

and well could you possibly make the field longer?

Thanks,
Darkmage

Re: Forum name needs to be longer - Posted By Nick (nickb) on 20th Oct 08 at 5:05am
Please Ross *PUPPY DOG EYES* I need it to have the name longer like my sites name is in the Title bar of the browser http://fdestiny.webs.com/

(I just don't know why that <br /> is there {Unsure} )

Re: Forum name needs to be longer - Posted By Ross (admin) on 20th Oct 08 at 9:47am
You can change the title in the browser with 1 line of Javascript:

<script type="text/javascript">
document.title = document.title.replace(/^(.+?)\-/, 'Final Destiny: The Final Chapter; a Final Fantasy VII Story -');
</script>

Re: Forum name needs to be longer - Posted By Nick (nickb) on 20th Oct 08 at 9:50am
Ahh ok, and I'm no good with JS {Tongue Out} I only know Basic tables at the moment.

Thanks {Smile}

Re: Forum name needs to be longer - Posted By Xikeon (xikeon) on 20th Oct 08 at 10:30am
 
You can change the title in the browser with 1 line of Javascript:

<script type="text/javascript">
document.title = document.title.replace(/^(.+?)\-/, 'Final Destiny: The Final Chapter; a Final Fantasy VII Story -');
</script>


Couldn't you just as well do this then?:

<script type="text/javascript">
document.title = 'Final Destiny: The Final Chapter; a Final Fantasy VII Story -';
</script>



...?

Re: Forum name needs to be longer - Posted By Jason (frufru) on 20th Oct 08 at 2:02pm
 
 
You can change the title in the browser with 1 line of Javascript:

<script type="text/javascript">
document.title = document.title.replace(/^(.+?)\-/, 'Final Destiny: The Final Chapter; a Final Fantasy VII Story -');
</script>


Couldn't you just as well do this then?:

<script type="text/javascript">
document.title = 'Final Destiny: The Final Chapter; a Final Fantasy VII Story -';
</script>



...?


There's additional text that changes in the title bar as you go to different pages, like:

Final Destiny: The Final Chapter; a Final Fantasy VII Story - Home
Final Destiny: The Final Chapter; a Final Fantasy VII Story - Login
Final Destiny: The Final Chapter; a Final Fantasy VII Story - Register

If you used that code, it would end up removing that particular part.

Re: Forum name needs to be longer - Posted By dog199200 (dog199200) on 20th Oct 08 at 8:46pm
i assume using censors don't work? That would of been the first thing i would of tried.

Re: Forum name needs to be longer - Posted By Nick (nickb) on 20th Oct 08 at 8:59pm
Censors are for the forum, anyways I tried it.

Re: Forum name needs to be longer - Posted By dog199200 (dog199200) on 20th Oct 08 at 9:06pm
oh i thought you meant the name on the forum, and i know they worked in PB, i just wasn't sure if ross had them setup the same, anyways ok nvm then.

Re: Forum name needs to be longer - Posted By Nick (nickb) on 21st Oct 08 at 9:05am
Yes the Title of the forum, The name that gives the forum a meaning. Its very soul. Like the name of this forum. vForums: Message Board Support - Home {Wink}