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 made a site for which I don't want any anonymous user to browse, only authenticated, so the anonymous role has no permission at all.
But with these settings, index.php generates a 404:node not found(the log is full of them) page before outputing the login form as a left block and site mission as center block. (tweaked interlaced theme to force site mission there...)
I've installed Drupal and am now trying to decide on which theme to use. I don't know MySQL or PHP very well and prefer a theme which can be customized using html as much as possible. My question is which theme would you suggest?
We'd like to use Drupal to power a content aggregation site, and I've been asked to implement a workflow that I'm not sure that I can implement in Drupal. Advice would be appreciated.
We have content coming in via RSS, using the import module (as News Items). We have a two step workflow that we'd like to implement. First, an editor (or several) reads each item and either approves it or rejects it. Once they've got the day's news ready to release, the editor reviews it and approves it to go out, after which the new items become visible on the site.
I have a problem with named anchor to navigate on one page: when I state an anchor <a name="myanchor"> and then call it with <a href="#myanchor"> drupal goes to url like this: mysite.com/myanchor instead of mysite.com/node#myanchor (?). So it just redirects me to another url instead of ancor on the same page.
How can I use anchors? How to avoid this prodlem? Maybe clean urls is a problem?