Support

  1. Zephyrinus
  2. General
  3. Thursday, December 18 2014, 01:40 PM
Hi Easy-profile,

Is there a way to create a link such as.

To change your avatar "click here"

where "click here" links to #tab1 ?

I can't get is done by just <a href="#tab1">

help?

With regards,

Dennis
admin Accepted Answer
Admin
Hi,
to do this you can put in your javascript file this code
jQuery(window).load(function(){
var url = document.location.toString();
if (url.match('#')) {
jQuery('.nav-tabs a[href=#'+url.split('#')[1]+']').click();
}
});


Now in HTML delimeter you can use a simple link with this format in url
http://yourdomain.com/edit_profile_url#tab0
http://yourdomain.com/edit_profile_url#tab1
http://yourdomain.com/edit_profile_url#tab2

you can use url to edit profile page and add at the end of url #tab2 or you avatar tab
  1. more than a month ago
  2. General
  3. # 1
Filipe_Madeira Accepted Answer
Hi there,

I've tried this but won't work...

I've set in edit.php file in com_jsn, nothing, and in my custom.js and nothing...

How can I make this happen? thanks!
  1. more than a month ago
  2. General
  3. # 2
admin Accepted Answer
Admin
Hi,
I've set in edit.php file in com_jsn
edit.php is in "com_users" component not "com_jsn". This because Easy Profile extends Joomla user management, so registration and edit profile pages are the same of Joomla.

and in my custom.js and nothing...
Can you please post me your site link to check this?
  1. more than a month ago
  2. General
  3. # 3
web@aistores.co.uk Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 4
admin Accepted Answer
Admin
Hi,
can you please post me our site link to check this? if you want to keep private then you can use the form below the reply in "Site Details" tab.
  1. more than a month ago
  2. General
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.

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.