How to alter block configuration form?

How can I alter block configurations in Drupal 7?
There is some hooks like hook_block_info_alter and hook_block_view_alter but it seems there is not anything named hook_block_configure_alter. Is hook_form_alter the only solution?

How to insert an inline block into D7 content region in a WYSIWYG friendly way

Hi,

I was wondering if anyone had any suggestions for how to add an inline block into a content region without using the <?php print$block... ?> code as the WYSIWYG editor will just strip this out every time you toggle it on and off.

There used to be a replacement Tag module that looked like it did the job http://drupal.org/project/reptag but it's not available for D7.

Secondary level navigation with children from Main menu

Hi,

I'm having issues displaying a sub-menu on the secondary navigation only, with the secondary navigation links coming from the Main menu... Here's my main menu tree:

- Main nav item 1
    - Secondary level 1-1
        - Tertiary level 1-1-1
        - Tertiary level 1-1-2
        - Tertiary level 1-1-3
    - Secondary level 1-2
        - Tertiary level 1-2-1
        - Tertiary level 2-2-1
    - Secondary level 1-3
- Main nav item 2
    - Secondary level 2-1
    - Secondary level 2-2
        - Tertiary level 2-2-1
        - Tertiary level 2-2-2
        - Tertiary level 2-2-3
    - Secondary level 2-3
- ...

My problem is: I want to keep the structure simple and only use the Main menu as source for both Main navigation and Secondary navigation -- that way, the site editor doesn't have to worry about editing menus in the admin.

The main navigation needs to only shows top-level menu items -- no dropdowns, so it looks like this:

- Main nav item 1
- Main nav item 2
- ...

The secondary navigation then needs to show the current secondary levels too, but with the active trail expanded to show children of the current Secondary level, so, using the same tree, assuming we are on page Secondary level 1-1, the secondary nav (in the sidebar) should show:

- Secondary level 1-1
- Tertiray level 1-1-1

a general widget with add/remove/reorder capability for fields with unlimited cardinality?

Hello,

In my developments, I'm using a few fields with unlimited cardinality for which I'd like to get a widget with following functionality:
- a button to add an item, or better: insert anywhere in the list of items
- a button to remove a specific item (so that would be one button on each item)
- reorder items by drag-n-dropping them

How to build menu like in www.acquia.com

I would like to modify my site menu style as similar to www.acquia.com

please let me know how this could be made

Thanks,
AnAnD

anonymous users can't see taxonomy term summary page

I am using taxonomy terms for my main menu navigation in a Drupal 7 site. (thesiteaddress.com/?q=tags/termName). When I am logged into the site, I can see the listing of articles for that term. However, when you are an anonymous user, you can't see the listing of articles. You just get a blank page. This is making my site unusable to the normal user! I've checked the permissions for the anon user and everything is set to "view" as it should be. So, what is going on? Please help me figure this out.

Thanks for any help and assistance.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x