+ Reply to Thread (include dating software, release, and patch number!)
Results 1 to 2 of 2

Thread: How do I make a link that only a certin membership

  1. #1
    PLAYMATE
    Guest

    Default How do I make a link that only a certin membership

    How do I make a link that only a certin membership lever can click on and see? In other words If I only want silver members to click and view that link.

  2. #2
    Kleetus
    Guest

    Default

    If you want to show a link only for a special membership, try something like this where you want to place it:
    PHP Code:
    $member['ID'] = (int)$_COOKIE['memberID'];
    $memlink getMemberMembershipInfo$member['ID'] );        
    if ( 
    $memlink['Name'] == 'yourmembershipname')
    {
    yourlink

    and replace "yourmembershipname" with the name of the membeship and "yourlink" with your special link.

    If you try it this way, you should also restrict your new "only for spacial membership" page for all other members than "yourmembershipname" !

+ Reply to Thread (include dating software, release, and patch number!)

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. changing video link to an external link
    By bykespace in forum Ray Community Widget Suite
    Replies: 4
    Last Post: 11-24-2008, 12:32 AM
  2. Membership expiration letter sent to members whose membership level expires.
    By swingers in forum Dolphin General Discussion v5.3 to v5.6.5
    Replies: 2
    Last Post: 01-28-2008, 02:16 AM
  3. "Featured" link with a membership
    By Kleetus in forum General Issues, Comments, Questions
    Replies: 4
    Last Post: 03-22-2007, 06:31 AM
  4. Replies: 2
    Last Post: 09-17-2006, 10:51 PM
  5. Membership Levels Need Explain Link
    By Smoge in forum Wishlist
    Replies: 0
    Last Post: 07-23-2005, 10:37 AM

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