I am able to get ajax working on other form elements, but for some reason I am unable to find the event for the managed_file element. Am I missing something?
$form['import_file'] = array(
'#type' => 'managed_file',
'#name' => 'import_file',
'#title' => t('Select Import File'),
'#size' => 20,
'#description' => t('CSV only for now'),
'#upload_validators' => $validators,
'#upload_location' => 'public://easy_import',
'#progress_indicator' => 'bar',
I am wondering if there is a module out there that allows an administrator to bulk update/edit Access per View by Role as available under Page Settings in the Views UI. It would be something like a master list of all Views and then you could check/uncheck which Roles can access that particular View. I looked around but could not find something like this. Any leads would be much appreciated!
I am looking for some help. I already have an FAQ page on my website and I don't want to add to it. Instead, I want to add additional FAQ pages on a different topic. When I go to ADD CONTENT and ADD FAQ it gives me a blank page with space to add text and a list of FAQs but these FAQs are frustratingly then just added at the bottom of my original FAQ page that I don't want to add to.
Can anyone give me advice on creating brand new FAQ pages where the FAQs don't just appear at the bottom of the page I already had.