I cannot get the feedback link to come up in left nav for anonymous users. Under access control I have checked the box for anonymous users for feedback module->can send feedback
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | feedback_2.module | 13.76 KB | kbahey |
I cannot get the feedback link to come up in left nav for anonymous users. Under access control I have checked the box for anonymous users for feedback module->can send feedback
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | feedback_2.module | 13.76 KB | kbahey |
Comments
Comment #1
kbahey commentedTry going into admin/menu then resetting all menus.
See if you have a contact us link in the nav menu.
If this does not work, then get the attached file and put it in modules, reset the cache and see if it works.
Comment #2
navjeet commentedTry going into admin/menu then resetting all menus.
See if you have a contact us link in the nav menu.
>> Did that but nothing came up in navigation menu
If this does not work, then get the attached file and put it in modules, reset the cache and see if it works.
>> Copied the module file to modules folder, reset the cache by truncating the cache table in mysql. Still nothing comes up in left navigation on left.
--Navjeet
Comment #3
kbahey commentedI am not sure what else you can do.
I have done the above, and I do see the "contact us" link.
1. From phpmyadmin or MySQL command line type
DELETE FROM cache;
2. Go to admin/menu and manually add contact us there with feedback as the path, and see if it is there.
3. To make sure it is not a permission issue, log out, then type yoursite.com/feedback and see if you get the form. This way we narrow it down to permissions issue or menu issue.
Comment #4
navjeet commentedI had copied this drupal installation(new) from another (old) drupal installation. I decided to the steps again. First I made another backup of mysql database (old) using mysqldump into a sql file. On the new installation removed the drupal database and recreated the database. Recreated the tables on the new installation from the backup made from old installation. I also copied the source code again to new installation from the old installation. Feedback still does not come up in nav but the url u gave, http://mywebsite/drual?q=feedback brings up the feedback form which is good enough from me. It might be a good idea to mention in INSTALL/README doc about the url to use.
Thanks for all your help.
--Navjeet
Comment #5
kbahey commented