Search code examples
phpjoomlacontent-management-systemjoomla-extensionsjoomla1.7

Joomla modified user system for approvals after payment & manual user checks?


I have a client who wants a paid member site. It's a big network of companies. If a company wants to become a member then they can apply online. If my client likes them after their manual inspections & field visits of said company, they can approve it for online payment and after the payment the company becomes a member or of-course they can just disapprove it.

  • Every member gets one page
  • Every member can edit their own information anytime and only their own information

Basically what I need is a user system that allows for approvals. If I separate the payment.

Apart from this, the site will have a pictures module, youtube videos module and a blog module, all for the network not any members.

In Joomla is it possible to make the above process? Is there any other PHP CMS that would do this more easily?

Links to nice Joomla Tuts or Extensions would also be really helpful.

Thanks! I appreciate all the help.


Solution

  • You can basically do whatever you want in most of the cms available (joomla , wordpress , drupal , etc...)

    what you will not find usually is a complete solution , you need to roll up your sleeves and start programming

    links to joomla tutorials won't help you except if you don't know the difference between a module , plugin and a component .

    if you know enough about php it will be easy to understand the framework of joomla and start doing ur own joomla component.

    good luck !