rejetto forum

Change Website title

Guest · 6 · 4479

0 Members and 1 Guest are viewing this topic.

Nick

  • Guest
Using the RAWR template - everything looks fantastic, I'm sure this is super easy, but when I log into my site the top says "HTTP File Server" is there anyway I can change that text - also can I change the image of the hand holding the globe.  Fairly simple changes, but everything else is practically perfect!  Thanks for the awesome software.  Currently running 2.3 beta, build 260


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
this is the best way that comes to my mind:
right click on the root/home > properties > diff template
and put this text

[+ ]
<style>
#header div { background:none; }
</style>


Offline TSG

  • Moderator
  • Tireless poster
  • *****
    • Posts: 1935
    • View Profile
    • RAWR-Designs
You can also use something like that to change the image to something you want.

If you mean the title value on the window, find the <title> markup and change it. It may also be a language variable (change it in the language file) I don't really remember.
« Last Edit: April 16, 2010, 08:40:48 AM by TSG »


IZ

  • Guest
IF I HAVE ANOTHER BANNER,WHERE SHOULD I EDIT THE CODING??
I KIND TRY NEW STUFF HERE,SO I DON'T KNOW MUCH ABOUT THIS HFS.

THANK FOR HELPING ME. :)


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
maybe it's easier if you replace the banner file itself, without coding


Offline ResidentG33k

  • Occasional poster
  • *
    • Posts: 1
    • View Profile
Its very simple. Go to Menu>HTML Template>Edit:

Look for the line:

Code: [Select]
<title>{.!lv_title.} - {.!lv_home.}%folder%</title>
and change
Code: [Select]
{.!lv_title.} if you still want to keep the folder part and just have the Server Header renamed.

So if you changed it to
Code: [Select]
<title>My Personal Web Server - {.!lv_home.}%folder%</title>
it will show

Quote
My Personal Web Server - Home/

Is that the result you're looking for?