Questions tagged [membership]

Queries regarding The fact of being a member of a group. OR The number or body of members in a group.

A member is a person who belongs to a social group or an entity such as a company or nation. By extension it can refer to any part of a whole.

969 questions
-1
votes
1 answer

Clicking a button to update a data's status - Laravel 6

I'm currently making a membership system in Laravel where the admin needs to approve a user for it to be able to login to the system. How can I update a status to 'approved' with a single-click from a button? I know this might seem easy to most of…
-1
votes
0 answers

profilebase.create(username) causes user to appear online

I'm experiencing something and I want to validate that this is what I'm seeing, and see if anyone has any ideas regarding how to aleviate it. I have a page where I pull some information from several user profiles. To to this, I'm using the following…
-1
votes
1 answer

Wordpress theme from themeforest for membership website?

I am looking for a theme for forex trading website. Where customer can sign up for paid membership and receive reports daily. I want a theme which can deal with basic front end design (Company information based home page, about us, contact, blog)…
Rberry
  • 1
  • 1
-1
votes
1 answer

Buddypress membership

I'm looking for a plugin that can do the following. Support of different memberships (e.g. basic, silver, gold) including payment gateways with recurring payments. Depending on the chosen membership option during registration (and later on upgrade)…
Berton
  • 93
  • 2
  • 9
-1
votes
1 answer

Paypal billing circles for recurring payment

I created a Paypal subscription button. But I see that the number of billing circles is limited by 30 circles. But I need to create 60 circles or 120 circles. How can I do it?
Kon Nít
  • 21
  • 1
  • 1
  • 7
-1
votes
1 answer

Impact to profiles and certificates after apple developer program membership renewal

I have a generic question related to the apple developer program membership renewal.My program will get expired in some days.I will be going for the renewal process.My profile and certificate will get expired along with the program.I want to know…
KNA
  • 11
  • 7
-1
votes
1 answer

MVC4 C# Membership registration role depending on which button clicked

I'm creating a site in MVC4, which is the first time I've use MVC in .NET, I've sussed out the logging in and registration. I have this scenario: The website has Role 'A' and Role 'B', when a user hasn't registered before I want to direct them to…
Gareth Bow
  • 33
  • 4
-1
votes
3 answers

Common Membership Algorithm

People can belong to one or many groups. What is a good algorithm to output common memberships? ie, Persons A and B are in Groups C, D, and E ... etc My preferred language would be Ruby (or maybe Python), but any code or pseudocode would be greatly…
user94154
  • 16,176
  • 20
  • 77
  • 116
-1
votes
2 answers

PHP Authentication with monthly billing

A startup client of mine is looking to launch a SaaS with multiple features/options that would increase/decrease monthly billing. The simplest solution would be best.
Jeremy Boyd
  • 5,245
  • 7
  • 33
  • 57
-1
votes
1 answer

Suggest template for Joomla membership site

I need to build a membership site using Joomla 2.5 For membership I'm using Membership Pro plugin from ossolutions team. Please suggest me a premium template to use with Joomla 2.5 for membership.
Harpreet
  • 709
  • 5
  • 14
-2
votes
2 answers

Allow specific user roles to log into WordPress site

I built up a membership site and i want only user can login if they have any of these user roles: administrator, tutor_instructor and club_members. Could you please advise. Thank you.
Ardeth
  • 91
  • 1
  • 1
  • 13
-2
votes
1 answer

What does the `in` operator in Python use for comparison?

I am trying to understand what mechanism is used by in to compare the needle and the haystack. [] in ([],[],[]) is True, so it cannot be is, because [] is [] is False But math.nan in ([],[],math.nan) is True, too, so it cannot be ==, because…
DYZ
  • 55,249
  • 10
  • 64
  • 93
-2
votes
1 answer

How can i Remove Paid Membership Pro Footer Watermark imgae from Dashboard?

How can I remove the information of theme developer from footer of purchased theme in Wordpress?
-2
votes
2 answers

Membership site with PHP and MySQL

I have a html site, and I have a page that acts as a bio for users (which I currently have to update by hand with html). I want to create a membership login page, and I want users to be able to input their own data, that in turn updates their bio…
Deon
  • 23
  • 5
-2
votes
3 answers

what is wrong with my if statement

Please help review this code even when the user is not in the role apply it fail to redirect the user to status.aspx if (!User.Identity.IsAuthenticated || !User.IsInRole("apply") || Session["ctre"].ToString() != "Court" ||…
user3055606
  • 65
  • 1
  • 12
1 2 3
64
65