Nick Very Senior Member
Posts: 3,012 Status: Offline Gender: Male Location: vForums Age: 34 Joined:
pmwww | Forum name needs to be longer (15th Oct 08 at 8:39pm UTC) | | 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 | |
|
Nick Very Senior Member
Posts: 3,012 Status: Offline Gender: Male Location: vForums Age: 34 Joined:
pmwww | Re: Forum name needs to be longer (20th Oct 08 at 5:05am UTC) | | 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 ) | |
|
Ross Administrator
Posts: 3,709 Status: Offline Gender: Male Age: 8 1⁄1 Joined:
Additional Groups: Support Team
pmwwwgtalkvForum | Re: Forum name needs to be longer (20th Oct 08 at 9:47am UTC) | | 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> | |
|
|
Nick Very Senior Member
Posts: 3,012 Status: Offline Gender: Male Location: vForums Age: 34 Joined:
pmwww | Re: Forum name needs to be longer (20th Oct 08 at 9:50am UTC) | | Ahh ok, and I'm no good with JS I only know Basic tables at the moment.
Thanks | |
|
Xikeon New Member
Posts: 4 Status: Offline Gender: Male Location: Netherlands Joined:
pmaimgtalkxfire | Re: Forum name needs to be longer (20th Oct 08 at 10:30am UTC) | | 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>
...? | |
|
Jason Moderator
www.random-image.net Posts: 223 Status: Offline Gender: Male Location: University of Waterloo, Canada Age: 35 Joined:
Additional Groups: Spell Checker
pmwww | Re: Forum name needs to be longer (20th Oct 08 at 2:02pm UTC) | | 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. | |
Image Randomizers - official vForums partner
^ Live stats ^ |
|
dog199200 Guest | Re: Forum name needs to be longer (20th Oct 08 at 8:46pm UTC) | | i assume using censors don't work? That would of been the first thing i would of tried. | |
|
Nick Very Senior Member
Posts: 3,012 Status: Offline Gender: Male Location: vForums Age: 34 Joined:
pmwww | Re: Forum name needs to be longer (20th Oct 08 at 8:59pm UTC) | | Censors are for the forum, anyways I tried it. | |
|
dog199200 Guest | Re: Forum name needs to be longer (20th Oct 08 at 9:06pm UTC) | | 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. | |
|
Nick Very Senior Member
Posts: 3,012 Status: Offline Gender: Male Location: vForums Age: 34 Joined:
pmwww | Re: Forum name needs to be longer (21st Oct 08 at 9:05am UTC) | | 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 | |
|