coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: dumbo on February 22, 2008, 09:33:10 PM

Title: Login on index page plugin :(
Post by: dumbo on February 22, 2008, 09:33:10 PM
I ve installed the plugin to get the login on the index page

how can i get this seperated form the other menus ?

see how this looks on my page now :(
www.liveglamour.com

Please help me , i tried to modify the code below and messed up removing the sub_menu :(

function loginform_start(&$html)
{
    if (!strpos($html,'{LOGIN_FORM}')) {
$html = str_replace('{SUB_MENU}','{SUB_MENU} <br /> {LOGIN_FORM}',$html);
}
    $login_form = plugin_loginform();
    $html = str_replace('{LOGIN_FORM}',$login_form,$html);

    return $html;
}
Title: Re: Login on index page plugin :(
Post by: Joachim Müller on February 23, 2008, 11:50:55 AM
What plugin? Post a link to the announcement thread of the plugin you installed.
Title: Re: Login on index page plugin :(
Post by: dumbo on February 25, 2008, 05:13:42 PM
already using this
http://forum.coppermine-gallery.net/index.php/topic,37311.0.html
Title: Re: Login on index page plugin :(
Post by: François Keller on February 25, 2008, 05:42:51 PM
it's not a plugin but a mod