Links in the breadcrumb and sidebar?

Screenorama

Joined: 2009-08-25
Posts: 7
Posted: Fri, 2009-08-28 16:17

Hello me again :)

I want the file, where i can change the links in the breadcrumb and I want to delete the login Link and some others in the breadcrumb, same is for the sidebar, where i can edit the album etc.

Can someone help me?

Thank you very much

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2009-08-28 19:12

@ login link: add to config.php:
$gallery->setConfig('login', false);

@breadcrumb:
modules/core/templates/blocks/BreadCrumb.tpl

Dave

_____________________________________________
Blog & G2 || floridave - Gallery Team

 
Screenorama

Joined: 2009-08-25
Posts: 7
Posted: Fri, 2009-08-28 19:38

thanks for your answer dave! I want to disable the the login link, like you , but how can i login to administrate the site? Is there a short link to use?

 
Screenorama

Joined: 2009-08-25
Posts: 7
Posted: Fri, 2009-08-28 19:39

oh, sry for 2 posts

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2009-08-28 19:47

Bookmark your login link.
or http://EXAMPLE.com/gallery2/main.php?g2_view=core.UserAdmin&g2_subView=core.UserLogin

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
Screenorama

Joined: 2009-08-25
Posts: 7
Posted: Fri, 2009-08-28 19:58

Is there a chance to get the links `? I think there will be generated, i want to translate them hard, because the translation doesnt work on my server, so i changed already the tpl-Files. Now only the links in the sidebar and the itemlinks are in other language. I need the file, where the links are, please help me dave :-(

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2009-08-28 21:43

What do you want to manually translate?

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
Screenorama

Joined: 2009-08-25
Posts: 7
Posted: Sat, 2009-08-29 12:41

The "View the Cart" text or something other links in breadcrumb

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sat, 2009-08-29 16:38

Each module has files with text. So in your case I can assume that you have some 'cart' module and will have to search the modules files for that text.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team