-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade your plan #361
Comments
Hi |
So, amember is bascically an integral part of SocioBoard. It is written into SocioBoard. Are there plans to add othr non-amember options to SocioBoard? amember seems to be a solution geared towards those wanting to recreate a sociobpard to sell to others. But, the way it is presented, it is for people and teams trying to use socioboard for their own campaigns an dsmall teams. But, so far, there is not a way to manage small numbers of people. Amember is a great tool when recreating socioboard for lots of users. But, for a small team, there are no member ship levels. Just the team. Amember is too powerful of a tool to assign access to a handful of people in 1-2 teams. Are there other options available, or simple tools to be able to create users and teams? |
You have to remove all hard coded amember connections from app. |
@sersart where to remove all hard coded amember connections from app , there is guide file in repository?? Is amember a seperate 3rd party software integrated with API or what is it? Please help me to understand it? |
Hi, 2- async login(req, res, next) function in same file Let me know if you need help |
how can we install amember ? You have mentioned : 1-Install amember and add all products, add amember settings info to development.json file |
https://docs.amember.com/Installation/Installation/ and add info to Socioboard-5.0/socioboard-api/User/config/development.json |
Can you edit the database directly to edit column "account_expire_date" far more in the future? |
Check this file
Let me know if you need help |
@sersart |
Yes you can. Run this command in mysql: |
@hafsazulf17 @sersart I've added an admin panel and an option to disable aMember. See the |
On login to dashboard It says :
Please upgrade your account
How can we fix it from the backend currently the values are setup as:
update user_activations set user_plan = 7;
created at : 2022-03-19 15:05:55
account_expire_date : 2022-04-02 15:05:55
The text was updated successfully, but these errors were encountered: