Results 1 to 2 of 2

Thread: Two Uncofirmed Bugs With Unconfirmed Fixes

  1. #1
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default Two Uncofirmed Bugs With Unconfirmed Fixes

    Here are two unconfirmed bugs, with two unconfirmed fixes - from the aeDating Public Fourm.

    1. In customer control panel, the membership always set to non-member and expires: never

    In member.php ( line 580 approx)

    Find:

    Code:
    echo GetMembershipStatus($p_arr);
    Replace :

    Code:
    echo GetMembershipStatus($p_arr[ID]);
    2. the number of privileged members does not show up

    Find in index.php (line 200 approx)

    Code:
    $total_arr_gold = getMembersCount( MEMBERSHIP_ID_STANDARD, '', true );
    Replace :

    Code:
    $total_arr_gold = db_arr( "SELECT COUNT(IDMember) FROM `ProfileMemLevels` WHERE IDLevel > '3' AND (TO_DAYS(NOW()) < TO_DAYS(DateExpires)) " );
    These proposed fixes were posted by "Cankus"
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  2. #2
    strategist
    Guest

    Default

    I am running 4.1000. There are two instances of
    echo GetMembershipStatus($p_arr);
    do I only want to replace the second instance with
    echo GetMembershipStatus($p_arr[ID]);
    ???

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. bugs and fixes in Dolphin v5.5 bug in articles.inc.php
    By spokenart in forum Bugs Dolphin v.5.5.0
    Replies: 0
    Last Post: 12-21-2006, 02:17 PM
  2. Dolphin 5.2 Accounts unconfirmed
    By Zaphieon in forum Dolphin General Discussion v5.0 to v5.21
    Replies: 1
    Last Post: 09-17-2006, 11:34 AM
  3. Clarify Unconfirmed and Approval
    By Smoge in forum Bugs aeDating v4.0.2
    Replies: 10
    Last Post: 10-25-2005, 12:29 AM
  4. Gold member switches to Unconfirmed
    By tester00 in forum Bugs aeDating v4.0.2
    Replies: 3
    Last Post: 10-12-2005, 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
  •