What is the difference between making page alterations in THEME_page_alter vs. THEME_preprocess_page? I have successfully altered a page both ways. Which is more correct?
Hi, I have tried to create a custom block that is used for a horizontal login bar. I do not want to modify the core login block as it pulls up captcha that I use elsewhere.
My code is working but the login elements are not horizontal. I'm using the Velocity theme that is based on omega.
I am working on a Drupal 6 system. The client wants employee data displayed in a couple different ways. They want a simple directory page, and they want a 'Leadership' page. The difference is that the 'Leadership' page is hierarchical, has headshots, with name and title, and then a blurb about the person. The directory is alphabetical, has name, title, email and phone number.
OK. So I created a content type called 'employee' that holds this information. Then, I have a view called 'Staff' that pulls it in, and has two different displays: 'leadership' and 'directory'.
I'm still struggling with showing tweets in a nice way. I use now the standard theming with showing the formatted tweet item. It looks like http://mz-limburg.hcc.nl in the right lower corner. In stead i want tot show it like in the upper right corner.... Can someone help? I'm using Drupal 7.