Results 1 to 3 of 3

Thread: Web Broswer options!!!

  1. #1
    Join Date
    May 2008
    Posts
    5

    Default Web Broswer options!!!

    I would like to see an option that would allow the admin to control wat web browsers can access the website, and to block the older versions of Internet Explorer, Firefox, and Opera!!!!

  2. #2
    Join Date
    Mar 2008
    Location
    Dayton, Ohio
    Posts
    52

    Default Re: Web Broswer options!!!

    good developing already takes older versions of browsers into account.

  3. #3
    Join Date
    May 2007
    Posts
    212

    Default Re: Web Broswer options!!!

    you can write this in yourself

    Example:
    <?php
    // this would be a simple ns4 test, say to protect
    //some page code that will not work in Netscape 4x
    if ( browser_detection('browser') == 'ns4' ) { execute some code; }
    else { execute some other code; }
    ?>

    2 ways of doing this. go to .htaccess and then change index.php for default directory to a php file named whatever you want. add this code and modifty it to your liking...i recommend sending them to a page that says sorry we do not support your browser.

Similar Threads

  1. ad space and payment options.
    By coreyr in forum Sales Questions
    Replies: 2
    Last Post: 11-10-2008, 01:18 PM
  2. payment options
    By bigbuttsTV in forum Feature Requests
    Replies: 19
    Last Post: 07-31-2008, 09:41 PM
  3. Fullscreen Options
    By alex288288 in forum Bug Reports
    Replies: 0
    Last Post: 04-11-2008, 06:59 AM
  4. changing subscription options
    By harvey in forum General Discussions
    Replies: 2
    Last Post: 01-26-2008, 05:22 AM
  5. 2.6 Administrator options not showing
    By Misinformed in forum Installation Support
    Replies: 3
    Last Post: 12-31-2007, 10:46 PM

Bookmarks

Posting Permissions

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