I have a quick question for the layout of a profile page. I'm very new to this so any help would be greatly appreciated.
How can you change the layout of the profile page?
Ideally I would like to have the user's information/completed fields on the left side of the page and have an activity/status feed in the center of the page. I know there are other modules I need however I am running into the problem of how to move certain parts of the profile to the section/block I would like.
I'm having trouble styling my tables. My CSS isn't overriding all the default table styles. In particular, all my table rows have a 1px space/border between them. How can I fix this?
I am changing a module from Drupal 6 to 7. In the old code, there is this code: $types = node_get_types();
I changed it to below code but it doesn't work well. $types = node_type_get_types();
And i also changed it to: $types = node_type_get();
Just wondering of anyone can point me in the direction of any tutorials on how to have suckerfish dropdown menu display at all times when you are on a child item.
IE. Parent item is about us, suckerfish 2nd level meny item is history, that the rest of the suckerfish items on the second level can display when history pageis selected?