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.
Hello, I have styled the output of a view to get a desired look. Everything matches up except for the spacing between items.
Website: tennismindinternational.com
half way down the page you will see "tmi featured guests" stylized output.
was working with adding things like this to my css, but no luck in controlling the spacing.
on my site i have several pages where people can upload files themselves. All the files have icons (pdf-icon, text-icon, etc..)
I want that all the icons are the same for all files on the same page .. so instead of the icon changing depending on what the file type is i want the icons to change depending on what page they are on..
So I am currently in a process of moving a Drupal Site from server to server but I need to first bring it back form the Web Server to my MAMP so I have imported my database that all seems cool. I coped everything in in the site and extracted, that seems cool and I have also changed the Database Details. Problem is the MAMP will only load the Homepage, if I try clicking on anything else including login page it comes up with a 404 error. What do I need to do?
it seems that all output has a default format and all formats are determined by .module file or .tpl.php here and there. all tempalte files are here and there under different folders.
and then we need to copy all relevant .tpl.php to below your theme folder and modify them one by one separately(a little bit desperate).
So, I wonder if possilbe to prepare a HTMl page first (such as page.tpl.php), and then insert all Drupal variables bit by bit (one by one).Is that workable?