Hi there,
I wanna do a site similar to
http://jobs.freelanceswitch.com (the job listing and user subscription part only - not blog, podcast etc.)
So I want to make a site that has two user groups.. The companies (A) and the workers (B)..
A will need to create a free account - and when they have they should be able to create a request (C) which then will be listed in a proper premade category. (Ditto i guess? ...and what.. eForm2DB?)
B will need to create an account too - but they will also need to pay for it (through PayPal) - when they do, they will be able to fill out a form, replying to C which then is mailed to A.
Some counter will show how many B’s have replied to a C.
The ads should be visible without B having logged in.. and when they do login a form should appear underneath the ad as mentioned above.
When A has found the right B for the C, A should be able to remove the C from the site (or at least make it inactive/unpublish it)
So again.. very much like the site I’m referring to..
I have been working with modx for more than 6 months now but I don’t know PHP.. What I do know to some extend is how I work with snippets and templates within snippets..
In regards of the payment.. I’m guessing it’s not possible to automate this process, so I’m thinking that when a user register and verify by e-mail and pay via paypal.. As soon as I register the payment I will manually move the user to another usergroup which will give them the needed preferences.. that way they will have entered all the needed information.
Any kind of help is very much appreciated!
Thank you..
P.S. I’ve been looking into JobberBase as I’m pretty sure that is what the site I’m referring to has altered, but the project is still very new and there is only one developer on it and very little support. And to begin with there is no easy way to implement user registration so it will be too much for me to figure out without any PHP knowledge..