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.
Everything was working fine for a while but now my views are only showing teaser display, even though I have full content selected. I have reset all the caches and flushed my browser cache. I re-created the view from scratch... The auto view is showing it correctly, but the page is just teasers.
I've created a page using Drupal 7. I use taxonomy for tagging and other sorts of categorization of the site. For most of the taxonomy vocabularies and terms, the default taxonomy page is fine. But for a certain taxonomy vocabulary (which has only 3 terms), I would like to redirect the term pages to some other pages I created using Views.
Here is an example:
Now, the term pages are as follows:
site.com/vocab/term1
site.com/vocab/term2
site.com/vocab/term3
newbie here... how do I get a view to show as a submenu item - I can choose "Main Menu", but I want it to be a child to a menu item. My guess is that I shouldn't use View's Menu under Page Settings?
I am trying ti upload a sandbox module via Git. I have installed Git, set up the SSH key, etc. I've made the initial commit from the Git instructions.
Then, I added the files from my module with 'git add ' where I replaced with the files' name. I then typed in 'git commit --message="Second commit."'.
Via 'git status', it seemed like the working directory was now empty and there was nothing to commit. Nevertheless, I don't see the commit on my git repository view.
I have recently been getting a new website built on D7 ready and reviewing steps to make my site more secure, final steps etc, before publishing it to my host. One thing I have been trying to read more about is the change in D7 that will block brute force login attempts. Can someone direct me to more info about this? Can I configure the number of attempts before someone is locked out?