rejetto forum

Software => HTML & templates => HFS ~ HTTP File Server => RAWR-Designs => Topic started by: Nick on April 14, 2010, 05:29:39 PM

Title: Change Website title
Post by: Nick on April 14, 2010, 05:29:39 PM
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
Title: Re: Change Website title
Post by: rejetto on April 15, 2010, 11:17:21 AM
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>
Title: Re: Change Website title
Post by: TSG on April 16, 2010, 08:31:32 AM
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.
Title: Re: Change Website title
Post by: IZ on July 14, 2010, 03:50:00 AM
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. :)
Title: Re: Change Website title
Post by: rejetto on July 14, 2010, 08:35:33 AM
maybe it's easier if you replace the banner file itself, without coding
Title: Re: Change Website title
Post by: ResidentG33k on July 31, 2010, 09:20:48 AM
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?