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 wanted to make a custom view for the taxonomy page, so i used the Views module for that. So far, so good. The list with nodes is viewed as I wanted. But with the Views module I can only control the appearance of the list with nodes (am I right?). I also want to add a sidebar with regions to the page etc. What is the best way to do this?
I've been rolling through theming. For my nodes, I generally set up a new display via Display Suite, I use the convenient feature they offer to hide the node title and make a normal field, and everything works great.
And then I started creating a few custom entities using Entityforms. I'm going through the same process, for the most part. Except that, I don't have a nice little "custom page title" option. I'm guessing that only works on node bundles.
So then I try to use a preprocess_entity function to unset the title, but I'm not seeing it there either.
I have quite a complex static HTML site that is built with Twitter Bootstrap and was hoping to get some tips in terms of the best route to build the site and theme in Drupal.
My original plan was to build a custom theme from scratch and just add my existing HTML to the page.tpl.php and add Drupal's dynamic PHP tags. I have also seen there is a Bootstrap theme but I'm not sure whether it would be easily adapted to my needs. The site follows a strict HTML structure that needs to stay in place for the it's responsive design to work.
I am trying to implement an off canvas layout in Drupal using the Omega 4 base theme, with the end result based on this: http://jasonweaver.name/lab/offcanvas/
Hi Community,
I'm despairing with a drupal problem. I've got a client who was Typo3-user before and already hat experiences with that system. He wants to add different and individual sidebar content from page to page like he did in Typo3.
I don't have an idea how to realise that. Does anyone have an idea?