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 have a particular field that is a term reference field so that I can use the Autocomplete widget with it.
I have set up a table-style view that works perfectly in almost every way. I have several exposed filters and they all successfully filter the content as expected. However, I can search for exact data for the information in the term reference field, and it will display no results.
I'd swear I was crazy, but for the life of me I can't get Drupal to allow me to post this sentence to a page:
"As every situation is different from the next, every product functions differently in one application over another."
I can type anything else and it is fine. I set it to 'Plain Text' - I was thinking maybe the page I was copying from had something odd in the text, but no dice.
I do a lot of structural changes on a localhost test installation -- Views, adding content types, updating permissions, etc. -- and then like to export the test database into the live installation.
The problem is that, while I may take one or two days to make some changes, content is getting created or updated. It's a lot of work to keep track of any changes I make locally and then do the same changes quickly on the live site...and dumping the localhost database to the live site just seems to be the easiest route.
I've been using my own webdesign and I can print my content into the area i want using simply this for example
print render($page['sidebar_first']);
And of course it works how its supposed to. But can I place the individual elements of the sidebar_first where I want them?
For example I want to place a "views of a block" in its own customizable area... I been using devel-themer to try and find the correct output php/html, but can't find it.
I'm sub-theming the bartik theme, so I copied the entire directory into sites/all/themes/.
I'm using books for the content and by default in every page, inside the content block there's a book navigation block (with id "book-navigation-ID" and class "book-navigation").
This block is not effected by changing of the Book navigation settings in the blocks page, even if it's disabled that block inside the content appears.
I currently have Drupal 7 setup and want to have the ability for end-users to sign up and fill out custom fields. For example:
Name
Address
City
State
Zip
Services (checkbox)
Once they sign up I want them to have the ability to manage those fields; however, I also want the ability to create a custom content type with those fields so each user can have their own "public profile" page.