Login on index page plugin :( Login on index page plugin :(
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Login on index page plugin :(

Started by dumbo, February 22, 2008, 09:33:10 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dumbo

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;
}

Joachim Müller

What plugin? Post a link to the announcement thread of the plugin you installed.


François Keller

Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog