membership site

fadihs

Junior Member
Joined
Nov 27, 2014
Messages
132
Reaction score
82
Hi I wanna create a membership site where the subscriber submits a form and then gets a custom membership area based on his answers, the membership area it differs from subscriber to subscriber (I hope everyone gets it)
I find it difficult in wordpress, anyone knows a plugin that can do this?
thanks
 
Hi I wanna create a membership site where the subscriber submits a form and then gets a custom membership area based on his answers, the membership area it differs from subscriber to subscriber (I hope everyone gets it)
I find it difficult in wordpress, anyone knows a plugin that can do this?
thanks
It will be hard to accomplish this with default WP. Most any membership plugin for WP though will have an option for membership types which will accomplish this though. Just set custom membership levels (i.e. type1 - type10) and then set up your membership area according to those different member types. That should do the trick
 
On user registration page you can have fields to save user meta. You can conditionally call templates based on user responses. Easier if the responses are preset. For example a user chooses between 1,2,3 and depending on the selection the profile displays a specific template part. If they are not from a selection, you don't have any issues displaying the user info for each profile. Just like every user has different bio you can display different info. However page layouts, specific elements cannot be called conditionally if you don't know what the input data would contain.
 
It will be hard to accomplish this with default WP. Most any membership plugin for WP though will have an option for membership types which will accomplish this though. Just set custom membership levels (i.e. type1 - type10) and then set up your membership area according to those different member types. That should do the trick
this is the only way or your need a freelance programmer to setup what you desire bang on .

tell the truth even a wordoress existing membership wp can be altered in php it only the mysql database and a thu inputs needed .
but your need a freelance programmer .
 
On user registration page you can have fields to save user meta. You can conditionally call templates based on user responses. Easier if the responses are preset. For example a user chooses between 1,2,3 and depending on the selection the profile displays a specific template part. If they are not from a selection, you don't have any issues displaying the user info for each profile. Just like every user has different bio you can display different info. However page layouts, specific elements cannot be called conditionally if you don't know what the input data would contain.
that a grate idea above with a secuity php function can have your secuity in place aswell
 
I've never used a CMS before, wouldn't know where to start!
 
There is a company called Tribe witch is what your looking for, They have a deal on App sumo. If you go to there website you might still be able to grab the deal. Its a pretty good tool!
 
Back
Top