Default link to People with Personal Spaces instead of People Directory

Jeanmarie McFadden August 11, 2011

Is there a way to change the default behavior for links to the People Directory. I would rather have my users go straight to the "People with Personal Spaces" rather than the People Directory. We pull our People Directory from AD, and I'm showing AD accounts that are not actual users, which is confusing for some of my users.

Alternatively, how can I build a link to this page?

Thanks for your help!

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

3 votes
Answer accepted
David at David Simpson Apps
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
August 12, 2011

Browse to:

Confluence Admin | Look and Feel | Custom HTML 

In At end of the HEAD, add some javascript similar to this:

<script>
AJS.toInit(function(){
AJS.$('#people-directory-link').attr('href','/dopeopledirectorysearch.action?searchQueryBean.queryString=&showOnlyPersonal=true');
});
</script>
David at David Simpson Apps
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
August 12, 2011

If your Confluence instance is not installed at root, you'll have to change the URL slightly.

Jeanmarie McFadden August 12, 2011

Worked like a charm! Thanks!!

David at David Simpson Apps
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
August 12, 2011

If it worked, please mark as correct :)

TAGS
AUG Leaders

Atlassian Community Events