I have to say, Drupal rocks. I've pretty much finished moving my site from PN to Drupal and I'm really impressed with how Druapl works and how easy the theming works. Drupal has a quality feel to it as opposed to a kwality feel if you get my meaning.
Anyway, I'm trying finish up my site's theme and I haven't been able to figure out how to pull the current user (anon or real logged in user) from the database.
i was wondring if there anyway to let the user be able to add his contact list in msn/yahoo/gmail...
to be more specific i have these Questions,
- how to let the user search for people by email? for example when the email they are seatching for is in someone's profile, they would be able to add the nickname to their buddy list...
- is there a way in which i can let the user give drupal the abilty to look for his own contacts in msn/yahoo/gmail, if they are already signed up in my site or not yet so they can send them invitations?
How do I change the font color of hovered menu items in Nice-Menus module? I've looked at the css file that comes with the module and have tried adjusting the color for li:hover but nothing seems to take effect.
i have installed the banner module and i have uploaded one banner and it is active and enabled but when i m tryin to call that banner in a block nothing is showing up ... i mean the block is empty no even the name of the block is showing up can someone please help me?
Hi
I have searched through the forums and handbooks and I can't seem to find a quick and easy way to add code to the HEAD portion of the HTML document which Drupal creates. I can add that in the theme, but I'd like to be able to add some PHP code for the head on a PER PAGE basis, without having to hardcode that into the theme.
Is there an easy way to do it? I know some modules modify header information, are there any that let a user modify the header area?