Hello,
I am setting up Gallery as a portfolio site for a painter.
Pretty much have it worked out until I used another computer to view the site.
When I open the site I am presented with a page listing User Options and Login to your account.
I have changed the config.php:
$gallery->setConfig('login', false);
I have created local SystemLinks.tpl changing to:
{if isset($theme.systemLinks[$linkId]) && $linkId != 'core.Login'}
Not sure these weren't more for the login tab than what I am facing.
The link is set to:
http://www.thedigitalmedium.com/clients/vLegg/portfolio/main.php
Which works fine for my development system but for the testing the url changes to:
http://www.thedigitalmedium.com/clients/vLegg/portfolio/main.php?g2_view=core.UserAdmin&g2_subView=core.UserLogin&g2_return=%2Fclients%2FvLegg%2Fportfolio%2Fmain.php%3F
Even after clearing cookies and cache.
Went to maintenance and deleted template cache.
I just want folk to see her paintings.
I have my login bookmarked.
thanks,
glenn
Posts: 10949
You're seeing a login page because nobody has permission to view the main page of the gallery.
Edit permissions and give the Everybody group permission to view at least a thumbnail on the main page of the gallery.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 3
Thank you.