Results 1 to 7 of 7

Thread: Removing membership feature

  1. #1
    Join Date
    Sep 2002
    Posts
    26

    Question Removing membership feature

    Hi,

    I checked out the site http://www.ji-indonesia.com/ where indexu is used. What I like about this site is that a user doesn't have to register in order to review a link.

    I would the to do the same with my script, basically remove the membership feature.

    How do I go about doing this?

    thanks!

  2. #2
    Join Date
    Aug 2001
    Location
    Toronto, Ontario
    Posts
    678

    Thumbs up

    There is a hack for this somewhere on the forums. I myself use it and it works great. Indexu should have a feature where you can enable or disable membership registration.


    http://www.nicecoder.com/community/s...p?threadid=308

  3. #3
    Join Date
    Sep 2002
    Posts
    26

    Talking It works

    Hey Hart House (look alliteration!)

    thanks for the tip... it worked out well!

  4. #4
    Join Date
    Oct 2001
    Posts
    18

    Default

    what lines are these in 3.03......? I did not find the above lines in the review.php

  5. #5
    Join Date
    Aug 2001
    Location
    Toronto, Ontario
    Posts
    678

    Default

    If you read further down on the discussion, they give you the exact lines for you to hack.


    I believe this is the code source to be removed. Please read the entire discussion thread to confirm procedure and lines.

    if (empty($COOKIE_USERNAME)) {
    $url = urlencode('http://'.$HTTP_ENV_VARS["HTTP_HOST"].$HTTP_ENV_VARS["REQUEST_URI"]);
    header("Location: login.php?b=$url&f=1");
    }

  6. #6
    Join Date
    Oct 2001
    Posts
    18

    Default

    This is in review.php right? This code is not anywhere in it.

  7. #7
    Join Date
    Aug 2002
    Location
    Germany
    Posts
    1,180

    Default link comment for visitors

    ai,

    working with V3.1
    In my review.php the lines are 173 - 177.

    Greetings
    Frank

Similar Threads

  1. About search and Feature
    By aladdin1 in forum v5.x
    Replies: 1
    Last Post: 06-08-2004, 05:13 PM
  2. Replies: 7
    Last Post: 04-28-2004, 08:21 AM
  3. Disable Membership???
    By WoodiE55 in forum Pre-Sales Questions
    Replies: 3
    Last Post: 08-09-2002, 07:25 AM
  4. Replies: 2
    Last Post: 06-04-2002, 05:50 PM

Posting Permissions

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