No menu item 'Favorite_nodes' in admin/settings
leon83 - January 3, 2008 - 21:11
| Project: | Favorite Nodes |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | leon83 |
| Status: | needs review |
Description
There are 2 problems:
1) When you are in Admin/Settings you should see menu item Favorite Nodes to admin this module, but it's not there.
2) You cannot translate admin menu item (which is not visible but visible after some changes :)
Patch in attachement make this changes.
| Attachment | Size |
|---|---|
| favorite_nodes.patch | 830 bytes |

#1
Didn't work for me.
Drupal 5.7
edit:
sorry... did not install the patch properly.
#2
Ok, how do I implement this patch? I kinda get that the + and - signs mean a line should be deleted or added, but some lines have none. Those lines remain the same?
#3
hi planetology!
Just replaced favorite_nodes.module with the new attachment.
Here's something based on what I know of the + / - signs are:
-- sign : removed that line
++ sign: add / replace this new line
hope that helps!