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?

Enter image details here

< 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

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -