Login or create new account.

By registering on joomprod.com, you will have immediate access to all our free products and to the public side of our support forum.

Enjoy our subscriptions.

Each of our subscriptions allow you to enjoy the private side of the support forum and all the update of our products for a period ranging from 3 months to 1 year.

Payment And immediate download.

After subscribing to one of our subscription, the products are immediately downloadable.

Login

Or Register
Accueil / forum / Support / UserSubs Support / [RESOLVED] Registration process

Support Availability Because we must sleep sometimes

Working days: Monday to Friday.
Reply time: Depending on the complexity of your support issue it's usually between a few hours to 48 hours.

Support is only guaranteed to paid subscribers

AdsManager - End of life

It is with great regrets that we have chosen to end the developpement of Adsmanager and its other associated components.

AdsManager is born 10 years ago and, as of today, the number of new subscriptions and downloads have fallen and we cannot maintain the component anymore.

All active subscribers will be able to continue enjoying support until the end of their subscription.

The components will be free and no support will be provided anymore for the other users.

×

Notice

The forum is in read only mode.

[RESOLVED] Registration process

More
10 years 1 month ago - 10 years 1 month ago #10104 by catalinads
[RESOLVED] Registration process was created by catalinads
1. Is possible to disable user registration in joomla and to create a free subscription somehow?

2. i have created a free subscription (price 0). after the fields are completed i click subscribe and the user is looged in but appears pending in cb.
if he logs out ..and try to log in with the username and the password provided at first attemp he receives:
"Your sign up process is not yet complete! Please check again your email for further instructions that have just been resent. If you don't find the email, check your spam-box. Make sure that your email account options are not set to immediately delete spam. If that was the case, just try logging in again to receive a new instructions email."

At second attemp the login works...and the account is activated


3. i have created a paid subscription ..completed all the fields... click to subscribe and after that didnt click to pay it. It's perfect that when a user decides to cancel the payment the new account created remains just Registred not assigned to the user group with paid subscription. But the same like at previous issue has a pending account... after the same steps wil have a registred functional account.

My question: It is possible to remove this errors?
i have to say that : New user account activation is : None
And in cb : Admin approval is NO
email confirmation NO
Last edit: 10 years 1 month ago by loic.
More
10 years 1 month ago #10113 by tompap
Replied by tompap on topic Registration process
1. User Registration is mandatory for subscription as the subscritpion is linked to an account. I think you would like to replace this registration by CB registration. am I correct ?

2. I think some code is needed to work correctly with CB. Best will be to redirect to CB registration if not login. Then you create an account, then login the subscribe.
Or another solution will be to fully activated the account in CB (in UserSubs code)

3. I think we need to add a small code in UserSubs to manage CB (which is not Joomla Standard)
More
10 years 1 month ago #10126 by catalinads
Replied by catalinads on topic Registration process
1. If i set in joomla allow registration to no i will receive a 403 even in cb i allow regsitration independent.
// If user registration is not allowed, show 403 not authorized. ...
if it's mandatory i have to aloud users to create a free account

2-3. i understand what you say . so the user first creates an registred account and after that subscribes to a paid subscription if he want. in this case free subscription dissapear.
for this i have to display the subscription only to registered ?
or how to redirect if not logged? and after registering with cb ... i cannot redirect to subscription again.
More
10 years 1 month ago #10180 by tompap
Replied by tompap on topic Registration process
1. Allow registration should be set to Yes.

2. You can display UserSubs Subscription page. with 2 types of subscription (one free one paid).
WHen you will click on any subscription type (without begin login) you will be redirected to a page with Login OR registration.
On this page the user can create his account.

The only problem for me, is that when UserSubs create an user Account, the account is just created into Joomla! and not in CB, so maybe a field must be set in CB to activate the user in CB.
More
10 years 1 month ago #10187 by catalinads
Replied by catalinads on topic Registration process
1. Allow registration to yes... force me to aloud : sign-up in cb module ... in this case user has no reason to activate a free subscription. Even i hide sign-up on cb login module the url still exists.

Now... if a user decide to create a free account with cb registration .. when he wants to take a paid subscription, because the fact that he has an account, Usersubs will not ask him for invoiceing fields ..so if it is a company will use fields from user profile (name..etc)


2. if i redirect a user to free sign up... i cant redirect him back to subscription types back.


Take a look at akeeba... you can subscribe with Allow registration setted to NO and instanly creates the user in CB
More
10 years 1 month ago #10205 by loic
Replied by loic on topic Registration process
Hello,

Just a question, You wish to allow the registration bu only by usersubs ? Is that right ?

There is a simple modification to do in the code to allow that.

Open the file components/com_invoicing/controllers/user.php and remove the lines 41 to 46:
// If user registration is not allowed, show 403 not authorized.
		$params = JComponentHelper::getParams('com_users');
		if ($params->get('allowUserRegistration') == '0') {
			JError::raiseError( 403, JText::_( 'Access Forbidden' ));
			return;
		}

The registration will be allowed even if the configuration of Joomla doesn't allow it.

Best regards.
Time to create page: 0.206 seconds
Powered by Kunena Forum