Membership prices


You can set your membership price between $1.00 and $500 per month. You may soon be able create bundles where users can buy a subscription for 2 or more months at once.




Was this helpful?
$(".uchaticon").click(function(){ $("#menunotify").modal("hide"); }); $(".unotifycon").click(function(){ $("#menuoptionone").modal("hide"); }); $(".uploadbtn").click(function(){ $("#menuoptionone").modal("hide"); $("#menunotify").modal("hide"); }); $(document).click(function(event) { if (!$(event.target).closest(".uchaticon, .unotifycon, .chathead, #menuoptionone, .menuoption").length) { $("#menuoptionone").modal("hide"); $("#menunotify").modal("hide"); } });