i'm trying to customise the user profiles in my Drupal website and need your help with two things.
The first is the 'View | Edit | Manage Display' tabs menu. Is there a way I can add a class to the parent div? The structure is usually:
<div data-thmr="thmr_22">
<div class="tabs">
<h2 class="element-invisible" data-thmr="thmr_39">Primary tabs</h2>
I've tried adding a class using jQuery parent selector but to no avail.
My second question is regarding the default profile page a user is presented with (below). It displays their history, orders, emails, etc but I was wondering if I was able to customise the content it displays and add a view or custom blocks to it?
