Closed (fixed)
Project:
Taxonomy Block
Version:
7.x-1.0
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
26 Jul 2011 at 01:03 UTC
Updated:
22 May 2012 at 17:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Oleksandr.Masovets commentedHello, Gents.
Here is the patch, which will fix the configuration address for the module.
Comment #2
Oleksandr.Masovets commentedNew addres is 'admin/structure/taxonomy/taxonomy_block'
OR
Structure -> Taxonomy -> Taxonomy block (tab).
Comment #3
SestuDeus commentedHello, 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.
Comment #4
Oleksandr.Masovets commented@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 :)
Comment #5
Anonymous (not verified) commentedThe patch is not working for me either. Sorry.
Comment #6
Anonymous (not verified) commentedI manually cleared the cache and now it work. I guess I was expecting that it would clear the menu cache itself upon installation.
Comment #7
GlobalRaj commentedBasically, this doesn't work on install and needs work.
Comment #8
Oleksandr.Masovets commentedTwo 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?
Comment #9
extrarumeno commentedThe patch admin/config/taxonomy_block work for me.
Comment #10
boran commentedagainst 7.x-1.0, the patch didn't work for me:
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?
Comment #11
BeaPower commentedany updated patch?
Comment #12
kpojeta commentedThe patch provided worked for me - thank you!
Comment #13
marcoka commentedi 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
Comment #14
marcoka commentedComment #15
marcoka commentedadding config link to module page too.