Can LayeredPanel work in html?

Discussion in 'HTML & Website Design' started by Website Tiger, Nov 22, 2008.

  1. #1
    Well I've spent the last full week trying to come up a way to use layered panel in html instead of jsp language and have not gotten any where... do you guys know any way to code a layered panel website in html? (I'm talking about the main layered panel root where you go signup, login etc...)
     
    Website Tiger, Nov 22, 2008 IP
  2. !Unreal

    !Unreal Well-Known Member

    Messages:
    1,671
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    165
    #2
    HTML does not have the power to do it. There are simply not the codes to do it...

     
    !Unreal, Nov 22, 2008 IP
  3. jphilipson

    jphilipson Peon

    Messages:
    167
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yes, you can change the file type (extension) in the admin, and change your file extensions to match in /var/wkscript/www ... But you cannot change the actual file, which is PHP. The layered panel actually uses the .jsp or whatever you change it to for security by obscurity. The files are actually PHP with parsed templates. Let me know if you need any help.
     
    jphilipson, Nov 22, 2008 IP
  4. Website Tiger

    Website Tiger Guest

    Messages:
    351
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Right, I've seen that option too but if I code a template in html and change the file extention in Layered Panel admin what would I need to edit to get the login and control panel working?
     
    Website Tiger, Nov 22, 2008 IP
  5. !Unreal

    !Unreal Well-Known Member

    Messages:
    1,671
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    165
    #5
    You will need to edit the .jsp file to style it.
     
    !Unreal, Nov 22, 2008 IP
  6. jphilipson

    jphilipson Peon

    Messages:
    167
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #6
    It needs to code in the .jsp files which is PHP... the actual (html) templates are in /var/wkscript/www/templates, but the short answer to your question, it cannot be just html, it needs the php code for the system to work. There are a few places that sell custom templates for the system that are much nice than the default.
     
    jphilipson, Nov 22, 2008 IP
  7. mknjhill

    mknjhill Member

    Messages:
    48
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #7
    jsp and html are different languages, it MIGHT be able to convert to php but html is static.
     
    mknjhill, Nov 22, 2008 IP