Unable to edit block in Drupal

I recently started using Drupal, but it's a little difficult for me to edit some blocks. I went to the block administrators menu, and I see a list of all used blocks, and they have the configure option next to them.

If I click configure on some of them, on the next page I will be assigned the "edit block" field, but will not be displayed on others (for example, footer). How can I create an edit window or is there another way to edit them?

Thanks for any help.

+4
source share
2 answers

Some modules, such as the menu module, add blocks with automatically generated content that cannot be edited directly from the block administration page. Usually only the content blocks you add will have the content parameter of the edit block.

The footer will be a menu block, so there will be no editable area. If you want to make changes to the menu, you will need to edit the menu, not the block.

+2
source

1] follow this link http://drupal.org/project/block_edit and download the module and install it on your website.

2] follow this link to apply the admin/settings/block_edit .

What does this module actually do?

It provides a link to edit the block itself, where you view it. Now clicking on the edit link will redirect you to the edit page of a specific block. This means that you don’t have to go deeper in and find the block you want to edit.

+3
source

All Articles