Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
beat wrote: Probably the CB Queries from incubator could be your solution here:
www.joomlapolis.com/cb-solutions/incubator
Execute fully customizable database queries when CB events happen. This tool can be used to provide rudimentary integration with other bridged scripts. You can even connect to external host databases!
Using the on after new user creation and on after registration events you could set jos_users-username = jos_users.id
And not show username at registration, so that cb auto-fills it based on email before your trigger sets it to id.
I didn't try above, but it might work, if your joomla version accepts such all-numeric usernames. Otherwise prefix in the query with an alphanumerical character.
Please Log in or Create an account to join the conversation.
ronsmart wrote:
beat wrote: Probably the CB Queries from incubator could be your solution here:
www.joomlapolis.com/cb-solutions/incubator
Execute fully customizable database queries when CB events happen. This tool can be used to provide rudimentary integration with other bridged scripts. You can even connect to external host databases!
Using the on after new user creation and on after registration events you could set jos_users-username = jos_users.id
And not show username at registration, so that cb auto-fills it based on email before your trigger sets it to id.
I didn't try above, but it might work, if your joomla version accepts such all-numeric usernames. Otherwise prefix in the query with an alphanumerical character.
I am stuck here - Using the on after new user creation and on after registration events you could set jos_users-username = jos_users.id. How would you query this?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.