Hi everybody,
and thanks for the great script!
I have 3 questions, which i wrote in subject line
1. how to show new uploads on main page?
may be module "latest uploads" on main page? but how make it?
2. how to remove "login" link from website?
i need this because there only admin and guests, and no need to show link to login.
3. How to limit pictures in minislideshow?
If i have a lot of pics, why show all in slideshow?
i have tryed "&limit=5", but no changes 
thanks in advance!
Posts: 22876
1. Write or wait for a new module. Take a look at the existing imageblock code for inspiration.
2. How do you propose to login?
3. Minislideshow? You mean cooliris?
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 2135
@floridave: WP style perhaps?
http://mygallery.com/g3-admin
I think it could be a setting of the theme to show "login" link or not. Right now it is embedded by inside code and not exposed for management via page.html.php
@estetico: You can modify the theme and hide the link: open screen.css and add the following
Similar could be done with the main menu:
Posts: 22876
@Serge D: The login link ( and others) will be changed once we get some embedded API, but in the mean time, you can as you suggest, hide it with CSS via the theme.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 8
1. cant write new module
may be i can transfer some "code" from module "latest_uploads" on main page?
2. if i remove login link, then how can i (admin) be logged in? huh
3. i mean minislide show module, there was all pictures from my gallery, it making a lot of traffic
thanks in advance
Posts: 2135
@estetico: a little bit of hacking: http://yourgallery.url/login/ajax. Fill out login info, submit, come back to the gallery root/refresh
Posts: 8
lol, its working, thanks
any things about "organize main page" and slideshow?