Removing/Hiding Content and User Tabs?
jeffreydalton.info - September 19, 2008 - 18:49
| Project: | Google Custom Search Engine |
| Version: | 6.x-1.2 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Drupal 6.4 and 6.x.1.2 of Google CSE. I added anonymous permissions for Google CSE and removed anonymous access permissions for drupal core search. Browser to /search/google as anonymous and get permission denied... Any ideas?

#1
It sounds like you have the Google CSE Search integration module enabled. With this module enabled, Google CSE uses the "search" path provided by the core Search module (rather than creating its own "search/google" path) and also uses the permissions of the core Search module. The solution should be to disable the Google CSE Search module.
Assuming this resolves it I probably need to figure out a way to document this.
#2
Hey thank you for the fast reply and the awesome module. That did the trick.. using just the "Google CSE" and disabling the "Google CSE Search" allows me to have just Google CSE search on my site with anonymous access for searching located at /search/google. Very Cool...