php - Customising Drupal User Profiles -
I am trying to customize the user profile in my Duplal website and I need your help with two things .
first 'view | Edit | Manage Tabs tabs Is there a way I can add a class to the parent div? The structure is usually:
& lt; Div data-thmr = "thmr_22" & gt; & Lt; Div class = "tab" & gt; & Lt; H2 class = "element-invisible" data-thmr = "thmr_39" & gt; Primary tab & lt; / H2 & gt; I tried to add a class using jQuery's Parent Selector but it is of no avail.
My second question is regarding the default profile page that the user is presented together (below)). It displays their history, order, email, etc. But I was wondering if I was able to customize the content and see it or add custom blocks?
< Div class = "post-text" itemprop = "text">
If you "customize the content that displays" you mean to close some of those tabs, yes in very custom modules. If you select this route this page may be useful:
However, it may be better to customize the entire profile with default panel pages for user editing and user performance. Googling will take a lot of tutorials for you.
Comments
Post a Comment