jBackend - User Module
-
Stordia
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 1
-
Thank you received: 0
-
-
10 years 3 months ago #2948
by Stordia
Dear friends,
Today we have installed the jBackend component,
for the start we made any configurations needed and start testing.
Our problem is that when we register a new user as normal proccess from joomla everything is OK.
If we use jBackend - User Module plugin the user registers fine awaiting activation and we get an email (admin) with subject COM_USERS_EMAIL_ACCOUNT_DETAILS and body COM_USERS_EMAIL_REGISTERED_NOTIFICATION_TO_ADMIN_BODY
And the registered user with subject COM_USERS_EMAIL_ACCOUNT_DETAILS and body COM_USERS_EMAIL_REGISTERED_WITH_ACTIVATION_BODY
Can you help us to fix that ?
Thank you in advance,
Pantelis
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
10 years 3 months ago #2949
by admin
Of course.
It seems the module must just load a language. I will fix and release an update. Hold on...
Kind regards,
Luigi
The following user(s) said Thank You: Stordia
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
10 years 3 months ago #2954
by admin
Hi,
sorry for delay... I'm just get back from holidays.
As I thought, the user plugin just needs to load the com_users language. I will release an updated plugin in a few hours. Meanwhile, if you want to fix now, just add a single line in the jBackend user module at line 21:
$this->loadLanguage();
JFactory::getLanguage()->load('com_users');
Kind regards,
Luigi
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
10 years 3 months ago #2962
by admin
Just published version 1.0.3 that fixes the issue.
Kind regards,
Luigi
The following user(s) said Thank You: Stordia
Please Log in or Create an account to join the conversation.
Time to create page: 0.145 seconds