Memberships Issue

When members upgrade membership they are not allowed to upgrade further or even down grade until the membership has expired

 

also even though they cannot do the above the system will still take and accept there money (or credits in my case).

 

Is there away I can change it so that members can upgrade / downgrade memberships anytime they wish

and, or NOT take the users money/credits until their current membership has expired ???

 

Thanks in advance ;)

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 30 Oct 2011

 Can anyone help with this ??

 

When members upgrade membership they are not allowed to upgrade further or even down grade until the membership has expired

 

also even though they cannot do the above the system will still take and accept there money (or credits in my case).

 

Is there away I can change it so that members can upgrade / downgrade memberships anytime they wish

and, or NOT take the users money/credits until their current membership has expired ???

 

Thanks in advance ;)

 

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 31 Oct 2011

my membership is not working. hehe so i really do not have any idea about this. i wish it works or even take money. mine just show success with no questions for money.

I dont know it all, so sharing is always better.
Quote · 31 Oct 2011

 Ok well for your issue I would recommend unistalling and re-installing the Memberships Module!  Should Work for you..... ;)

 

 

my membership is not working. hehe so i really do not have any idea about this. i wish it works or even take money. mine just show success with no questions for money.

 

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 31 Oct 2011

 Someone must know the answer to this issue with  memberships ?!

 

When members upgrade membership they are not allowed to upgrade further or even down grade until the membership has expired

 

also even though they cannot do the above the system will still take and accept there money (or credits in my case).

 

Is there away I can change it so that members can upgrade / downgrade memberships anytime they wish

and, or NOT take the users money/credits until their current membership has expired ???

 

Thanks in advance ;)

 

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 31 Oct 2011

 .

When members upgrade membership they are not allowed to upgrade further or even down grade until the membership has expired

 

also even though they cannot do the above the system will still take and accept there money (or credits in my case).

 

Is there away I can change it so that members can upgrade / downgrade memberships anytime they wish

and, or NOT take the users money/credits until their current membership has expired ???

 

Thanks in advance ;)

 

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 3 Nov 2011

I'd like to have the upgrade/downgrade take effect immediately! People complain constantly that they upgraded and nothing happens. The worst is when they are on the Promotional time and they just stay there until the 7 days is up on their Promotional membership. This makes their first introduction to the working of our site look like it's broken. No bueno.

Quote · 4 Nov 2011

 boonex ??  anyone ??

 

When members upgrade membership they are not allowed to upgrade further or even down grade until the membership has expired

 

also even though they cannot do the above the system will still take and accept there money (or credits in my case).

 

Is there away I can change it so that members can upgrade / downgrade memberships anytime they wish

and, or NOT take the users money/credits until their current membership has expired ???

 

Thanks in advance ;)

 

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 4 Nov 2011

*bump*

 

This is STILL a serious problem that I'm having with my membership module. My members upgrade to a higher level membership (which is what I WANT Them to do in order to make money!) and yet, the membership module doesn't reflect the changes. This makes the members freak out and think that my site is stealing their money w/o giving them anything in return. This is a problem.

 

  • Is this a fix in the works?
  • Is there a way to jimmy the code so that membership changes show up on their accounts?
Quote · 20 Dec 2011

i too foresee the upgrade downgrade as being an issue.

 

one client particular has used the subscriptions module, and still facing huge issues with the automation process of upgrading or recurring payments even.

 

yes, seems that the ability to upgrade downgrade has some issues.

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 20 Dec 2011

If user buys new membership level then it is queued to the end of current membership, after current membership is elapsed the new membership is in effect. The exception is 'Standard' membership, then newly bought membership starts immediately.

This scenario makes sure that user don't loose previous membership which most probably was bough. 

If you want that newly bought membership starts immediately and previous memberships was deleted from user's profile, try to change the following line:

$bResult &= buyMembership($iClientId, $iItemId, $sOrderId);

to:

$bResult &= buyMembership($iClientId, $iItemId, $sOrderId, true);

in modules/boonex/membership/classes/BxMbpModule.php file

Rules → http://www.boonex.com/terms
Quote · 20 Dec 2011

 Alex,

thanks for the response. one thing i know i have come across is that sys_acl_levels_members does not seem to update the database.

 

considering a promotional sign up if you have that membership level active. when the lets call it 7 day promotional goes away, where is the setting for setting the default membership? we can only presume that its falling onto standard and there is no way for us to control that?

 

ok so with that, so somewhere, it is written to check the DateExpires  on sys_acl_levels_members, and if date is expired, then membershiplevel is set to default on sys_acl_levels, but the database itself does not update. thus creating a problem in one way we have discovered, if you are like me and others where you query directly on mysql or on phpmyadmin, and you query to show all Standard Members which we know as to carry IDLevel =2 according to sys_acl_levels

 

If user buys new membership level then it is queued to the end of current membership, after current membership is elapsed the new membership is in effect. The exception is 'Standard' membership, then newly bought membership starts immediately.

This scenario makes sure that user don't loose previous membership which most probably was bough. 

If you want that newly bought membership starts immediately and previous memberships was deleted from user's profile, try to change the following line:

$bResult &= buyMembership($iClientId, $iItemId, $sOrderId);

to:

$bResult &= buyMembership($iClientId, $iItemId, $sOrderId, true);

in modules/boonex/membership/classes/BxMbpModule.php file

 SELECT *
FROM `sys_acl_levels_members`
WHERE `IDLevel` = '2'
LIMIT 0 , 30

 

would return 0

so this kinda clears up why there is no stats on the admin panel for standard users or promotional users. if they start at promotional and ID = 3, then the controlling factor is no longer that LevelID, but the ExpiryDate

 

this holds true on a few things, the promotional aspect is giving the greatest problem at the moment, because there are hundreds a day signing up, and they get a promotional membership, but the promotion ends, and they are not prompted to upgrade or anything, just falls over into standard membership access.

 

so the other problem with this is that if there is a 30 day call it gold membership and a 90 day gold membership, but the member gets near the end of his longest membership and wishes to downgrade, there is no means of downgrading when considering, again though not sure if this process works, but say membership gold 90 lets his gold membership level access expire, the DateExpire now knows from somewhere that is a mystery, to set the membership level to IDLevel = ? to standard,

 

so the database table sys_acl_levels_members never updates for promotional ---> to standard when promotion expires. and when paid membership expires, the database does not update on this same table, though they are most times, set to default --> standard membership level.

 


When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 20 Dec 2011

DosDawg, I don't see any problem in sys_acl_levels_members table, it maybe multiple records for one member in this table. Date fields determine when particular membership level is in effect.

Rules → http://www.boonex.com/terms
Quote · 21 Dec 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.