The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
put user back to original usergroup when paid subscriptions runs out !
this currently does not occur !! the user stays in the usergroup and admin has to manually change the user its a nightmare !
|
#2
|
||||
|
||||
Why not Contact Jelsoft and report it as a bug?
Are you 100% sure that there is no cron script to remove them? |
#3
|
||||
|
||||
yes one users subscription ran out on the 7th of april i just checked and hes stil in the (premium) user group even tho the subscriptions page in acp set his subscription to (disabled)
|
#4
|
|||
|
|||
why don't you just handle this with the additional usergroup? in the subscription, choose primary usergroup "no change" and turn the additional group on instead.
once the subscription runs out, the permission of the additional usergroup is removed. or do you really "need" to switch the primary usergroup? |
#5
|
|||
|
|||
I have a similiar problem. although just in testing, if i leave the user in the primary group, and add them to a secondary group via subscription, it seems to work sligtly.
They do gain the extra permissions granted to the new group, but the user title remains unchanged. meaning, Registered user --> Super User I need to have the user title changed from registered user to super user once they have paid for the subscription. I thought i could do this with the primary group, but if this is correct, and it doesn't change back after the subscription is over, that would not work. Thanks Dave |
#6
|
|||
|
|||
yes, this don't work, i had the same problems when i switched to vb3, i have no idea how to fix this, but i do know a workaround, instead of changing the user title, my users get a new title.
in your case, it would be no problem to do this, if a user on your board is super user, then an additional title is put in front of the regular title. its very easy to do, just modify a template. postbit or postbit_legacy, whatever you are using. find Code:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if> Code:
<if condition="is_member_of($post, X)"><div class="smallfont">Super </div></if> |
#7
|
|||
|
|||
Quote:
|
#8
|
||||
|
||||
Quote:
|
#9
|
|||
|
|||
Zach, where do i go to report a bug?
Thanks Dave P.S. - at what point in the paid subscription process, does it make the changes and subscribe the user? Meaning is it upon the person clicking on the pay button, or is vbulletin getting some kind of confirmation back from the procesor (paypal) in my case that i am not aware of? |
#10
|
||||
|
||||
vbulletin.com/forums/bugs.php
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|