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'm kinda new to Drupal, I recently took over the web work in our group, and the guy before me loved Drupal and did a handful of sites in Drupal. My question: Is there a certain way to block a user from the drupal sites? I went into the httpd.conf file and added the following code:
Order Deny,Allow
Deny from 81.177.22.216
Deny from alex-first.com
Deny from 125.241.82.132
Deny from 68.92.192.179
Deny from 121.1.6.130
I'd like to know if/how it is possible to strip the HTML code out of teasers?
If, for instance, I have a hyperlink (or a bold, italic, whatever-tag) in the first few sentences and the sentence is cut, I end up with a really messy taxonomy page.
The piece of advice to use a break to control where the teaser is cut off doesn't help here.
I don't know why the "NAVIGATION" menu appear to everybody, even thought the anonymous user has only "access content" permission. (also if a disable the "USER LOGIN")