Embedding gallery in Non-nuke web pages--missing login link

mnmitch
mnmitch's picture

Joined: 2002-12-28
Posts: 2
Posted: Sat, 2002-12-28 19:33

Help!!! Please!! I've successfully embedded the gallery in my web pages, but the login link is missing and I can't use login.php as a work around.

Does anyone have any ideas why the login link is missing and how to get it back?

Thanks!

 
WebSnail

Joined: 2002-08-15
Posts: 34
Posted: Fri, 2003-01-24 14:43
Quote:
Help!!! Please!! I've successfully embedded the gallery in my web pages, but the login link is missing and I can't use login.php as a work around.

Does anyone have any ideas why the login link is missing and how to get it back?

Thanks!

If you use the EMBEDDED flag to get it to work then the login link will not be displayed..

To fix it open: albums.php

Find: <!-- BBCode Start --><TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font class="pn-sub">Code:</font><HR></TD></TR><TR><TD><FONT class="pn-sub"><PRE> if (!$GALLERY_EMBEDDED_INSIDE) {
$adminCommands .= '<a href="#" onClick="'.popup("login.php").'">[login]</a>';
} </TD></TR></TABLE><!-- BBCode End -->
and comment it out...

Not sure if that will mean you can actually complete a login but it's a start.