Changing URL in Drupal embedded

tomccabe

Joined: 2013-06-05
Posts: 1
Posted: Wed, 2013-06-05 15:27

Have inherited an install of Gallery2 in a Drupal site. The gallery is located at site.com/gallery and there is a menu item created with the title Galleries. I need to change this to site.com/somethingelse as well as change the menu item to Somethingelse and link it to site.com/somethingelse. There seems to be no way to do this easily. There is no embed uri setting in my rewrite settings.

I was able to get it mostly working by changing some things and editing htaccess directly, but the breadcrumb still says "Gallery" so there's got to be something to set that updates all of the relevant items in the database like it does when you do the install (don't have the option of reinstalling).

What am I missing?

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Wed, 2013-06-05 17:25
Quote:
but the breadcrumb still says "Gallery"

Breadcrumbs only reflect album titles.

the embedUri is an Embed API setting, not .htaccess setting
http://galleryproject.org/apidoc/GalleryCore/Classes/GalleryEmbed.html#methodinit

-s
________________________________
All New jQuery Minislideshow for G2/G3

 
thedrupalpeople

Joined: 2013-07-02
Posts: 1
Posted: Mon, 2013-07-22 05:46

You have to install "pathauto" and "token" module after that you have to configure path setting.