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've asked this question I don't know how many times and I always end up with a solution, but I'm stuck again. I worked around it with the ConTemplates module in Drupal 6.x, but now I'm on Drupal 7.x and no ConTemplates module available.
My programming experience is in databases and not .tpl and .css files, so I'm at a loss. How to put multiple fields on the same line? I'm using Display Suite, and fieldsets have a "Extra CSS classes" field in them. Is that where I would start? I could create a .tpl file and reference that, correct?
I have created 1 content type say "section_image" which has a title and image with unlimited values. I have then created 4 nodes (section1, section2, section3, section4) using "Add new content" of type "section_image". I have uploaded 8 images for section1 and 5 images for section2 likewise. Then I created 1 view "view_section1" which is a menu link of type "section_image" where I am able to display all the 8 images from section1 in 4 different columns.
I apologize in advance, I'm brand new to drupal and most of programming on the web. I had my page secure, However, when I added the live chat module, my page was no longer secure... How do i fix this?
I'm trying to employ a goto function in my template.php file that redirects all nodes which have a status of "promoted to front page" to a modified alias. The goal is a 301 redirect of these nodes to a named anchor on the front page. The redirect formula is this:
<frontpage>#[node-alias]
So, for example the node at "example.com/about-us" should redirect to "example.com/#/about-us".