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 |
|
| Login or register to post comments |

Posts: 17376
@ 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: 17376
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: 17376
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: 17376
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