Hi the configuration menu are not display in the config tab. It would be nice to correct the link...
in tabtamer.module
- $items['admin/config/tabtamer'] = array(
+ $items['admin/config/user-interface/tabtamer'] = array(
'title' => 'Tab Tamer',
+ 'description' => 'Gives additional control over what tabs are seen by a user.',
- $items['admin/config/tabtamer/tabs'] = array(
+ $items['admin/config/user-interface/tabtamer/tabs'] = array(
- $items['admin/config/tabtamer/settings'] = array(
+ $items['admin/config/user-interface/tabtamer/settings'] = array(
in tabtamer.info
- configure = admin/config/tabtamer
+ configure = admin/config/user-interface/tabtamer
Have a nice day
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | tabtamer.patch | 1.36 KB | nit3ch |
Comments
Comment #1
morf2009 commented+1 please introduce this patch in next release. If you need some help with commiting to git or creating new release, please contact me.
This is how the hook_menu for this module should looks like after patch, just copy and paste...
Comment #2
morf2009 commentedPlease can you patch this? May i help you with patch or something? Thanks in advance for your reply!
Comment #3
sw3b commentedhow to create the patch file.... i do not really know how to do that ?!? or are you asking the maintener ?!?
thanks :)
Comment #4
morf2009 commentedI was asking maintainer if i can help him with creating a patch or commiting the patches to git :) I'll be happy to do that.
Comment #5
nit3ch commentedhi
Here is a excellent post for "Creating and applying patch | General patch guidleines". Also adding a patch for this
Comment #6
sw3b commentedthanks ! I take note of it ! ;)
Comment #7
Anonymous (not verified) commentedThanks, I committed a patch which puts the module at the System section. Added the correct link under .info file (thanks sw3b!).
Comment #8
Anonymous (not verified) commentedCommitted to devx
http://drupalcode.org/project/tabtamer.git/commit/f567967
Comment #9
sw3b commentedyou're very welcome !!! have a nice day...