Hi!! I'm a new user of gallery 2.3. The gallery looks really great!!! I'm trying to customizate the gallery and i want to hide de start session link, my idea its to add see permision to everybody, i dont want to create new users, only administrator user to upload images..
Thanks!!! Sorry about my spelling but I'm spanishs user!
Posts: 25957
I don't see a "start session link". If you don't want the 'register' link you can uninstall the registration module.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 5
Sorry in it's the login link, i dont see registration module...
Posts: 4342
Easy ... add this line to your config.php
$gallery->setConfig('login', false);Bookmark a url like this: http://mywebsite.com/gallery2/main.php?g2_view=core.UserAdmin&g2_subView=core.UserLogin to login yourself.
Posts: 5
I have probe this method and the link still in the index page, perhaps it's the version i'm using gallery2 2.3
Thanks alcmyers
Posts: 4342
I tested it on G2.3, so I'm pretty confident it works. Have you refreshed your browser cache, etc?