Is there an elegant way to change the URL of the /admin menu? My problem is that my hosts have setup my hosting admin panel on /admin so when I click on "admin" in drupal, I get taken to my hosting admin panel! I need my drupal installation in my root directory.
I know I can change path settings in the Drupal menu but I'm worried that the /admin path is hard-coded into a lot of modules.
Is there anything I can do?
I have asked my hosts and they've said "sorry, we can't help you - you've got to change the settings on Drupal"
How can I globally restrict the search to certain node types? I use flexinode module for articles and text banners, but naturally I wouldn't like to have banners appear in the search results. The search should, however, cover pages and forum postings. I would also prefer if I could removed the "advanced search", just like it's done on drupal.org.
Do I have to code a custom search module for this?