The link to the configuration page is missing

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Oleksandr.Masovets’s picture

Status: Active » Needs review
FileSize
830 bytes

Hello, Gents.

Here is the patch, which will fix the configuration address for the module.

Oleksandr.Masovets’s picture

New addres is 'admin/structure/taxonomy/taxonomy_block'
OR
Structure -> Taxonomy -> Taxonomy block (tab).

SestuDeus’s picture

Hello, unfortunately this patch doesn't work for me.

here my patch prompt (seems ok):

$ patch < taxonomy_block.module.patch-ui-address.patch
(Stripping trailing CRs from patch.)
patching file taxonomy_block.module
Hunk #1 succeeded at 50 with fuzz 1.

restart the MAMP server, clear the cache, refresh the website, but no path like 'admin/structure/taxonomy/taxonomy_block' appears (returning 404).
no Taxonomy block tab appears in taxonomy window.

Oleksandr.Masovets’s picture

@SestuDeus
Could you check, please, if your taxonomy_block.module file was patched correctly?
If everything ok try to reinstall the module.

I've checked my patch five times on clean D7 and several working projects - it works. At least for me :)

Anonymous’s picture

Title: Add UI link to config page » Add UI link to config page - patch not working

The patch is not working for me either. Sorry.

Anonymous’s picture

I manually cleared the cache and now it work. I guess I was expecting that it would clear the menu cache itself upon installation.

GlobalRaj’s picture

Basically, this doesn't work on install and needs work.

Oleksandr.Masovets’s picture

Two more questions:
1. Did you set the 'Access taxonomy block' and 'Administer taxonomy block' permissions?
2. Did you try to access the taxonomy block config page as superadmin?

extrarumeno’s picture

The patch admin/config/taxonomy_block work for me.

boran’s picture

Status: Needs review » Reviewed & tested by the community

against 7.x-1.0, the patch didn't work for me:

wget http://drupal.org/files/issues/taxonomy_block.module.patch-ui-address.patch
git apply taxonomy_block.module.patch-ui-address.patch
sites/all/modules/taxonomy_block/taxonomy_block.module.patch-ui-address.patch:10: trailing whitespace.
  $items['admin/structure/taxonomy/taxonomy_block'] = array(
sites/all/modules/taxonomy_block/taxonomy_block.module.patch-ui-address.patch:17: trailing whitespace.
    'type'              => MENU_LOCAL_TASK,
fatal: corrupt patch at line 20

But its a tiny fix and easy to do manually.
The fix itself works fine
Could we please have this fix released, the module is pretty useless on D7 without this?

BeaPower’s picture

any updated patch?

kpojeta’s picture

The patch provided worked for me - thank you!

marcoka’s picture

Status: Reviewed & tested by the community » Fixed

i got maintainer access and clearing things up.
#1567558: Adding Module to the correct Menu
i added it to the menu "user-interface" as i plan adding more settings and these do not belong directly to the taxonomy settings page.
i will commit it soon, with other patches from the issue queue

marcoka’s picture

Assigned: Unassigned » marcoka
marcoka’s picture

adding config link to module page too.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.