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.
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?
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
The "View the Cart" text or something other links in breadcrumb
floridave
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.
Posts: 27300
@ login link: add to config.php:
$gallery->setConfig('login', false);
@breadcrumb:
modules/core/templates/blocks/BreadCrumb.tpl
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 7
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?
Posts: 7
oh, sry for 2 posts
Posts: 27300
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
Posts: 7
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
Posts: 27300
What do you want to manually translate?
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 7
The "View the Cart" text or something other links in breadcrumb
Posts: 27300
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