joomla - My login disapeared....

Oliver23

Joined: 2005-10-17
Posts: 2
Posted: Mon, 2005-10-17 16:37

Hi there, I'm useing the Gallery2 with bridge to Joomla. I started changing the look an it looks good in my joomla Website:
http://server30.hostpoint.ch/~casarocc/index.php?option=com_gallery2&Itemid=42&g2_view=core.ShowItem&g2_itemId=20

It looks not good on my Admin Page as the CSS is missing but it is okay that look. I'm still logged in with one browser and that works well. But on another browser or other computer I'm not of course. And the login disapeared. Any way to see the login fieled???

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Tue, 2005-10-18 01:24

Take a look at the original theme.tpl compared to your /local/theme.tpl This code is missing from yours

        <div class="gbSystemLinks">
          {g->block type="core.SystemLinks"
		    order="core.SiteAdmin core.YourAccount core.Login core.Logout"
		    othersAt=4}
        </div>

That's the code that displays the login link along with some other system links.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
Oliver23

Joined: 2005-10-17
Posts: 2
Posted: Tue, 2005-10-18 05:27

Great it works!! Thank you very much..

 
bmonster99

Joined: 2005-10-22
Posts: 1
Posted: Sat, 2005-10-22 17:30

I am having the same problem of login/admin links disappearing, and I DO have that exact code in theme.tpl. I am using gallery2 embedded in joomla, both latest versions, with latest version joomla bridge/component. The links still appear in gallery2 standalone, and were there and working fine in joomla, but disappeared for a reason I can't isolate because the site was taken down and put back up w/some minor changes. Any help is appreciated! Thanks :)

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Sat, 2005-10-22 18:18

the login link in g2 is removed when it's integrated, by design.
why? since you're supposed to login via joomla now.

if you're talking about accessing g2 still standalone even when it's integrated, it's another issue.

 
irispallida

Joined: 2006-06-21
Posts: 1
Posted: Wed, 2006-06-21 18:44
Quote:
the login link in g2 is removed when it's integrated, by design.

I did not find this to be the case. So I took out that code referenced above on purpose from theme.tpl But that makes it disppear from the standalone application also.

In the integrated version I want nothing to appear but photos and albums; but I need a way from admins to login and make admini9stration changes. Other than a couple admins there are no users - only guests.

How do others achieve this?

Thanks a million