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

Thread: What happens when payment period ends ?

  1. #1
    Kleetus
    Guest

    Default What happens when payment period ends ?

    Just for my right understanding ........... what happens when a paid membership period ends ? Lets say i have got a paying member in my "platinum" membership level, his period ends in a few days and he does not upgrade or extend his membership. Will his profile be rejected or changed to "standard" ???

  2. #2
    lodlock's Avatar
    Join Date
    May 2006
    Posts
    284

    Default

    The profile membership will become standard.
    -Lodlock

  3. #3
    Kleetus
    Guest

    Default

    Ahh, thanks Lodlock ! I have not tried it until now.

    But that brings me to another question, how can i make the "standard" membership invisible for other members or non-members. I need the "standard" membership as a kind of basic membership where its profiles will not be displayed online on the website.

  4. #4
    Kleetus
    Guest

    Default

    I took the whole weekend to figure out if it could be possible to make the "standard" membership invisible .......... but it looks like it is not as easey as i hoped ?!
    Please guys, say i'm wrong ?!

  5. #5
    Kleetus
    Guest

    Default

    Just an idea but perhaps it could solve my problem ?!

    - Create a new status like "active" called "waiting" which does .... nothing!
    - Create a function which sets the profile to "waiting" automatically when the membership changes to "standard"
    - Create a function which sets the profile to "active" or "approval" every time the membeship changes to "silver" or "gold"

    If the promotional membership is on or off i have to set the profile manually after joining to "active" or "waiting".

    Any ideas ? Remember ..... i'm a beginner

  6. #6
    lodlock's Avatar
    Join Date
    May 2006
    Posts
    284

    Default

    It might just be as simple as finding the profile query's and after the profile query adding in a

    Code:
    $memlev = getMemberMembershipInfo($memberID);
    and then some sort of

    Code:
    if $memlev != MEMBERSHIP_ID_STANDARD
    these are extremely basic concepts here but with a little bit of time you could set it all up. I just have no time today.
    -Lodlock

  7. #7
    Kleetus
    Guest

    Default

    Thanks lodlock !!!

    "Time" is no problem for me ! This mod is very important for me, so i will spend any time it needs ! My only problem is the missing knowledge about php so i need a little bit of help ....... and i have many questions ....

  8. #8
    Kleetus
    Guest

    Default

    I tried this in many different ways for the PageCompFeatured() function but it does not work:
    PHP Code:
    $memlev getMemberMembershipInfo$memberID );        
        if ( 
    $memlev['ID'] != MEMBERSHIP_ID_STANDARD )
    {


    or
    PHP Code:
    $memlev getMemberMembershipInfo$memberID );        
        if ( 
    $memlev['Name'] != 'Standard' )
    {


    Could you please give me an example of how to use it with this or another funtion ?
    Thanks

  9. #9
    Kleetus
    Guest

    Default

    I'm going crazy with this !!! I tried this function hours and hours with the featured block on index page, but no chance !!!

    Has anybody a little idea ?

  10. #10
    Kleetus
    Guest

    Default

    Ok .... i try to use another way ! I disabled the possibility to look at "standard" profiles using the GetMemberMembershipInfo function. In case of a standard profile the user is automitically linked to another site with a error message or something else.
    This part works great !

    The only thing i have to do now is to set "standard" profiles to "suspended" with a cron job. For something similar i started another thread which perhaps could work fine for it:
    Automatically suspend old profiles ?

    Any ideas or comments ?

+ 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. where to set up payment
    By annd in forum Dolphin General Discussion v6.00 and above
    Replies: 2
    Last Post: 07-28-2008, 01:58 AM
  2. I am convinced - Ray Chat, Board, IM / Dolphin does not work on w2k3 - PERIOD
    By johnnylawson in forum Ray Community Widget Suite
    Replies: 6
    Last Post: 06-10-2008, 11:28 PM
  3. After Payment
    By zayarsoe in forum FAQ & HOWTO
    Replies: 0
    Last Post: 04-18-2007, 05:12 AM
  4. Reoccurring payment trial period
    By lax33 in forum Dolphin General Discussion v5.0 to v5.21
    Replies: 9
    Last Post: 10-02-2006, 12:06 AM
  5. Payment Options
    By Diveanx in forum Wishlist
    Replies: 0
    Last Post: 04-04-2005, 11:57 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