Support

  1. gisellevqz
  2. Support
  3. Tuesday, October 17 2017, 02:39 AM
Hi,
I just purchased the Pro Version. I am really happy with the product. I do have a quick question. Is there any way that when someone who is not register, let's say Public or Guess click on an user Avatar or Link to see their profile instead of the User Profile page landing on Recent Activities, the User Profile Page shows the Info Tab Content instead of the person clicking on Info Link to the left?
Thank you so much!
Giselle
Attachments (1)
admin Accepted Answer
Admin
Hi,
sorry for late reply, it was night for us :D

there is not possible natively, but you do this with a simple javascript code. Try to add following JS code in your template:
jQuery(document).ready(function(){
jQuery('.view_profile #profile-content').hide();
});
jQuery(window).load(function(){
jQuery('[data-url*="/users/ajax_info"]').click();
jQuery('.view_profile #profile-content').show();
});


Normally all templates allow you to add Javascript/CSS code in template parameters or in a custom file. But this depends from your template.
For example for Joomla default template "Protostar" you can create file into /templates/protostar/js/user.js and put this code into this file.
  1. more than a month ago
  2. Support
  3. # 1
gisellevqz Accepted Answer
Pro
Thank you very much!!

Best Regards,
Giselle
  1. more than a month ago
  2. Support
  3. # 2
  • 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.