Import Tab under structure views and PHP filter is missing in Drupal Version 7.56 ,As I have admin access but still not able see import tab.
when I am executing :8079/admin/structure/views/import its saying access denied.
In my D7 site I created a menu item using the link 'node/add/news'. As only authenticated users can author content, this menu item is only visible to authenticated users and is hidden for non-authenticated users. However, I want non-authenticated users to see this menu item, but to be redirected to the login form when they click the link. Can anyone tell me how I might achieve this?
I added to a extra field in the CMS (Structure > Block > Tier > Managefield) Field Type is List(text) and Widget is Select List.
Name: Value sustainability
Machine Name: field_tier_value_sustainability
After, I edited another field (Type) adding one more option (sustainability) in the field Allowed Values List (The new field only show when select the option sustainability in the field Type).
I want to able to find a reference of a given asset (file) throughout a Drupal site. The goal is to know that if I want to delete this asset, it's not going to create 404 errors throughout the places on the site where this is referenced in other content. Most of these references are in RTEs, which I think adds a layer of complexity to the problem.
Has anyone ever had to do something similar? What was your solution?
We're using Drupal 7 and ElFinder as our file manager.
I was recently working on content updates for a Drupal 7 site. I have a SimpleAds sidebar of images that cycle randomly. When I started working, the sidebar was working fine. I went to content and clicked edit on one of the ads and changed the end date to the end of the year. After saving, I noticed the entire sidebar block is gone. Not a single ad is showing. I checked the modules>SimpleAds and the campaigns checkbox is available, but the SimpleAds box is greyed out. I can't figure out how to get my sidebar ads back.