Create custom aegir signup form - drupal

I want to create a custom sign up form for the aegir provisioning system in drupal and once the user fills out the form and submits, I want the website to be created on the domain name specified in the form and all other hooks that aegir executes while creating a website. Is there a way to accomplish this?

I think it should work out of the box.
If not, then the heavy-weight solution is to install Ubercart and the Aegir-Ubercart integration module, in addition to Aegir. Then you have to setup an appropiate product cart, with hosting features to each products, allowing automatic site creation.

Related

How to have two registration forms in WooCommerce? one for regular customer and two for membership

As per subject line, I want to have two forms in my WordPress website that has a WooCommerce store integrated. I want one of the form(billing form) as a default and two for membership. I am using YITH WooCommerce Subscription plugin for subscription.
Please let me know if you have any questions. Thanks.
You can build your own regular form either in a page template and add create user processing code logic in there or using Gravity Form plugin with its User Registration add-on.
For subscriptions, you can set up the subscript products and when users go to the checkout place, WooCommerce Subscription plugin has the option in the backend to create users on buying products. I think it's checked by default. If not, go to the checkout tab of the WooCommerce settings.

Wordpress plugin for multi-user, multi-profile website

I want to create a upwork.com like website in Wordpress called geeksboston.com and I do NOT know what type of plugin/extension I should use. Basically my idea for the site is something like this:
I as administrator need to have full control over users/geeks accounts (enable, disable, delete, etc)
Everything should be free of charge for both "geek" and "user".
Automatic registration process with email validation and captcha.
If you are a "geek" you can create your profile entering your experience, resumes, certificates, etc.
Regular users are not required to register, but can navigate through out the website, look for/contact geeks, etc. But to contract/rate a geek, this user must be registered.
I am new in Wordpress but heard that it can do great stuff. So any clue?
I would like to suggest Ukuu people plugin and WP-CRM. The above two core plugin is for free and It also offers paid add-ons to integrate some features. Please refer the below link. Click here for more details.

Access wordpress admin area without login

Currently I am developing a site in Opencart. For the blog, I am using Wordpress but my client does not want two different login sections for opencart and wordpress. Is it possible to redirect a user from the admin of wordpress to OpenCart and vice versa using a link without them having to enter a password each time?
Please advise. Your valuable suggestion will help me to sort out this problem.
This is possible by adding a simple plugin, which defines the needed (pluggable) login functions.
http://codex.wordpress.org/Pluggable_Functions
Basically, rather than logging into WP directly, you'd write the pluggable functions that authenticates the user using OpenCart's details. (Note that hooks allow you to make the login form redirect straight to the latter, too.)
Look for an existing plugin or module that does this. It would be surprising if none exist already.

Wordpress site user accounts

I am new to web development. I am trying to build a site using wordpress as a cms. As such i want to know whether there is any way to create user accounts, so that people can register with the site and login. We would have an online store and we would like users to be able to save and view orders.
I have seen buddy press, but it only works with some themes. Is there any other option available?
Thanks in advance,
cpv
You can add one of the free plugins such as "Login Logout". This is the one I am currently using and it lets new users register for accounts.
You need to search for it in your plugins tab in wordpress, then install and activate it. Then you need to go to your Widgets tab and include it. Then it should run on your website.
Yes, Wordpress has user management, I suggest you play around with wordpress to understand how it works. Download a few e-commerce plugins or user management plugins and see how it all works.
Buddy press just uses the same user management that wordpress has.
I'm sure the wordpress documentation is a good place to look for more information.

The appropriate way to build a registration form in Drupal?

I just started studying Drupal 7 and learned how powerful CCK and Views are. But it still confuses me a bit because it behaves so differently compared to Wordpress. Now I want to build registration form, is it appropriate to build it using CCK? If so, how do I make it so it would make the login system aware that a new user has registered? Or would it be better and easier to modify the built-in registration system to my liking?
A registration form for... what exactly? The site? An event? RSVP? If this is just to register and post comments or blog articles, then use the core login system- thats what it's there for. You can add fields to this form by enabling Profile module and adding fields to capture more data about the user.

Resources