Keyword

Adding Joomla users to K2 group

  • oorzaak
  • oorzaak's Avatar Topic Author
  • Offline
  • Junior Member
More
9 years 11 months ago #133410 by oorzaak
Replied by oorzaak on topic Re: Adding Joomla users to K2 group

Lefteris Kavadas wrote: Is the form submitted when you click the button ? Do you get any message on the next page?


Yes, the form is submitted and I get this message as stated in an earlier post:

"Your settings are saved"

Which is not the message that I get with K2 profiles disabled.

Lefteris Kavadas wrote: Can you see the new user listed in the User Manager in administration?


Yes, a new user is created, this user is not Enabled and also not Activated.

Lefteris Kavadas wrote: What do you mean when you say "procedure is no longer followed"


I mean that the registration procedure stops at this point, when we have a new user that has yet to be enabled and activated. Because no mails are being sent, the user will not confirm his registration, and neither will an admin activate the user.


Kind regards, Frits

Please Log in or Create an account to join the conversation.

More
9 years 11 months ago #133411 by Lefteris
Replied by Lefteris on topic Re: Adding Joomla users to K2 group
This is the behavior you should get only on profile edit, not on registration. As you can see the code checks if this is a new user : github.com/joomlaworks/k2/blob/master/plugins/user/k2.php#L150-L160 . Maybe something has changed in the latest Joomla! version and is affecting this. I will test and let you know.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
9 years 11 months ago #133412 by Lefteris
Replied by Lefteris on topic Re: Adding Joomla users to K2 group
Just tested and it works fine for me. Do you have any other user plugins installed/enabled?

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • oorzaak
  • oorzaak's Avatar Topic Author
  • Offline
  • Junior Member
More
9 years 11 months ago #133413 by oorzaak
Replied by oorzaak on topic Re: Adding Joomla users to K2 group

Lefteris Kavadas wrote: Just tested and it works fine for me. Do you have any other user plugins installed/enabled?


Hi Lefteris,

In a copy of the site (on a sub domain, so it's on the same server) I disabled and later completely removed these extensions:
- MioTransfer (which I used to import users from a source outside Joomla);
- ChronoForums (Forums, not Forms).

Also I disabled the Joomla core user profile fields. These are the extensions of which I would exepect that they have a relation with user management.

Yet I still have the same issue. Then also disabled NoNumber extensions, still the same.

Also I thought of the following: in order to test the mails I created and deleted a user with the same details over and over again. So I thought that maybe somewhere along the line these details were not fully removed, resulting in a user that already exists. However, using other details did not solve it either.

What I did not yet try is rebuilding the site from scratch, installing K2 as the very first extension and then testing before adding each next extension. But that doesn't sound very inviting to me at the moment, I must say.

Maybe there are some other suggestions that I could try first?

Please Log in or Create an account to join the conversation.

More
9 years 11 months ago #133414 by Lefteris
Replied by Lefteris on topic Re: Adding Joomla users to K2 group
Are there any other user plugins ? Go to the plugin manager and filter the list to show the "user" plugins. To make this more clear, the variable that is checked there ($isnew) is provided by the core Joomla! plugin API ( check the section "onUserAfterSave" at docs.joomla.org/Plugin/Events/User ). K2 just checks this variable to see if this is a registration or a profile edit operation. So in your case, this variable is other not set correctly or is altered by a user plugin.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • oorzaak
  • oorzaak's Avatar Topic Author
  • Offline
  • Junior Member
More
9 years 11 months ago #133415 by oorzaak
Replied by oorzaak on topic Re: Adding Joomla users to K2 group
I see these user plugins:

User - Joomla (enabled)
User - K2 (enabled)
User - Profile (disabled) / Joomla core user profile fields
User - Contact Creator (disabled) / I do not know this plugin but it's disabled

I think that I understand what you mean, but so far I cannot find which plugin would be doing this.

Frits

Please Log in or Create an account to join the conversation.

More
9 years 11 months ago #133416 by Lefteris
Replied by Lefteris on topic Re: Adding Joomla users to K2 group
None of these plugins is doing this for sure since i also have them enabled with no issues. Are you using a template override for the registration form?

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
9 years 11 months ago #133417 by Lefteris
Replied by Lefteris on topic Re: Adding Joomla users to K2 group
Is there a link to the registration page?

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • oorzaak
  • oorzaak's Avatar Topic Author
  • Offline
  • Junior Member
More
9 years 11 months ago #133418 by oorzaak
Replied by oorzaak on topic Re: Adding Joomla users to K2 group

Lefteris Kavadas wrote: Are you using a template override for the registration form?

No, though I did make some overrides on other views and in the process I copied all template files to my override location. I removed the files that I did not override but this makes no difference.

Link to the (development) location of the registration page: opt02.oorzaak-develop.nl/login?view=registration

Please Log in or Create an account to join the conversation.

More
9 years 11 months ago #133419 by Lefteris
Replied by Lefteris on topic Re: Adding Joomla users to K2 group
I am really out of ideas. Have you ever got the same behavior in other sites?

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum