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.
To start with, I'm a very new user... not familiar with much of Drupal terminology... know nothing about php
So I have been trying to modify a theme to get it to look just like i want it to. So i have made some edits to the css file and making a little progress. But what is happening now is that page appearance changes depending on whether you are logged into the site or not. Appearance changes again when editing or creating new content.
Hi I am new to Drupal Development. I am trying to alter comment section of article content. My requirement is I want to change the header in http://i.stack.imgur.com/Y1QZZ.png (image link)Comment Section from Add New Comments to to add new review and comments to previous reviews ,and subject to review subject in my subtheme which uses bartik as base theme.
Can anyone help me. Here is the code which I altered in comment-wrapper-article.tpl.php in sub theme.But I can't alter the display.
i'm customizing the login form of my website, i used theme_form_alter() to do what i needed on every field but impossible to find how i can change the texte of the user_links (reset_password and create_account), in the UI i don't see anything to change them, in my .theme i can access them with :
I put a slideshow in the highlighted region. I made it with views... . After that I changed in the Adaptive theme the global width of the highlighted region in "100vw".
When I go to the site it looks good but when I change the size of the browser-window the slider doesn't responds. I stays in the same width, it does not change when I change the size. I'm wondering how to fix this... ?
I am new to Drupal and kind of a newbie.
I used the Blog Module https://www.drupal.org/project/blog to create my blog.
Now i wanted to add a custom field that i created to the Page Title on the Blog Post (Full View of Blog Post).
If i add the custom field in the Blog Page (all blog posts view) it works fine.