I need to have a free tier that allows some stuff in the network, and some others that have more stuff enabled, and every new member should have this free membership by default once registered but it seems that in order to have something like that, i need to create a tier with $0 cost but the memeber still have to subscribe to it and i dont whant that, i want that the new memeber to have access to free stuff with pout the need to subscribe to the free tier.
Is this the expected functionality or am Im misssing something?
thnx in advance
.
<?php
function my_custom_com(){
ossn_register_callback('user', 'created', function($callback, $type, $params){
$user_guid = $params['guid'];
$tier_guid = 123;
//...
//...
});
}
ossn_register_callback('ossn', 'init', 'my_custom_com');
Thanks guys, I think we'll build a component that assigns the free tier or (one specified) when registered, seems like the easiest way, ill be happy to share it once its done
You can write a component when new user is added you can add them in a specific tier. You may also reach us for custom component
I want to take it a little but further.
You can create different packages if you use the Premium component
'Membership Tier Management' but there is no idea in creating more than one
package with the cost of 0$. If you have two different packages with 0$
the user/member can select the one he/she wants, and you can't restrict users/members
from e.g. one of the free packages.
It would be nice to have:
Hidden (free) packages, where only the administrator can add users to the desired package.
That only menu selections that are selected in a package are available.
Thank you
Due to the many requests in the past for additonal features and components we have decided to develope a premium version. Features like Hashtags, Videos, Polls, Events, Stories, Link Preview, etc included in it.
$199 (Life Time)