Removing the login to your account

gchrt
gchrt's picture

Joined: 2009-09-02
Posts: 3
Posted: Thu, 2009-09-24 20:43

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

Login or register to post comments
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 10949
Posted: Thu, 2009-09-24 20:57

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

Login or register to post comments
gchrt
gchrt's picture

Joined: 2009-09-02
Posts: 3
Posted: Fri, 2009-09-25 04:42

Thank you.

Login or register to post comments