rejetto forum

Software => HFS ~ HTTP File Server => HTML & templates => Topic started by: jake59 on December 13, 2007, 07:02:27 AM

Title: Basic Template w/o Login?
Post by: jake59 on December 13, 2007, 07:02:27 AM
Anyone have a basic template without the login and just lists the files and upload button?

Thanks,

john
Title: Re: Basic Template w/o Login?
Post by: Foggy on December 13, 2007, 07:08:15 AM
Have you tried the default template?
Title: Re: Basic Template w/o Login?
Post by: TSG on December 13, 2007, 07:28:32 AM
I'm confused, is your name jake or john  ;)
Title: Re: Basic Template w/o Login?
Post by: jake59 on December 13, 2007, 08:46:30 AM
Name is john but nickname is jake.

Yes, but the default page has a login.
Title: Re: Basic Template w/o Login?
Post by: Foggy on December 13, 2007, 08:49:47 AM
your not going to get a template without a login link unless you edit one and remove it, but all someone has todo is append ~login to the end of your server address and they can login.
Why do you want to not have a login link?
Title: Re: Basic Template w/o Login?
Post by: jake59 on December 13, 2007, 12:57:23 PM
Because anyone can upload files to my webserver. It seems pretty silly to have a password for everybody and post it on the main page. It would be less hassle to not have a username and password at all.

I do not know enough about css to edit one without a lot of time involved in trial and error.
Title: Re: Basic Template w/o Login?
Post by: Foggy on December 13, 2007, 01:13:59 PM
Try this, it is the default template with the login links removed. But remember people can still attempt to login by accessing /~login
Title: Re: Basic Template w/o Login?
Post by: rejetto on December 13, 2007, 02:54:02 PM
if you are using the last beta, just remove this line
Code: [Select]
{{if not| %user%          | <li><a href="~login"><img src="/~img27" /> Login</a></li> }}

FYI, if you modify the default template, when you upgrade HFS, any news in the template is not applied.
to get the news, you'll have to restore the default template, then re-apply your changes.
Title: Re: Basic Template w/o Login?
Post by: jake59 on December 13, 2007, 08:11:37 PM
Thanks.

Try 216.51.136.136:800 and see if it still works right.
Title: Re: Basic Template w/o Login?
Post by: Foggy on December 14, 2007, 03:16:07 AM
It appears to be working fine.
Title: Re: Basic Template w/o Login?
Post by: jake59 on December 14, 2007, 04:00:42 AM
Thanks!