I am using Search API (search_api) and SOLR Search (search_api_solr) modules for searching. I created search page via Search API module. This pages shows Title of node. This node has another field field_link, which is just basic text field.
I have a Drupal 7 site that uses the excellent Content Access module. With that module, I can grant all kinds of access.
Will this module be supported (or native) in Drupal 9?
Since Drupal 7 is nearly end of life, I'm also looking at WordPress, but I'm finding that things like "Views" (native to Drupal) cost $39 per site in WordPress for similar functionality.
Because the Content Views was not supported in D8, my attempt to upgrade my site from D7 -> D8 was a mess.
Hello, as part of a content migration from one site to another, we have a long list of pages on the old site that should redirect to a page on the new site. We want our users to be redirected if they go to the old page, and we can do this through the Redirect module, or through the server we host the site on (I think, to be fair that seems more high level and I'm not certain I have access to make any changes on the server).
Hello and apologies if my topic is already covered - I do not see a "search" facility in the Forum (likely my bad) and there are a heap of posts to manually scroll through. So, if currently no "search" exists I would be grateful for it to be on the wish list :-)
I have my Drupal 7 locked down for uploads based on MIME types and even files that have changed their file names to look like other MIME types. However, we had a security audit done and they want us to be locked down for magic bytes/file signatures. I cannot find any way to do this. Does anyone have any ideas?
If not I guess I guess I will have to write a custom hook.