Results 1 to 4 of 4

Thread: Site Structuring
      
   

  1. #1
    Bryan Hogan is offline Private First Class
    Join Date
    Jun 2011
    Posts
    5

    Default Site Structuring

    The goal is that a user is presented with two choices at a site, a "General Audience" selection and a "Family" selection.

    When the user selects one or the other, I would like the contents to be solely those of that realm selection. I can get it to work OK by rebuilding and renaming pages, which is expected, but it would be far more convenient, and I would feel more professional, if I could accomodate 'launching' the General or Family selection as discrete resources.

    I'm afraid I don't have enough experience yet to know if this can be accomodated, or if I am even asking the question coherently enough!


    Thank You...

  2. #2
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Site Structuring

    It is rather unclear what you need to do.

    If you want to redirect users automatically to different sections you would usually create a protected page, and provide the password to the "family" members. In this protected page you would need a piece of code that would set a cookie to the visitors computer.
    Once they have visited this page once, the cookie is set and the next time they visit they are recognized automatically as "family" members and thus redirected to the "family" pages.

    You need some code for this and your pages should be .php
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  3. #3
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    13,612

    Default Re: Site Structuring

    Much easier to simply create a Password Protected Directory to provide a "separate" website altogether with a single Password access rather than the confusing method or protecting individual pages and issuing multiple permissions.

    You'll find the Tutorial on how to do this here.

    You can have a distinct completely Password Protected website within a website, such as would look like this: http://www.YourDomain.com/family
    . VodaWebs....Luxury Group
    * Success Is Potential Realized *

  4. #4
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Site Structuring

    But, IF I correctly understood this, Bryan's question has actually nothing to do with protection, it has to do with automatically recognizing a visitor and automatically redirecting him to the correct section of the site.

    The protected page I suggested ONLY serves the purpose of setting the cookies, it will not be used for anything else.

    And, in all cases, even if we were talking about protection, using Single Page protect is as simple as using a protected folder. I was talking about the Protect Single Page tool, not protecting multiple pages or setting permissions.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49