rejetto forum

Welcome screen

0 Members and 1 Guest are viewing this topic.

Offline GENUINE

  • Occasional poster
  • *
    • Posts: 6
    • View Profile
hey, how can i make it so that when someone goes on my hfs the have to first click enter on a welcome page??


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
there's no such feature ready to use in HFS, so you need to make it yourself using cookies and javascript.
Logic will be:

if !welcome_cookie then
  set welcome_cookie
  remember current page address in another cookie
  redirect to welcome page

and in the welcome page, a "continue" button that redirect to the saved address.

This requires some work if you are good with javascript.
Or days of headaches if you are not.


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
more: it could be done as a sort of plugin by an advanced and willing user, for the good of others :)


Offline GENUINE

  • Occasional poster
  • *
    • Posts: 6
    • View Profile
yes a plugin would be nice but i dont know how to do it so i guess i will have to wait till its made.


DSJ

  • Guest
What i did for a welcome screen was make a quick template html template with images serving as the different options and added the template as an overlay for the / root.


Offline Stonesteel

  • Occasional poster
  • *
    • Posts: 31
    • View Profile
I made one using this settings, as what DSJ said, made a template and added as an overlay for the root. Hope this helps





"No Matter How Gifted You Are, Alone Cannot Change The World."


Offline sosmicro

  • Occasional poster
  • *
    • Posts: 1
    • View Profile
I made one using this settings, as what DSJ said, made a template and added as an overlay for the root. Hope this helps

Hi...

you have a picture of this your page you can show us?

best regards.