1. dlh
  2. Features Request
  3. Monday, June 24 2019, 04:41 PM
Hi,
I would like to display the user informations's page as default instead of the activities page.
Is it possible ?
Thanks for your answer.
Kind regards,
Yann Arnould
Accepted Answer
admin Accepted Answer
Admin
Hi,
sorry for late reply, you can add in file cover.ctp some code like this:
<script>
jQuery(document).ready(function($){
$('#browse a[data-url*="/users/ajax_info/"]').click();
});
</script>
  1. more than a month ago
  2. Features Request
  3. # Permalink


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