Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am a total NEWBIE!!!! My good friend suggested that I use Drupal for my CMS. He has helped a lot and yet before I go any further into it I need to know if I am able to use backgrounds on my pages. I want to use various backgrounds (they are light enough to see everything on the page) for the pages.
Could anyone help with a snippet of code that I could user in my user_profile.tpl.php file that would list a user's photo albums? I'd like to only show only personal photo albums under the user profile and not as a separate menu item. There's an album_list function in album.module but I'm a newbie and don't know how to use it for a specific UID. Thanks in advance for any help.
I'm trying to modify the Pushbutton theme to suit my own needs.
I have successfully changed the background, header texts yada yada yada but I can't find where to change the color for the posts titles, or the post details (ie posed on 26/7/2005 by aaron). I've searched throughout the style.css
I recently installed Drupal and G2 and intergerated both. Both are working fine. I am using the connections theme which I have modified. This theme is a fixed width layout - 760px and the main content is only 450px.
What I want is this:
When I view gallery pages - I dont need the side bar(of Drupal - I have already turned of the sidebar of gallery Matrix theme). I just need to display gallery for the entire width of the page. Is there a way to turn off the side bar of Drupal ?
I am theming my Drupal site at the moment with phptemplate (drupal 4.6.3), and I want to theme the nodes according to taxonomy. It's a simple blog taxonomy, ie, 'music', 'general', 'news' etc.
I would like to add something like <div class="<?php print $terms ?>"> into node.tpl.php, then create css for (example) .music, or .tech.
Are there any companys or designers that are experienced in doing custom themes using Drupal?
I'm finding its a bit difficult to design a layout and then to work it with the template systems.