× Requests and support related to jBackend.

jBackend - User Module

  • Stordia
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 8 months ago #2948 by Stordia
jBackend - User Module was created 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.

More
9 years 8 months ago #2949 by admin
Replied by admin on topic jBackend - User Module
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.

More
9 years 8 months ago #2954 by admin
Replied by admin on topic jBackend - User Module
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.

More
9 years 8 months ago #2962 by admin
Replied by admin on topic jBackend - User Module
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.101 seconds