rejetto forum

please help

dakota · 26 · 19678

0 Members and 1 Guest are viewing this topic.

Offline dakota

  • Occasional poster
  • *
    • Posts: 13
    • View Profile

how do i do this an how do i make more that one user? think you please help


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13523
    • View Profile
Quote from: "dakota"
how do i do this
first: does that come from hfs? is that an edited template or saved webpage?

Quote
how do i make more that one user?
switch to expert mode
menu -> other options -> users


Offline dakota

  • Occasional poster
  • *
    • Posts: 13
    • View Profile
yes this page i on my hfs it is a saved page
and when i add users it does not let them log in only my rood password works


Offline dakota

  • Occasional poster
  • *
    • Posts: 13
    • View Profile
it is not a template but i can edit the html on my page i want people to beable to go to the home page without a login but only the home page think you


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13523
    • View Profile
the "login box" is just a link to the url /~login


Offline ~GeeS~

  • Tireless poster
  • ****
    • Posts: 269
  • "The web was made for sharing..."
    • View Profile
If I understand your problem well, you want to have a "public" homepage, from were you can log on to HFS.
My customised template "Grey" does exactly what you want. You might try it. The code listing is published in the template section of the forum.
In order to get it working, you have to set a user:pass for your subfolders, not for the root!
You can modify the template to your reqirements.
~GeeS~


Offline dakota

  • Occasional poster
  • *
    • Posts: 13
    • View Profile
is ther a code i can put on my index.html to log in without using the template i have my template set up to mach my home page


Offline dakota

  • Occasional poster
  • *
    • Posts: 13
    • View Profile

Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13523
    • View Profile
i don't know
maybe not
because it uses HTTP authentication, is different than one you find on forums (for exampel)


Offline dakota

  • Occasional poster
  • *
    • Posts: 13
    • View Profile
how can i make it so that people can download whole folders
ps i will try to find a way to make that work and if i do i will post it the login thing


Offline dakota

  • Occasional poster
  • *
    • Posts: 13
    • View Profile

Offline maverick

  • Tireless poster
  • ****
    • Posts: 1052
  • Computer Solutions
    • View Profile
HFS doesn't support php... yet.  (may be a long time before support is added).
maverick


Offline dakota

  • Occasional poster
  • *
    • Posts: 13
    • View Profile
there is no way anyone can think of a way to get this to work


Offline maverick

  • Tireless poster
  • ****
    • Posts: 1052
  • Computer Solutions
    • View Profile
HFS is http server software.  The login type you want to show is for forum software.  Two different types of login authentication.  So, no - what you want won't work the way you want it to.
maverick


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13523
    • View Profile
i had an idea
a javascript that onClick builds an url like http://user:password@server/~login
then move the browser to that url

it may work