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!
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.
Posts: 34
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.