Support

  1. morgan_leecy
  2. Bug Report
  3. Wednesday, May 17 2017, 12:53 PM
We have update to the latest Easy Profile and the new screen for listing users which seems to override all existing user views prevents all other plugins from functioning.

We use two, Switch User and Resend Activation email

These now no longer load at all. Tried reordering the plugin load order with no success. Can you make sure that your new user management view override allows other plugins as Switch User is a very valuable support tool.
admin Accepted Answer
Admin
Hi,
you have right, unfortunately Joomla have not triggers/events to add features to backend userlist page.

So all plugins/modules/components use some workaround (for example template override, but I think this is not the problem).

How to works our workaround to add search and export feature
- When you go to index.php?option=com_users&view=users then Easy Profile redirect you to index.php?option=com_jsn&view=users
- Easy Profile load Joomla default com_user component and add own feature

This allow you to use all Joomla user core files to manage users, so Easy Profile works only as wrapper.

Switch User plugin
Plugins like Switch User add feature by checkin if in URL is called com_users, but it find "com_jsn" (Easy Profile), so it do not do nothing.

Solution for Switch User plugin (2 possible ways):
1. you can remove Easy Profile features by commenting lines 26 and 27 in file plugins/system/jsn_system/jsn_system.php . In the next release we can add a parameter in Easy Profile options called "Disable backend Search & Export feature" (with a small explanation that this is useful to keep compatibility with others plugin).

2. (recommended) you can make compatible Switch User with Easy Profile, this is very simple, you can replace "com_users" with "com_jsn" at line 30 in file plugins/system/switchuser.php

About Resend Activation email
Can you please put a link of the website of this plugin? I can't find it, so I can't check how it works.
  1. more than a month ago
  2. Bug Report
  3. # 1
morgan_leecy Accepted Answer
Pro
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 2
admin Accepted Answer
Admin
Hi,
to keep "wbReactiv" compatible with Easy Profile you can use same way of plugin "Switch User":
- in file plugins/system/wbreactiv/wbreactiv.php at line 94 replace "com_users" with "com_jsn" ;)
  1. more than a month ago
  2. Bug Report
  3. # 3
morgan_leecy Accepted Answer
Pro
2 for 2, thanks folks!
  1. more than a month ago
  2. Bug Report
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.

Request Support

Support is currently Offline

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.